Class TextSearchOptions
Options for exact text search.
public sealed class TextSearchOptions
- Inheritance
-
TextSearchOptions
- Inherited Members
Properties
- Comparison
String comparison mode; use OrdinalIgnoreCase for case-insensitive search.
- ContextChars
Number of characters of context to include before and after the match in the snippet.
- MaxResults
Maximum number of matches to return.
- WholeWord
If true, only report matches that are bounded by non-word characters on both sides.