| Package | Description |
|---|---|
| com.azure.search.documents.indexes.models |
Package containing classes used for resource management operations that are being sent-to and received-from an
Azure Cognitive Search service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassicTokenizer
Grammar-based tokenizer that is suitable for processing most
European-language documents.
|
class |
EdgeNGramTokenizer
Tokenizes the input from an edge into n-grams of the given size(s).
|
class |
KeywordTokenizer
Emits the entire input as a single token.
|
class |
LuceneStandardTokenizer
Breaks text following the Unicode Text Segmentation rules.
|
class |
MicrosoftLanguageStemmingTokenizer
Divides text using language-specific rules and reduces words to their base
forms.
|
class |
MicrosoftLanguageTokenizer
Divides text using language-specific rules.
|
class |
NGramTokenizer
Tokenizes the input into n-grams of the given size(s).
|
class |
PathHierarchyTokenizer
Tokenizer for path-like hierarchies.
|
class |
PatternTokenizer
Tokenizer that uses regex pattern matching to construct distinct tokens.
|
class |
UaxUrlEmailTokenizer
Tokenizes urls and emails as one token.
|
| Modifier and Type | Method and Description |
|---|---|
SearchIndex |
SearchIndex.setTokenizers(LexicalTokenizer... tokenizers)
Set the tokenizers property: The tokenizers for the index.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.