65 строки
5.1 KiB
YAML
65 строки
5.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.search.models.AsciiFoldingTokenFilter"
|
|
fullName: "com.azure.search.models.AsciiFoldingTokenFilter"
|
|
name: "AsciiFoldingTokenFilter"
|
|
nameWithType: "AsciiFoldingTokenFilter"
|
|
summary: "Converts alphabetic, numeric, and symbolic Unicode characters which are not in the first 127 ASCII characters (the \"Basic Latin\" Unicode block) into their ASCII equivalents, if such equivalents exist."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.search.models.TokenFilter?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.search.models.TokenFilter?alt=com.azure.search.models.TokenFilter&text=TokenFilter\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.search.models.TokenFilter.getName()?alt=com.azure.search.models.TokenFilter.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.search.models.TokenFilter.setName(java.lang.String)?alt=com.azure.search.models.TokenFilter.setName&text=setName\" 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#equals-java.lang.Object-\">equals</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#hashCode--\">hashCode</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#toString--\">toString</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 **AsciiFoldingTokenFilter**</br> extends <xref href=\"com.azure.search.models.TokenFilter?alt=com.azure.search.models.TokenFilter&text=TokenFilter\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.azure.search.models.AsciiFoldingTokenFilter.AsciiFoldingTokenFilter()"
|
|
fullName: "com.azure.search.models.AsciiFoldingTokenFilter.AsciiFoldingTokenFilter()"
|
|
name: "AsciiFoldingTokenFilter()"
|
|
nameWithType: "AsciiFoldingTokenFilter.AsciiFoldingTokenFilter()"
|
|
syntax: "public AsciiFoldingTokenFilter()"
|
|
methods:
|
|
- uid: "com.azure.search.models.AsciiFoldingTokenFilter.isPreserveOriginal()"
|
|
fullName: "com.azure.search.models.AsciiFoldingTokenFilter.isPreserveOriginal()"
|
|
name: "isPreserveOriginal()"
|
|
nameWithType: "AsciiFoldingTokenFilter.isPreserveOriginal()"
|
|
summary: "Get the preserve<wbr>Original property: A value indicating whether the original token will be kept."
|
|
syntax: "public Boolean isPreserveOriginal()"
|
|
desc: "Get the preserveOriginal property: A value indicating whether the original token will be kept. Default is false."
|
|
returns:
|
|
description: "the preserveOriginal value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.search.models.AsciiFoldingTokenFilter.setPreserveOriginal(java.lang.Boolean)"
|
|
fullName: "com.azure.search.models.AsciiFoldingTokenFilter.setPreserveOriginal(Boolean preserveOriginal)"
|
|
name: "setPreserveOriginal(Boolean preserveOriginal)"
|
|
nameWithType: "AsciiFoldingTokenFilter.setPreserveOriginal(Boolean preserveOriginal)"
|
|
summary: "Set the preserve<wbr>Original property: A value indicating whether the original token will be kept."
|
|
parameters:
|
|
- description: "the preserveOriginal value to set."
|
|
name: "preserveOriginal"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public AsciiFoldingTokenFilter setPreserveOriginal(Boolean preserveOriginal)"
|
|
desc: "Set the preserveOriginal property: A value indicating whether the original token will be kept. Default is false."
|
|
returns:
|
|
description: "the AsciiFoldingTokenFilter object itself."
|
|
type: "<xref href=\"com.azure.search.models.AsciiFoldingTokenFilter?alt=com.azure.search.models.AsciiFoldingTokenFilter&text=AsciiFoldingTokenFilter\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Converts alphabetic, numeric, and symbolic Unicode characters which are not in the first 127 ASCII characters (the \"Basic Latin\" Unicode block) into their ASCII equivalents, if such equivalents exist. This token filter is implemented using Apache Lucene."
|
|
metadata: {}
|
|
package: "com.azure.search.models"
|
|
artifact: com.azure:azure-search:11.0.0-beta.1
|