Uses of Class
com.azure.search.documents.indexes.models.LexicalAnalyzer
Packages that use LexicalAnalyzer
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of LexicalAnalyzer in com.azure.search.documents.indexes.models
Subclasses of LexicalAnalyzer in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal class
Allows you to take control over the process of converting text into indexable/searchable tokens.final class
Standard Apache Lucene analyzer; Composed of the standard tokenizer, lowercase filter and stop filter.final class
Flexibly separates text into terms via a regular expression pattern.final class
Divides text at non-letters; Applies the lowercase and stopword token filters.Methods in com.azure.search.documents.indexes.models that return types with arguments of type LexicalAnalyzerModifier and TypeMethodDescriptionSearchIndex.getAnalyzers()
Get the analyzers property: The analyzers for the index.Methods in com.azure.search.documents.indexes.models with parameters of type LexicalAnalyzerModifier and TypeMethodDescriptionSearchIndex.setAnalyzers
(LexicalAnalyzer... analyzers) Set the analyzers property: The analyzers for the index.Method parameters in com.azure.search.documents.indexes.models with type arguments of type LexicalAnalyzerModifier and TypeMethodDescriptionSearchIndex.setAnalyzers
(List<LexicalAnalyzer> analyzers) Set the analyzers property: The analyzers for the index.