| 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 | Method and Description |
|---|---|
NGramTokenizer |
NGramTokenizer.setMaxGram(Integer maxGram)
Set the maxGram property: The maximum n-gram length.
|
NGramTokenizer |
NGramTokenizer.setMinGram(Integer minGram)
Set the minGram property: The minimum n-gram length.
|
NGramTokenizer |
NGramTokenizer.setTokenChars(List<TokenCharacterKind> tokenChars)
Set the tokenChars property: Character classes to keep in the tokens.
|
NGramTokenizer |
NGramTokenizer.setTokenChars(TokenCharacterKind... tokenChars)
Set the tokenChars property: Character classes to keep in the tokens.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.