Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StopAnalyzer

Package version

Divides text at non-letters; Applies the lowercase and stopword token filters. This analyzer is implemented using Apache Lucene.

Hierarchy

  • StopAnalyzer

Index

Properties

Properties

name

name: string

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.

odatatype

odatatype: "#Microsoft.Azure.Search.StopAnalyzer"

Polymorphic Discriminator

Optional stopwords

stopwords: string[]

A list of stopwords.

Generated using TypeDoc