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

65 строки
4.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.models.StopAnalyzer"
fullName: "com.azure.search.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.models.Analyzer?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.search.models.Analyzer?alt=com.azure.search.models.Analyzer&text=Analyzer\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.search.models.Analyzer.getName()?alt=com.azure.search.models.Analyzer.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.models.Analyzer.setName(java.lang.String)?alt=com.azure.search.models.Analyzer.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 **StopAnalyzer**</br> extends <xref href=\"com.azure.search.models.Analyzer?alt=com.azure.search.models.Analyzer&text=Analyzer\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.search.models.StopAnalyzer.StopAnalyzer()"
fullName: "com.azure.search.models.StopAnalyzer.StopAnalyzer()"
name: "StopAnalyzer()"
nameWithType: "StopAnalyzer.StopAnalyzer()"
syntax: "public StopAnalyzer()"
methods:
- uid: "com.azure.search.models.StopAnalyzer.getStopwords()"
fullName: "com.azure.search.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.models.StopAnalyzer.setStopwords(java.util.List<java.lang.String>)"
fullName: "com.azure.search.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.models.StopAnalyzer?alt=com.azure.search.models.StopAnalyzer&text=StopAnalyzer\" 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.models"
artifact: com.azure:azure-search:11.0.0-beta.1