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

113 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.models.MicrosoftLanguageStemmingTokenizer"
fullName: "com.azure.search.models.MicrosoftLanguageStemmingTokenizer"
name: "MicrosoftLanguageStemmingTokenizer"
nameWithType: "MicrosoftLanguageStemmingTokenizer"
summary: "Divides text using language-specific rules and reduces words to their base forms."
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 **MicrosoftLanguageStemmingTokenizer**</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.MicrosoftLanguageStemmingTokenizer.MicrosoftLanguageStemmingTokenizer()"
fullName: "com.azure.search.models.MicrosoftLanguageStemmingTokenizer.MicrosoftLanguageStemmingTokenizer()"
name: "MicrosoftLanguageStemmingTokenizer()"
nameWithType: "MicrosoftLanguageStemmingTokenizer.MicrosoftLanguageStemmingTokenizer()"
syntax: "public MicrosoftLanguageStemmingTokenizer()"
methods:
- uid: "com.azure.search.models.MicrosoftLanguageStemmingTokenizer.getLanguage()"
fullName: "com.azure.search.models.MicrosoftLanguageStemmingTokenizer.getLanguage()"
name: "getLanguage()"
nameWithType: "MicrosoftLanguageStemmingTokenizer.getLanguage()"
summary: "Get the language property: The language to use."
syntax: "public MicrosoftStemmingTokenizerLanguage getLanguage()"
desc: "Get the language property: The language to use. The default is English. Possible values include: 'arabic', 'bangla', 'bulgarian', 'catalan', 'croatian', 'czech', 'danish', 'dutch', 'english', 'estonian', 'finnish', 'french', 'german', 'greek', 'gujarati', 'hebrew', 'hindi', 'hungarian', 'icelandic', 'indonesian', 'italian', 'kannada', 'latvian', 'lithuanian', 'malay', 'malayalam', 'marathi', 'norwegianBokmaal', 'polish', 'portuguese', 'portugueseBrazilian', 'punjabi', 'romanian', 'russian', 'serbianCyrillic', 'serbianLatin', 'slovak', 'slovenian', 'spanish', 'swedish', 'tamil', 'telugu', 'turkish', 'ukrainian', 'urdu'."
returns:
description: "the language value."
type: "<xref href=\"com.azure.search.models.MicrosoftStemmingTokenizerLanguage?alt=com.azure.search.models.MicrosoftStemmingTokenizerLanguage&text=MicrosoftStemmingTokenizerLanguage\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.MicrosoftLanguageStemmingTokenizer.getMaxTokenLength()"
fullName: "com.azure.search.models.MicrosoftLanguageStemmingTokenizer.getMaxTokenLength()"
name: "getMaxTokenLength()"
nameWithType: "MicrosoftLanguageStemmingTokenizer.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.MicrosoftLanguageStemmingTokenizer.isSearchTokenizer()"
fullName: "com.azure.search.models.MicrosoftLanguageStemmingTokenizer.isSearchTokenizer()"
name: "isSearchTokenizer()"
nameWithType: "MicrosoftLanguageStemmingTokenizer.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.MicrosoftLanguageStemmingTokenizer.setIsSearchTokenizer(java.lang.Boolean)"
fullName: "com.azure.search.models.MicrosoftLanguageStemmingTokenizer.setIsSearchTokenizer(Boolean isSearchTokenizer)"
name: "setIsSearchTokenizer(Boolean isSearchTokenizer)"
nameWithType: "MicrosoftLanguageStemmingTokenizer.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 MicrosoftLanguageStemmingTokenizer 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 MicrosoftLanguageStemmingTokenizer object itself."
type: "<xref href=\"com.azure.search.models.MicrosoftLanguageStemmingTokenizer?alt=com.azure.search.models.MicrosoftLanguageStemmingTokenizer&text=MicrosoftLanguageStemmingTokenizer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.MicrosoftLanguageStemmingTokenizer.setLanguage(com.azure.search.models.MicrosoftStemmingTokenizerLanguage)"
fullName: "com.azure.search.models.MicrosoftLanguageStemmingTokenizer.setLanguage(MicrosoftStemmingTokenizerLanguage language)"
name: "setLanguage(MicrosoftStemmingTokenizerLanguage language)"
nameWithType: "MicrosoftLanguageStemmingTokenizer.setLanguage(MicrosoftStemmingTokenizerLanguage 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.MicrosoftStemmingTokenizerLanguage?alt=com.azure.search.models.MicrosoftStemmingTokenizerLanguage&text=MicrosoftStemmingTokenizerLanguage\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MicrosoftLanguageStemmingTokenizer setLanguage(MicrosoftStemmingTokenizerLanguage language)"
desc: "Set the language property: The language to use. The default is English. Possible values include: 'arabic', 'bangla', 'bulgarian', 'catalan', 'croatian', 'czech', 'danish', 'dutch', 'english', 'estonian', 'finnish', 'french', 'german', 'greek', 'gujarati', 'hebrew', 'hindi', 'hungarian', 'icelandic', 'indonesian', 'italian', 'kannada', 'latvian', 'lithuanian', 'malay', 'malayalam', 'marathi', 'norwegianBokmaal', 'polish', 'portuguese', 'portugueseBrazilian', 'punjabi', 'romanian', 'russian', 'serbianCyrillic', 'serbianLatin', 'slovak', 'slovenian', 'spanish', 'swedish', 'tamil', 'telugu', 'turkish', 'ukrainian', 'urdu'."
returns:
description: "the MicrosoftLanguageStemmingTokenizer object itself."
type: "<xref href=\"com.azure.search.models.MicrosoftLanguageStemmingTokenizer?alt=com.azure.search.models.MicrosoftLanguageStemmingTokenizer&text=MicrosoftLanguageStemmingTokenizer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.MicrosoftLanguageStemmingTokenizer.setMaxTokenLength(java.lang.Integer)"
fullName: "com.azure.search.models.MicrosoftLanguageStemmingTokenizer.setMaxTokenLength(Integer maxTokenLength)"
name: "setMaxTokenLength(Integer maxTokenLength)"
nameWithType: "MicrosoftLanguageStemmingTokenizer.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 MicrosoftLanguageStemmingTokenizer 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 MicrosoftLanguageStemmingTokenizer object itself."
type: "<xref href=\"com.azure.search.models.MicrosoftLanguageStemmingTokenizer?alt=com.azure.search.models.MicrosoftLanguageStemmingTokenizer&text=MicrosoftLanguageStemmingTokenizer\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Divides text using language-specific rules and reduces words to their base forms."
metadata: {}
package: "com.azure.search.models"
artifact: com.azure:azure-search:11.0.0-beta.1