Uses of Class
com.azure.search.documents.indexes.models.LexicalAnalyzer
Packages that use LexicalAnalyzer
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of LexicalAnalyzer in com.azure.search.documents.indexes.models
Subclasses of LexicalAnalyzer in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classAllows you to take control over the process of converting text into indexable/searchable tokens.final classStandard Apache Lucene analyzer; Composed of the standard tokenizer, lowercase filter and stop filter.final classFlexibly separates text into terms via a regular expression pattern.final classDivides text at non-letters; Applies the lowercase and stopword token filters.Methods in com.azure.search.documents.indexes.models that return LexicalAnalyzerModifier and TypeMethodDescriptionstatic LexicalAnalyzerLexicalAnalyzer.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LexicalAnalyzer from the JsonReader.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.