| 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 |
|---|---|
CustomAnalyzer |
CustomAnalyzer.setCharFilters(CharFilterName... charFilters)
Set the charFilters property: A list of character filters used to
prepare input text before it is processed by the tokenizer.
|
CustomAnalyzer |
CustomAnalyzer.setCharFilters(List<CharFilterName> charFilters)
Set the charFilters property: A list of character filters used to
prepare input text before it is processed by the tokenizer.
|
CustomAnalyzer |
CustomAnalyzer.setTokenFilters(List<TokenFilterName> tokenFilters)
Set the tokenFilters property: A list of token filters used to filter
out or modify the tokens generated by a tokenizer.
|
CustomAnalyzer |
CustomAnalyzer.setTokenFilters(TokenFilterName... tokenFilters)
Set the tokenFilters property: A list of token filters used to filter
out or modify the tokens generated by a tokenizer.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.