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

65 строки
4.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.models.StandardTokenizer"
fullName: "com.azure.search.models.StandardTokenizer"
name: "StandardTokenizer"
nameWithType: "StandardTokenizer"
summary: "Breaks text following the Unicode Text Segmentation rules."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.models.Tokenizer?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.search.models.Tokenizer?alt=com.azure.search.models.Tokenizer&text=Tokenizer\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.search.models.Tokenizer.getName()?alt=com.azure.search.models.Tokenizer.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.models.Tokenizer.setName(java.lang.String)?alt=com.azure.search.models.Tokenizer.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 **StandardTokenizer**</br> extends <xref href=\"com.azure.search.models.Tokenizer?alt=com.azure.search.models.Tokenizer&text=Tokenizer\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.search.models.StandardTokenizer.StandardTokenizer()"
fullName: "com.azure.search.models.StandardTokenizer.StandardTokenizer()"
name: "StandardTokenizer()"
nameWithType: "StandardTokenizer.StandardTokenizer()"
syntax: "public StandardTokenizer()"
methods:
- uid: "com.azure.search.models.StandardTokenizer.getMaxTokenLength()"
fullName: "com.azure.search.models.StandardTokenizer.getMaxTokenLength()"
name: "getMaxTokenLength()"
nameWithType: "StandardTokenizer.getMaxTokenLength()"
summary: "Get the max<wbr>Token<wbr>Length property: The maximum token length."
syntax: "public Integer getMaxTokenLength()"
desc: "Get the maxTokenLength property: The maximum token length. Default is 255. Tokens longer than the maximum length are split."
returns:
description: "the maxTokenLength value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.search.models.StandardTokenizer.setMaxTokenLength(java.lang.Integer)"
fullName: "com.azure.search.models.StandardTokenizer.setMaxTokenLength(Integer maxTokenLength)"
name: "setMaxTokenLength(Integer maxTokenLength)"
nameWithType: "StandardTokenizer.setMaxTokenLength(Integer maxTokenLength)"
summary: "Set the max<wbr>Token<wbr>Length property: The maximum token length."
parameters:
- description: "the maxTokenLength value to set."
name: "maxTokenLength"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public StandardTokenizer setMaxTokenLength(Integer maxTokenLength)"
desc: "Set the maxTokenLength property: The maximum token length. Default is 255. Tokens longer than the maximum length are split."
returns:
description: "the StandardTokenizer object itself."
type: "<xref href=\"com.azure.search.models.StandardTokenizer?alt=com.azure.search.models.StandardTokenizer&text=StandardTokenizer\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Breaks text following the Unicode Text Segmentation rules. This tokenizer is implemented using Apache Lucene."
metadata: {}
package: "com.azure.search.models"
artifact: com.azure:azure-search:11.0.0-beta.1