Uses of Class
com.azure.search.documents.indexes.models.RegexFlags
Packages that use RegexFlags
Package
Description
Package containing classes 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 RegexFlags
RegexFlags.CANON_EQ
Static value CANON_EQ for RegexFlags.static final RegexFlags
RegexFlags.CASE_INSENSITIVE
Static value CASE_INSENSITIVE for RegexFlags.static final RegexFlags
RegexFlags.COMMENTS
Static value COMMENTS for RegexFlags.static final RegexFlags
RegexFlags.DOT_ALL
Static value DOTALL for RegexFlags.static final RegexFlags
RegexFlags.LITERAL
Static value LITERAL for RegexFlags.static final RegexFlags
RegexFlags.MULTILINE
Static value MULTILINE for RegexFlags.static final RegexFlags
RegexFlags.UNICODE_CASE
Static value UNICODE_CASE for RegexFlags.static final RegexFlags
RegexFlags.UNIX_LINES
Static value UNIX_LINES for RegexFlags.Methods in com.azure.search.documents.indexes.models that return RegexFlagsModifier and TypeMethodDescriptionstatic RegexFlags
RegexFlags.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.