| Package | Description |
|---|---|
| com.azure.search.models |
Package containing the data models for SearchServiceRestClient.
|
| Modifier and Type | Method and Description |
|---|---|
CustomAnalyzer |
CustomAnalyzer.setCharFilters(List<String> 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<String> tokenFilters)
Set the tokenFilters property: A list of token filters used to filter
out or modify the tokens generated by a tokenizer.
|
CustomAnalyzer |
CustomAnalyzer.setTokenizer(String tokenizer)
Set the tokenizer property: The name of the tokenizer to use to divide
continuous text into a sequence of tokens, such as breaking a sentence
into words.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.