65 строки
4.8 KiB
YAML
65 строки
4.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.search.models.StandardTokenizerV2"
|
|
fullName: "com.azure.search.models.StandardTokenizerV2"
|
|
name: "StandardTokenizerV2"
|
|
nameWithType: "StandardTokenizerV2"
|
|
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 **StandardTokenizerV2**</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.StandardTokenizerV2.StandardTokenizerV2()"
|
|
fullName: "com.azure.search.models.StandardTokenizerV2.StandardTokenizerV2()"
|
|
name: "StandardTokenizerV2()"
|
|
nameWithType: "StandardTokenizerV2.StandardTokenizerV2()"
|
|
syntax: "public StandardTokenizerV2()"
|
|
methods:
|
|
- uid: "com.azure.search.models.StandardTokenizerV2.getMaxTokenLength()"
|
|
fullName: "com.azure.search.models.StandardTokenizerV2.getMaxTokenLength()"
|
|
name: "getMaxTokenLength()"
|
|
nameWithType: "StandardTokenizerV2.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. The maximum token length that can be used is 300 characters."
|
|
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.StandardTokenizerV2.setMaxTokenLength(java.lang.Integer)"
|
|
fullName: "com.azure.search.models.StandardTokenizerV2.setMaxTokenLength(Integer maxTokenLength)"
|
|
name: "setMaxTokenLength(Integer maxTokenLength)"
|
|
nameWithType: "StandardTokenizerV2.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 StandardTokenizerV2 setMaxTokenLength(Integer maxTokenLength)"
|
|
desc: "Set the maxTokenLength property: The maximum token length. Default is 255. Tokens longer than the maximum length are split. The maximum token length that can be used is 300 characters."
|
|
returns:
|
|
description: "the StandardTokenizerV2 object itself."
|
|
type: "<xref href=\"com.azure.search.models.StandardTokenizerV2?alt=com.azure.search.models.StandardTokenizerV2&text=StandardTokenizerV2\" 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
|