PhoenixmlDb.XQuery

FullTextAnalysisOptions

Options controlling full-text analysis behavior.

#FullTextAnalysisOptions

Namespace: PhoenixmlDb.XQuery.FullText

Options controlling full-text analysis behavior.

#Properties

Name Description
CaseSensitive Case-sensitive matching. Default: false (case-insensitive).
Language Language for stemming/tokenization. Default: null (auto/standard).
Stemming Enable stemming (e.g., "running" → "run"). Default: true.
Wildcards Enable wildcards in search terms. Default: false.

#Methods

#FromFtMatchOptions(PhoenixmlDb.XQuery.Ast.FtMatchOptions)

Creates options from XQuery Full-Text match options.