Constructors

Link copied to clipboard
constructor(stopWords: CharArraySet)

Builds an analyzer with the stop words from the given set.

constructor(stopwordsFile: Path)

Builds an analyzer with the stop words from the given path.

constructor(stopwords: Reader)

Builds an analyzer with the stop words from the given reader.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
open fun getOffsetGap(fieldName: String?): Int
Link copied to clipboard
open fun getPositionIncrementGap(fieldName: String?): Int
Link copied to clipboard
fun normalize(fieldName: String, text: String): BytesRef
Link copied to clipboard
fun tokenStream(fieldName: String, text: String): TokenStream
fun tokenStream(fieldName: String, reader: Reader): TokenStream