java.lang.Object | ||||
↳ | org.apache.lucene.util.AttributeSource | |||
↳ | org.apache.lucene.analysis.TokenStream | |||
↳ | org.apache.lucene.analysis.TokenFilter | |||
↳ | org.apache.lucene.analysis.standard.StandardFilter |
Normalizes tokens extracted with StandardTokenizer
.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Construct filtering in.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the next token in the stream, or null at EOS.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns the next token in the stream, or null at EOS.
Removes 's from the end of words.
Removes dots from acronyms.
IOException |
---|