113 строки
10 KiB
YAML
113 строки
10 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.search.models.MicrosoftLanguageTokenizer"
|
|
fullName: "com.azure.search.models.MicrosoftLanguageTokenizer"
|
|
name: "MicrosoftLanguageTokenizer"
|
|
nameWithType: "MicrosoftLanguageTokenizer"
|
|
summary: "Divides text using language-specific 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 **MicrosoftLanguageTokenizer**</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.MicrosoftLanguageTokenizer.MicrosoftLanguageTokenizer()"
|
|
fullName: "com.azure.search.models.MicrosoftLanguageTokenizer.MicrosoftLanguageTokenizer()"
|
|
name: "MicrosoftLanguageTokenizer()"
|
|
nameWithType: "MicrosoftLanguageTokenizer.MicrosoftLanguageTokenizer()"
|
|
syntax: "public MicrosoftLanguageTokenizer()"
|
|
methods:
|
|
- uid: "com.azure.search.models.MicrosoftLanguageTokenizer.getLanguage()"
|
|
fullName: "com.azure.search.models.MicrosoftLanguageTokenizer.getLanguage()"
|
|
name: "getLanguage()"
|
|
nameWithType: "MicrosoftLanguageTokenizer.getLanguage()"
|
|
summary: "Get the language property: The language to use."
|
|
syntax: "public MicrosoftTokenizerLanguage getLanguage()"
|
|
desc: "Get the language property: The language to use. The default is English. Possible values include: 'bangla', 'bulgarian', 'catalan', 'chineseSimplified', 'chineseTraditional', 'croatian', 'czech', 'danish', 'dutch', 'english', 'french', 'german', 'greek', 'gujarati', 'hindi', 'icelandic', 'indonesian', 'italian', 'japanese', 'kannada', 'korean', 'malay', 'malayalam', 'marathi', 'norwegianBokmaal', 'polish', 'portuguese', 'portugueseBrazilian', 'punjabi', 'romanian', 'russian', 'serbianCyrillic', 'serbianLatin', 'slovenian', 'spanish', 'swedish', 'tamil', 'telugu', 'thai', 'ukrainian', 'urdu', 'vietnamese'."
|
|
returns:
|
|
description: "the language value."
|
|
type: "<xref href=\"com.azure.search.models.MicrosoftTokenizerLanguage?alt=com.azure.search.models.MicrosoftTokenizerLanguage&text=MicrosoftTokenizerLanguage\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.models.MicrosoftLanguageTokenizer.getMaxTokenLength()"
|
|
fullName: "com.azure.search.models.MicrosoftLanguageTokenizer.getMaxTokenLength()"
|
|
name: "getMaxTokenLength()"
|
|
nameWithType: "MicrosoftLanguageTokenizer.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. Tokens longer than the maximum length are split. Maximum token length that can be used is 300 characters. Tokens longer than 300 characters are first split into tokens of length 300 and then each of those tokens is split based on the max token length set. Default is 255."
|
|
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.MicrosoftLanguageTokenizer.isSearchTokenizer()"
|
|
fullName: "com.azure.search.models.MicrosoftLanguageTokenizer.isSearchTokenizer()"
|
|
name: "isSearchTokenizer()"
|
|
nameWithType: "MicrosoftLanguageTokenizer.isSearchTokenizer()"
|
|
summary: "Get the is<wbr>Search<wbr>Tokenizer property: A value indicating how the tokenizer is used."
|
|
syntax: "public Boolean isSearchTokenizer()"
|
|
desc: "Get the isSearchTokenizer property: A value indicating how the tokenizer is used. Set to true if used as the search tokenizer, set to false if used as the indexing tokenizer. Default is false."
|
|
returns:
|
|
description: "the isSearchTokenizer value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.search.models.MicrosoftLanguageTokenizer.setIsSearchTokenizer(java.lang.Boolean)"
|
|
fullName: "com.azure.search.models.MicrosoftLanguageTokenizer.setIsSearchTokenizer(Boolean isSearchTokenizer)"
|
|
name: "setIsSearchTokenizer(Boolean isSearchTokenizer)"
|
|
nameWithType: "MicrosoftLanguageTokenizer.setIsSearchTokenizer(Boolean isSearchTokenizer)"
|
|
summary: "Set the is<wbr>Search<wbr>Tokenizer property: A value indicating how the tokenizer is used."
|
|
parameters:
|
|
- description: "the isSearchTokenizer value to set."
|
|
name: "isSearchTokenizer"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public MicrosoftLanguageTokenizer setIsSearchTokenizer(Boolean isSearchTokenizer)"
|
|
desc: "Set the isSearchTokenizer property: A value indicating how the tokenizer is used. Set to true if used as the search tokenizer, set to false if used as the indexing tokenizer. Default is false."
|
|
returns:
|
|
description: "the MicrosoftLanguageTokenizer object itself."
|
|
type: "<xref href=\"com.azure.search.models.MicrosoftLanguageTokenizer?alt=com.azure.search.models.MicrosoftLanguageTokenizer&text=MicrosoftLanguageTokenizer\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.models.MicrosoftLanguageTokenizer.setLanguage(com.azure.search.models.MicrosoftTokenizerLanguage)"
|
|
fullName: "com.azure.search.models.MicrosoftLanguageTokenizer.setLanguage(MicrosoftTokenizerLanguage language)"
|
|
name: "setLanguage(MicrosoftTokenizerLanguage language)"
|
|
nameWithType: "MicrosoftLanguageTokenizer.setLanguage(MicrosoftTokenizerLanguage language)"
|
|
summary: "Set the language property: The language to use."
|
|
parameters:
|
|
- description: "the language value to set."
|
|
name: "language"
|
|
type: "<xref href=\"com.azure.search.models.MicrosoftTokenizerLanguage?alt=com.azure.search.models.MicrosoftTokenizerLanguage&text=MicrosoftTokenizerLanguage\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public MicrosoftLanguageTokenizer setLanguage(MicrosoftTokenizerLanguage language)"
|
|
desc: "Set the language property: The language to use. The default is English. Possible values include: 'bangla', 'bulgarian', 'catalan', 'chineseSimplified', 'chineseTraditional', 'croatian', 'czech', 'danish', 'dutch', 'english', 'french', 'german', 'greek', 'gujarati', 'hindi', 'icelandic', 'indonesian', 'italian', 'japanese', 'kannada', 'korean', 'malay', 'malayalam', 'marathi', 'norwegianBokmaal', 'polish', 'portuguese', 'portugueseBrazilian', 'punjabi', 'romanian', 'russian', 'serbianCyrillic', 'serbianLatin', 'slovenian', 'spanish', 'swedish', 'tamil', 'telugu', 'thai', 'ukrainian', 'urdu', 'vietnamese'."
|
|
returns:
|
|
description: "the MicrosoftLanguageTokenizer object itself."
|
|
type: "<xref href=\"com.azure.search.models.MicrosoftLanguageTokenizer?alt=com.azure.search.models.MicrosoftLanguageTokenizer&text=MicrosoftLanguageTokenizer\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.models.MicrosoftLanguageTokenizer.setMaxTokenLength(java.lang.Integer)"
|
|
fullName: "com.azure.search.models.MicrosoftLanguageTokenizer.setMaxTokenLength(Integer maxTokenLength)"
|
|
name: "setMaxTokenLength(Integer maxTokenLength)"
|
|
nameWithType: "MicrosoftLanguageTokenizer.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 MicrosoftLanguageTokenizer setMaxTokenLength(Integer maxTokenLength)"
|
|
desc: "Set the maxTokenLength property: The maximum token length. Tokens longer than the maximum length are split. Maximum token length that can be used is 300 characters. Tokens longer than 300 characters are first split into tokens of length 300 and then each of those tokens is split based on the max token length set. Default is 255."
|
|
returns:
|
|
description: "the MicrosoftLanguageTokenizer object itself."
|
|
type: "<xref href=\"com.azure.search.models.MicrosoftLanguageTokenizer?alt=com.azure.search.models.MicrosoftLanguageTokenizer&text=MicrosoftLanguageTokenizer\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Divides text using language-specific rules."
|
|
metadata: {}
|
|
package: "com.azure.search.models"
|
|
artifact: com.azure:azure-search:11.0.0-beta.1
|