azure-docs-sdk-java/docs-ref-autogen/com.azure.search.documents....

130 строки
9.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.documents.indexes.models.StopAnalyzer"
fullName: "com.azure.search.documents.indexes.models.StopAnalyzer"
name: "StopAnalyzer"
nameWithType: "StopAnalyzer"
summary: "Divides text at non-letters; Applies the lowercase and stopword token filters."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.LexicalAnalyzer?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.search.documents.indexes.models.LexicalAnalyzer?alt=com.azure.search.documents.indexes.models.LexicalAnalyzer&text=LexicalAnalyzer\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.search.documents.indexes.models.LexicalAnalyzer.fromJson(com.azure.json.JsonReader)?alt=com.azure.search.documents.indexes.models.LexicalAnalyzer.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.LexicalAnalyzer.getName()?alt=com.azure.search.documents.indexes.models.LexicalAnalyzer.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.LexicalAnalyzer.getOdataType()?alt=com.azure.search.documents.indexes.models.LexicalAnalyzer.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.LexicalAnalyzer.toJson(com.azure.json.JsonWriter)?alt=com.azure.search.documents.indexes.models.LexicalAnalyzer.toJson&text=toJson\" 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 **StopAnalyzer**</br> extends <xref href=\"com.azure.search.documents.indexes.models.LexicalAnalyzer?alt=com.azure.search.documents.indexes.models.LexicalAnalyzer&text=LexicalAnalyzer\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.search.documents.indexes.models.StopAnalyzer.StopAnalyzer(java.lang.String)"
fullName: "com.azure.search.documents.indexes.models.StopAnalyzer.StopAnalyzer(String name)"
name: "StopAnalyzer(String name)"
nameWithType: "StopAnalyzer.StopAnalyzer(String name)"
summary: "Creates an instance of Stop<wbr>Analyzer class."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public StopAnalyzer(String name)"
desc: "Creates an instance of StopAnalyzer class."
methods:
- uid: "com.azure.search.documents.indexes.models.StopAnalyzer.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.search.documents.indexes.models.StopAnalyzer.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "StopAnalyzer.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Stop<wbr>Analyzer from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static StopAnalyzer fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of StopAnalyzer from the JsonReader."
returns:
description: "An instance of StopAnalyzer if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.StopAnalyzer?alt=com.azure.search.documents.indexes.models.StopAnalyzer&text=StopAnalyzer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.StopAnalyzer.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.StopAnalyzer.getOdataType()"
name: "getOdataType()"
nameWithType: "StopAnalyzer.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of analyzer."
overridden: "com.azure.search.documents.indexes.models.LexicalAnalyzer.getOdataType()"
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of analyzer."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.StopAnalyzer.getStopwords()"
fullName: "com.azure.search.documents.indexes.models.StopAnalyzer.getStopwords()"
name: "getStopwords()"
nameWithType: "StopAnalyzer.getStopwords()"
summary: "Get the stopwords property: A list of stopwords."
syntax: "public List<String> getStopwords()"
desc: "Get the stopwords property: A list of stopwords."
returns:
description: "the stopwords value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.search.documents.indexes.models.StopAnalyzer.setStopwords(java.lang.String...)"
fullName: "com.azure.search.documents.indexes.models.StopAnalyzer.setStopwords(String[] stopwords)"
name: "setStopwords(String[] stopwords)"
nameWithType: "StopAnalyzer.setStopwords(String[] stopwords)"
summary: "Set the stopwords property: A list of stopwords."
parameters:
- description: "the stopwords value to set."
name: "stopwords"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>[]"
syntax: "public StopAnalyzer setStopwords(String[] stopwords)"
desc: "Set the stopwords property: A list of stopwords."
returns:
description: "the StopAnalyzer object itself."
type: "<xref href=\"com.azure.search.documents.indexes.models.StopAnalyzer?alt=com.azure.search.documents.indexes.models.StopAnalyzer&text=StopAnalyzer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.StopAnalyzer.setStopwords(java.util.List<java.lang.String>)"
fullName: "com.azure.search.documents.indexes.models.StopAnalyzer.setStopwords(List<String> stopwords)"
name: "setStopwords(List<String> stopwords)"
nameWithType: "StopAnalyzer.setStopwords(List<String> stopwords)"
summary: "Set the stopwords property: A list of stopwords."
parameters:
- description: "the stopwords value to set."
name: "stopwords"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public StopAnalyzer setStopwords(List<String> stopwords)"
desc: "Set the stopwords property: A list of stopwords."
returns:
description: "the StopAnalyzer object itself."
type: "<xref href=\"com.azure.search.documents.indexes.models.StopAnalyzer?alt=com.azure.search.documents.indexes.models.StopAnalyzer&text=StopAnalyzer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.StopAnalyzer.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.search.documents.indexes.models.StopAnalyzer.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "StopAnalyzer.toJson(JsonWriter jsonWriter)"
overridden: "com.azure.search.documents.indexes.models.LexicalAnalyzer.toJson(com.azure.json.JsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Divides text at non-letters; Applies the lowercase and stopword token filters. This analyzer is implemented using Apache Lucene."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.7.1