Class WordDelimiterGraphTokenFilterDescriptor
Inheritance
WordDelimiterGraphTokenFilterDescriptor
Assembly: OpenSearch.Client.dll
Syntax
public class WordDelimiterGraphTokenFilterDescriptor : TokenFilterDescriptorBase<WordDelimiterGraphTokenFilterDescriptor, IWordDelimiterGraphTokenFilter>, IDescriptor, IWordDelimiterGraphTokenFilter, ITokenFilter
Properties
|
Edit this page
View Source
Type
Declaration
protected override string Type { get; }
Property Value
Overrides
Methods
|
Edit this page
View Source
AdjustOffsets(bool?)
Declaration
public WordDelimiterGraphTokenFilterDescriptor AdjustOffsets(bool? adjustOffsets = true)
Parameters
Type |
Name |
Description |
bool? |
adjustOffsets |
|
Returns
|
Edit this page
View Source
CatenateAll(bool?)
Declaration
public WordDelimiterGraphTokenFilterDescriptor CatenateAll(bool? catenateAll = true)
Parameters
Type |
Name |
Description |
bool? |
catenateAll |
|
Returns
|
Edit this page
View Source
CatenateNumbers(bool?)
Declaration
public WordDelimiterGraphTokenFilterDescriptor CatenateNumbers(bool? catenateNumbers = true)
Parameters
Type |
Name |
Description |
bool? |
catenateNumbers |
|
Returns
|
Edit this page
View Source
CatenateWords(bool?)
Declaration
public WordDelimiterGraphTokenFilterDescriptor CatenateWords(bool? catenateWords = true)
Parameters
Type |
Name |
Description |
bool? |
catenateWords |
|
Returns
|
Edit this page
View Source
GenerateNumberParts(bool?)
Declaration
public WordDelimiterGraphTokenFilterDescriptor GenerateNumberParts(bool? generateNumberParts = true)
Parameters
Type |
Name |
Description |
bool? |
generateNumberParts |
|
Returns
|
Edit this page
View Source
GenerateWordParts(bool?)
Declaration
public WordDelimiterGraphTokenFilterDescriptor GenerateWordParts(bool? generateWordParts = true)
Parameters
Type |
Name |
Description |
bool? |
generateWordParts |
|
Returns
|
Edit this page
View Source
IgnoreKeywords(bool?)
Configure whether the filter will skip tokens with a keyword attribute of true.
(Optional) When not configured, this defaults to false in OpenSearch.
Declaration
public WordDelimiterGraphTokenFilterDescriptor IgnoreKeywords(bool? ignoreKeywords = true)
Parameters
Type |
Name |
Description |
bool? |
ignoreKeywords |
If true, the filter skips tokens with a keyword attribute of true.
|
Returns
|
Edit this page
View Source
PreserveOriginal(bool?)
Declaration
public WordDelimiterGraphTokenFilterDescriptor PreserveOriginal(bool? preserve = true)
Parameters
Type |
Name |
Description |
bool? |
preserve |
|
Returns
|
Edit this page
View Source
ProtectedWords(IEnumerable<string>)
Declaration
public WordDelimiterGraphTokenFilterDescriptor ProtectedWords(IEnumerable<string> protectedWords)
Parameters
Returns
|
Edit this page
View Source
ProtectedWords(params string[])
Declaration
public WordDelimiterGraphTokenFilterDescriptor ProtectedWords(params string[] protectedWords)
Parameters
Type |
Name |
Description |
string[] |
protectedWords |
|
Returns
|
Edit this page
View Source
ProtectedWordsPath(string)
Declaration
public WordDelimiterGraphTokenFilterDescriptor ProtectedWordsPath(string path)
Parameters
Type |
Name |
Description |
string |
path |
|
Returns
|
Edit this page
View Source
SplitOnCaseChange(bool?)
Declaration
public WordDelimiterGraphTokenFilterDescriptor SplitOnCaseChange(bool? split = true)
Parameters
Type |
Name |
Description |
bool? |
split |
|
Returns
|
Edit this page
View Source
SplitOnNumerics(bool?)
Declaration
public WordDelimiterGraphTokenFilterDescriptor SplitOnNumerics(bool? split = true)
Parameters
Type |
Name |
Description |
bool? |
split |
|
Returns
|
Edit this page
View Source
StemEnglishPossessive(bool?)
Declaration
public WordDelimiterGraphTokenFilterDescriptor StemEnglishPossessive(bool? stem = true)
Parameters
Type |
Name |
Description |
bool? |
stem |
|
Returns
|
Edit this page
View Source
TypeTable(IEnumerable<string>)
Declaration
public WordDelimiterGraphTokenFilterDescriptor TypeTable(IEnumerable<string> typeTable)
Parameters
Returns
|
Edit this page
View Source
TypeTable(params string[])
Declaration
public WordDelimiterGraphTokenFilterDescriptor TypeTable(params string[] typeTable)
Parameters
Type |
Name |
Description |
string[] |
typeTable |
|
Returns
|
Edit this page
View Source
TypeTablePath(string)
Declaration
public WordDelimiterGraphTokenFilterDescriptor TypeTablePath(string path)
Parameters
Type |
Name |
Description |
string |
path |
|
Returns
Implements
Extension Methods