Uses of Class
com.azure.search.documents.indexes.models.RegexFlags
Packages that use RegexFlags
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of RegexFlags in com.azure.search.documents.indexes.models
Fields in com.azure.search.documents.indexes.models declared as RegexFlagsModifier and TypeFieldDescriptionstatic final RegexFlagsRegexFlags.CANON_EQEnables canonical equivalence.static final RegexFlagsRegexFlags.CASE_INSENSITIVEEnables case-insensitive matching.static final RegexFlagsRegexFlags.COMMENTSPermits whitespace and comments in the pattern.static final RegexFlagsRegexFlags.DOT_ALLEnables dotall mode.static final RegexFlagsRegexFlags.LITERALEnables literal parsing of the pattern.static final RegexFlagsRegexFlags.MULTILINEEnables multiline mode.static final RegexFlagsRegexFlags.UNICODE_CASEEnables Unicode-aware case folding.static final RegexFlagsRegexFlags.UNIX_LINESEnables Unix lines mode.Methods in com.azure.search.documents.indexes.models that return RegexFlagsModifier and TypeMethodDescriptionstatic RegexFlagsRegexFlags.fromString(String name) Creates or finds a RegexFlags from its string representation.Methods in com.azure.search.documents.indexes.models that return types with arguments of type RegexFlagsModifier and TypeMethodDescriptionPatternAnalyzer.getFlags()Get the flags property: Regular expression flags.PatternTokenizer.getFlags()Get the flags property: Regular expression flags.static Collection<RegexFlags> RegexFlags.values()Gets known RegexFlags values.Methods in com.azure.search.documents.indexes.models with parameters of type RegexFlagsModifier and TypeMethodDescriptionPatternAnalyzer.setFlags(RegexFlags... flags) Set the flags property: Regular expression flags.PatternTokenizer.setFlags(RegexFlags... flags) Set the flags property: Regular expression flags.Method parameters in com.azure.search.documents.indexes.models with type arguments of type RegexFlagsModifier and TypeMethodDescriptionPatternAnalyzer.setFlags(List<RegexFlags> flags) Set the flags property: Regular expression flags.PatternTokenizer.setFlags(List<RegexFlags> flags) Set the flags property: Regular expression flags.