azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.search.models.Tok...

60 строки
3.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.models.TokenFilter"
fullName: "com.azure.search.models.TokenFilter"
name: "TokenFilter"
nameWithType: "TokenFilter"
summary: "Abstract base class for token filters."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- 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 class **TokenFilter**"
constructors:
- uid: "com.azure.search.models.TokenFilter.TokenFilter()"
fullName: "com.azure.search.models.TokenFilter.TokenFilter()"
name: "TokenFilter()"
nameWithType: "TokenFilter.TokenFilter()"
syntax: "public TokenFilter()"
methods:
- uid: "com.azure.search.models.TokenFilter.getName()"
fullName: "com.azure.search.models.TokenFilter.getName()"
name: "getName()"
nameWithType: "TokenFilter.getName()"
summary: "Get the name property: The name of the token filter."
syntax: "public String getName()"
desc: "Get the name property: The name of the token filter. It must only contain letters, digits, spaces, dashes or underscores, can only start and end with alphanumeric characters, and is limited to 128 characters."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.models.TokenFilter.setName(java.lang.String)"
fullName: "com.azure.search.models.TokenFilter.setName(String name)"
name: "setName(String name)"
nameWithType: "TokenFilter.setName(String name)"
summary: "Set the name property: The name of the token filter."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public TokenFilter setName(String name)"
desc: "Set the name property: The name of the token filter. It must only contain letters, digits, spaces, dashes or underscores, can only start and end with alphanumeric characters, and is limited to 128 characters."
returns:
description: "the TokenFilter object itself."
type: "<xref href=\"com.azure.search.models.TokenFilter?alt=com.azure.search.models.TokenFilter&text=TokenFilter\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Abstract base class for token filters."
metadata: {}
package: "com.azure.search.models"
artifact: com.azure:azure-search:11.0.0-beta.1