Package | Description |
---|---|
org.apache.lucene.analysis |
API and code to convert text into indexable/searchable tokens.
|
Modifier and Type | Class | Description |
---|---|---|
class |
LengthFilter |
Removes words that are too long or too short from the stream.
|
class |
StopFilter |
Removes stop words from a token stream.
|
class |
TypeTokenFilter |
Removes tokens whose types appear in a set of blocked types from a token stream.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.