65 строки
4.8 KiB
YAML
65 строки
4.8 KiB
YAML
|
### YamlMime:JavaType
|
||
|
uid: "com.azure.search.models.UaxUrlEmailTokenizer"
|
||
|
fullName: "com.azure.search.models.UaxUrlEmailTokenizer"
|
||
|
name: "UaxUrlEmailTokenizer"
|
||
|
nameWithType: "UaxUrlEmailTokenizer"
|
||
|
summary: "Tokenizes urls and emails as one 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 **UaxUrlEmailTokenizer**</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.UaxUrlEmailTokenizer.UaxUrlEmailTokenizer()"
|
||
|
fullName: "com.azure.search.models.UaxUrlEmailTokenizer.UaxUrlEmailTokenizer()"
|
||
|
name: "UaxUrlEmailTokenizer()"
|
||
|
nameWithType: "UaxUrlEmailTokenizer.UaxUrlEmailTokenizer()"
|
||
|
syntax: "public UaxUrlEmailTokenizer()"
|
||
|
methods:
|
||
|
- uid: "com.azure.search.models.UaxUrlEmailTokenizer.getMaxTokenLength()"
|
||
|
fullName: "com.azure.search.models.UaxUrlEmailTokenizer.getMaxTokenLength()"
|
||
|
name: "getMaxTokenLength()"
|
||
|
nameWithType: "UaxUrlEmailTokenizer.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.UaxUrlEmailTokenizer.setMaxTokenLength(java.lang.Integer)"
|
||
|
fullName: "com.azure.search.models.UaxUrlEmailTokenizer.setMaxTokenLength(Integer maxTokenLength)"
|
||
|
name: "setMaxTokenLength(Integer maxTokenLength)"
|
||
|
nameWithType: "UaxUrlEmailTokenizer.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 UaxUrlEmailTokenizer 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 UaxUrlEmailTokenizer object itself."
|
||
|
type: "<xref href=\"com.azure.search.models.UaxUrlEmailTokenizer?alt=com.azure.search.models.UaxUrlEmailTokenizer&text=UaxUrlEmailTokenizer\" data-throw-if-not-resolved=\"False\" />"
|
||
|
type: "class"
|
||
|
desc: "Tokenizes urls and emails as one token. This tokenizer is implemented using Apache Lucene."
|
||
|
metadata: {}
|
||
|
package: "com.azure.search.models"
|
||
|
artifact: com.azure:azure-search:11.0.0-beta.1
|