| 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 | Field and Description |
|---|---|
static CharFilterName |
CharFilterName.HTML_STRIP
Static value html_strip for CharFilterName.
|
| Modifier and Type | Method and Description |
|---|---|
static CharFilterName |
CharFilterName.fromString(String name)
Creates or finds a CharFilterName from its string representation.
|
| 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.
|
AnalyzeTextOptions |
AnalyzeTextOptions.setCharFilters(CharFilterName... charFilters)
Set the charFilters property: An optional list of character filters to
use when breaking the given text.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.