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

89 строки
7.0 KiB
YAML
Исходник Постоянная ссылка Обычный вид История

### YamlMime:JavaType
uid: "com.azure.search.models.CjkBigramTokenFilter"
fullName: "com.azure.search.models.CjkBigramTokenFilter"
name: "CjkBigramTokenFilter"
nameWithType: "CjkBigramTokenFilter"
summary: "Forms bigrams of CJK terms that are generated from Standard<wbr>Tokenizer."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.models.TokenFilter?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.search.models.TokenFilter?alt=com.azure.search.models.TokenFilter&text=TokenFilter\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.search.models.TokenFilter.getName()?alt=com.azure.search.models.TokenFilter.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.models.TokenFilter.setName(java.lang.String)?alt=com.azure.search.models.TokenFilter.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 **CjkBigramTokenFilter**</br> extends <xref href=\"com.azure.search.models.TokenFilter?alt=com.azure.search.models.TokenFilter&text=TokenFilter\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.search.models.CjkBigramTokenFilter.CjkBigramTokenFilter()"
fullName: "com.azure.search.models.CjkBigramTokenFilter.CjkBigramTokenFilter()"
name: "CjkBigramTokenFilter()"
nameWithType: "CjkBigramTokenFilter.CjkBigramTokenFilter()"
syntax: "public CjkBigramTokenFilter()"
methods:
- uid: "com.azure.search.models.CjkBigramTokenFilter.getIgnoreScripts()"
fullName: "com.azure.search.models.CjkBigramTokenFilter.getIgnoreScripts()"
name: "getIgnoreScripts()"
nameWithType: "CjkBigramTokenFilter.getIgnoreScripts()"
summary: "Get the ignore<wbr>Scripts property: The scripts to ignore."
syntax: "public List<CjkBigramTokenFilterScripts> getIgnoreScripts()"
desc: "Get the ignoreScripts property: The scripts to ignore."
returns:
description: "the ignoreScripts value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.search.models.CjkBigramTokenFilterScripts?alt=com.azure.search.models.CjkBigramTokenFilterScripts&text=CjkBigramTokenFilterScripts\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.search.models.CjkBigramTokenFilter.isOutputUnigrams()"
fullName: "com.azure.search.models.CjkBigramTokenFilter.isOutputUnigrams()"
name: "isOutputUnigrams()"
nameWithType: "CjkBigramTokenFilter.isOutputUnigrams()"
summary: "Get the output<wbr>Unigrams property: A value indicating whether to output both unigrams and bigrams (if true), or just bigrams (if false)."
syntax: "public Boolean isOutputUnigrams()"
desc: "Get the outputUnigrams property: A value indicating whether to output both unigrams and bigrams (if true), or just bigrams (if false). Default is false."
returns:
description: "the outputUnigrams value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.search.models.CjkBigramTokenFilter.setIgnoreScripts(java.util.List<com.azure.search.models.CjkBigramTokenFilterScripts>)"
fullName: "com.azure.search.models.CjkBigramTokenFilter.setIgnoreScripts(List<CjkBigramTokenFilterScripts> ignoreScripts)"
name: "setIgnoreScripts(List<CjkBigramTokenFilterScripts> ignoreScripts)"
nameWithType: "CjkBigramTokenFilter.setIgnoreScripts(List<CjkBigramTokenFilterScripts> ignoreScripts)"
summary: "Set the ignore<wbr>Scripts property: The scripts to ignore."
parameters:
- description: "the ignoreScripts value to set."
name: "ignoreScripts"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.search.models.CjkBigramTokenFilterScripts?alt=com.azure.search.models.CjkBigramTokenFilterScripts&text=CjkBigramTokenFilterScripts\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public CjkBigramTokenFilter setIgnoreScripts(List<CjkBigramTokenFilterScripts> ignoreScripts)"
desc: "Set the ignoreScripts property: The scripts to ignore."
returns:
description: "the CjkBigramTokenFilter object itself."
type: "<xref href=\"com.azure.search.models.CjkBigramTokenFilter?alt=com.azure.search.models.CjkBigramTokenFilter&text=CjkBigramTokenFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.CjkBigramTokenFilter.setOutputUnigrams(java.lang.Boolean)"
fullName: "com.azure.search.models.CjkBigramTokenFilter.setOutputUnigrams(Boolean outputUnigrams)"
name: "setOutputUnigrams(Boolean outputUnigrams)"
nameWithType: "CjkBigramTokenFilter.setOutputUnigrams(Boolean outputUnigrams)"
summary: "Set the output<wbr>Unigrams property: A value indicating whether to output both unigrams and bigrams (if true), or just bigrams (if false)."
parameters:
- description: "the outputUnigrams value to set."
name: "outputUnigrams"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public CjkBigramTokenFilter setOutputUnigrams(Boolean outputUnigrams)"
desc: "Set the outputUnigrams property: A value indicating whether to output both unigrams and bigrams (if true), or just bigrams (if false). Default is false."
returns:
description: "the CjkBigramTokenFilter object itself."
type: "<xref href=\"com.azure.search.models.CjkBigramTokenFilter?alt=com.azure.search.models.CjkBigramTokenFilter&text=CjkBigramTokenFilter\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Forms bigrams of CJK terms that are generated from StandardTokenizer. This token filter is implemented using Apache Lucene."
metadata: {}
package: "com.azure.search.models"
artifact: com.azure:azure-search:11.0.0-beta.1