Uses of Class
com.azure.search.documents.indexes.models.PatternAnalyzer
Packages that use PatternAnalyzer
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of PatternAnalyzer in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return PatternAnalyzerModifier and TypeMethodDescriptionstatic PatternAnalyzerPatternAnalyzer.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PatternAnalyzer from the JsonReader.PatternAnalyzer.setFlags(RegexFlags... flags) Set the flags property: Regular expression flags.PatternAnalyzer.setFlags(List<RegexFlags> flags) Set the flags property: Regular expression flags.PatternAnalyzer.setLowerCaseTerms(Boolean lowerCaseTerms) Set the lowerCaseTerms property: A value indicating whether terms should be lower-cased.PatternAnalyzer.setPattern(String pattern) Set the pattern property: A regular expression pattern to match token separators.PatternAnalyzer.setStopwords(String... stopwords) Set the stopwords property: A list of stopwords.PatternAnalyzer.setStopwords(List<String> stopwords) Set the stopwords property: A list of stopwords.