171 строка
10 KiB
YAML
171 строка
10 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.search.documents.indexes.models.RegexFlags"
|
|
fullName: "com.azure.search.documents.indexes.models.RegexFlags"
|
|
name: "RegexFlags"
|
|
nameWithType: "RegexFlags"
|
|
summary: "Defines flags that can be combined to control how regular expressions are used in the pattern analyzer and pattern tokenizer."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)?alt=com.azure.core.util.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.getValue()?alt=com.azure.core.util.ExpandableStringEnum.getValue&text=getValue\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.hashCode()?alt=com.azure.core.util.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.toString()?alt=com.azure.core.util.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **RegexFlags**</br> extends <xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.search.documents.indexes.models.RegexFlags?alt=com.azure.search.documents.indexes.models.RegexFlags&text=RegexFlags\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.search.documents.indexes.models.RegexFlags.RegexFlags()"
|
|
fullName: "com.azure.search.documents.indexes.models.RegexFlags.RegexFlags()"
|
|
name: "RegexFlags()"
|
|
nameWithType: "RegexFlags.RegexFlags()"
|
|
summary: "Creates a new instance of Regex<wbr>Flags value."
|
|
deprecatedTag: "Use the <xref uid=\"com.azure.search.documents.indexes.models.RegexFlags.fromString(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#fromString(String)\"></xref> factory method."
|
|
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public RegexFlags()"
|
|
desc: "Creates a new instance of RegexFlags value."
|
|
hasDeprecatedTag: true
|
|
fields:
|
|
- uid: "com.azure.search.documents.indexes.models.RegexFlags.CANON_EQ"
|
|
fullName: "com.azure.search.documents.indexes.models.RegexFlags.CANON_EQ"
|
|
name: "CANON_EQ"
|
|
nameWithType: "RegexFlags.CANON_EQ"
|
|
summary: "Enables canonical equivalence."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.search.documents.indexes.models.RegexFlags?alt=com.azure.search.documents.indexes.models.RegexFlags&text=RegexFlags\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final RegexFlags CANON_EQ"
|
|
desc: "Enables canonical equivalence."
|
|
- uid: "com.azure.search.documents.indexes.models.RegexFlags.CASE_INSENSITIVE"
|
|
fullName: "com.azure.search.documents.indexes.models.RegexFlags.CASE_INSENSITIVE"
|
|
name: "CASE_INSENSITIVE"
|
|
nameWithType: "RegexFlags.CASE_INSENSITIVE"
|
|
summary: "Enables case-insensitive matching."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.search.documents.indexes.models.RegexFlags?alt=com.azure.search.documents.indexes.models.RegexFlags&text=RegexFlags\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final RegexFlags CASE_INSENSITIVE"
|
|
desc: "Enables case-insensitive matching."
|
|
- uid: "com.azure.search.documents.indexes.models.RegexFlags.COMMENTS"
|
|
fullName: "com.azure.search.documents.indexes.models.RegexFlags.COMMENTS"
|
|
name: "COMMENTS"
|
|
nameWithType: "RegexFlags.COMMENTS"
|
|
summary: "Permits whitespace and comments in the pattern."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.search.documents.indexes.models.RegexFlags?alt=com.azure.search.documents.indexes.models.RegexFlags&text=RegexFlags\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final RegexFlags COMMENTS"
|
|
desc: "Permits whitespace and comments in the pattern."
|
|
- uid: "com.azure.search.documents.indexes.models.RegexFlags.DOT_ALL"
|
|
fullName: "com.azure.search.documents.indexes.models.RegexFlags.DOT_ALL"
|
|
name: "DOT_ALL"
|
|
nameWithType: "RegexFlags.DOT_ALL"
|
|
summary: "Enables dotall mode."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.search.documents.indexes.models.RegexFlags?alt=com.azure.search.documents.indexes.models.RegexFlags&text=RegexFlags\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final RegexFlags DOT_ALL"
|
|
desc: "Enables dotall mode."
|
|
- uid: "com.azure.search.documents.indexes.models.RegexFlags.LITERAL"
|
|
fullName: "com.azure.search.documents.indexes.models.RegexFlags.LITERAL"
|
|
name: "LITERAL"
|
|
nameWithType: "RegexFlags.LITERAL"
|
|
summary: "Enables literal parsing of the pattern."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.search.documents.indexes.models.RegexFlags?alt=com.azure.search.documents.indexes.models.RegexFlags&text=RegexFlags\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final RegexFlags LITERAL"
|
|
desc: "Enables literal parsing of the pattern."
|
|
- uid: "com.azure.search.documents.indexes.models.RegexFlags.MULTILINE"
|
|
fullName: "com.azure.search.documents.indexes.models.RegexFlags.MULTILINE"
|
|
name: "MULTILINE"
|
|
nameWithType: "RegexFlags.MULTILINE"
|
|
summary: "Enables multiline mode."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.search.documents.indexes.models.RegexFlags?alt=com.azure.search.documents.indexes.models.RegexFlags&text=RegexFlags\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final RegexFlags MULTILINE"
|
|
desc: "Enables multiline mode."
|
|
- uid: "com.azure.search.documents.indexes.models.RegexFlags.UNICODE_CASE"
|
|
fullName: "com.azure.search.documents.indexes.models.RegexFlags.UNICODE_CASE"
|
|
name: "UNICODE_CASE"
|
|
nameWithType: "RegexFlags.UNICODE_CASE"
|
|
summary: "Enables Unicode-aware case folding."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.search.documents.indexes.models.RegexFlags?alt=com.azure.search.documents.indexes.models.RegexFlags&text=RegexFlags\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final RegexFlags UNICODE_CASE"
|
|
desc: "Enables Unicode-aware case folding."
|
|
- uid: "com.azure.search.documents.indexes.models.RegexFlags.UNIX_LINES"
|
|
fullName: "com.azure.search.documents.indexes.models.RegexFlags.UNIX_LINES"
|
|
name: "UNIX_LINES"
|
|
nameWithType: "RegexFlags.UNIX_LINES"
|
|
summary: "Enables Unix lines mode."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.search.documents.indexes.models.RegexFlags?alt=com.azure.search.documents.indexes.models.RegexFlags&text=RegexFlags\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final RegexFlags UNIX_LINES"
|
|
desc: "Enables Unix lines mode."
|
|
methods:
|
|
- uid: "com.azure.search.documents.indexes.models.RegexFlags.fromString(java.lang.String)"
|
|
fullName: "com.azure.search.documents.indexes.models.RegexFlags.fromString(String name)"
|
|
name: "fromString(String name)"
|
|
nameWithType: "RegexFlags.fromString(String name)"
|
|
summary: "Creates or finds a Regex<wbr>Flags from its string representation."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "a name to look for."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static RegexFlags fromString(String name)"
|
|
desc: "Creates or finds a RegexFlags from its string representation."
|
|
returns:
|
|
description: "the corresponding RegexFlags."
|
|
type: "<xref href=\"com.azure.search.documents.indexes.models.RegexFlags?alt=com.azure.search.documents.indexes.models.RegexFlags&text=RegexFlags\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.documents.indexes.models.RegexFlags.values()"
|
|
fullName: "com.azure.search.documents.indexes.models.RegexFlags.values()"
|
|
name: "values()"
|
|
nameWithType: "RegexFlags.values()"
|
|
summary: "Gets known Regex<wbr>Flags values."
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static Collection<RegexFlags> values()"
|
|
desc: "Gets known RegexFlags values."
|
|
returns:
|
|
description: "known RegexFlags values."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a><<xref href=\"com.azure.search.documents.indexes.models.RegexFlags?alt=com.azure.search.documents.indexes.models.RegexFlags&text=RegexFlags\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "class"
|
|
desc: "Defines flags that can be combined to control how regular expressions are used in the pattern analyzer and pattern tokenizer."
|
|
metadata: {}
|
|
package: "com.azure.search.documents.indexes.models"
|
|
artifact: com.azure:azure-search-documents:11.7.3
|