C# Класс org.apache.lucene.analysis.standard.ClassicFilter

Normalizes tokens extracted with ClassicTokenizer.
Наследование: TokenFilter
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ClassicFilter ( TokenStream @in )

Construct filtering in.

incrementToken ( ) : bool

Returns the next token in the stream, or null at EOS.

Removes 's from the end of words.

Removes dots from acronyms.

Описание методов

ClassicFilter() публичный Метод

Construct filtering in.
public ClassicFilter ( TokenStream @in )
@in TokenStream

incrementToken() публичный Метод

Returns the next token in the stream, or null at EOS.

Removes 's from the end of words.

Removes dots from acronyms.

public incrementToken ( ) : bool
Результат bool