| 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 |
CustomAnalyzer
Allows you to take control over the process of converting text into
indexable/searchable tokens.
|
class |
LuceneStandardAnalyzer
Standard Apache Lucene analyzer; Composed of the standard tokenizer,
lowercase filter and stop filter.
|
class |
PatternAnalyzer
Flexibly separates text into terms via a regular expression pattern.
|
class |
StopAnalyzer
Divides text at non-letters; Applies the lowercase and stopword token
filters.
|
| Modifier and Type | Method and Description |
|---|---|
SearchIndex |
SearchIndex.setAnalyzers(LexicalAnalyzer... analyzers)
Set the analyzers property: The analyzers for the index.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.