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

65 строки
4.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.models.KeywordTokenizerV2"
fullName: "com.azure.search.models.KeywordTokenizerV2"
name: "KeywordTokenizerV2"
nameWithType: "KeywordTokenizerV2"
summary: "Emits the entire input as a single token."
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 **KeywordTokenizerV2**</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.KeywordTokenizerV2.KeywordTokenizerV2()"
fullName: "com.azure.search.models.KeywordTokenizerV2.KeywordTokenizerV2()"
name: "KeywordTokenizerV2()"
nameWithType: "KeywordTokenizerV2.KeywordTokenizerV2()"
syntax: "public KeywordTokenizerV2()"
methods:
- uid: "com.azure.search.models.KeywordTokenizerV2.getMaxTokenLength()"
fullName: "com.azure.search.models.KeywordTokenizerV2.getMaxTokenLength()"
name: "getMaxTokenLength()"
nameWithType: "KeywordTokenizerV2.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 256. 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.KeywordTokenizerV2.setMaxTokenLength(java.lang.Integer)"
fullName: "com.azure.search.models.KeywordTokenizerV2.setMaxTokenLength(Integer maxTokenLength)"
name: "setMaxTokenLength(Integer maxTokenLength)"
nameWithType: "KeywordTokenizerV2.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 KeywordTokenizerV2 setMaxTokenLength(Integer maxTokenLength)"
desc: "Set the maxTokenLength property: The maximum token length. Default is 256. Tokens longer than the maximum length are split. The maximum token length that can be used is 300 characters."
returns:
description: "the KeywordTokenizerV2 object itself."
type: "<xref href=\"com.azure.search.models.KeywordTokenizerV2?alt=com.azure.search.models.KeywordTokenizerV2&text=KeywordTokenizerV2\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Emits the entire input as a single token. This tokenizer is implemented using Apache Lucene."
metadata: {}
package: "com.azure.search.models"
artifact: com.azure:azure-search:11.0.0-beta.1