PhoenixmlDb.Core

FullTextIndexOptions

Controls tokenization and text analysis for full-text indexes created via .

#FullTextIndexOptions

Namespace: PhoenixmlDb.Core

Controls tokenization and text analysis for full-text indexes created via

.

These options determine how text content is broken into searchable terms. The defaults are suitable for English-language content with stemming enabled and case-insensitive matching. Adjust these settings for other languages or when you need exact-match behavior.

#See also