StopAnalyzer Class
Divides text at non-letters; Applies the lowercase and stopword token filters. This analyzer is implemented using Apache Lucene.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.search.documents.indexes._generated.models._models_py3.LexicalAnalyzerStopAnalyzer
Constructor
StopAnalyzer(*, name: str, stopwords: Optional[List[str]] = None, **kwargs)
Parameters
- odata_type
- str
Required
Required. Identifies the concrete type of the analyzer.Constant filled by server.
- name
- str
Required
Required. The name of the analyzer. It must only contain letters, digits, spaces, dashes or underscores, can only start and end with alphanumeric characters, and is limited to 128 characters.
Feedback
Submit and view feedback for