| Package | Description | 
|---|---|
| org.apache.lucene.analysis.core | Basic, general-purpose analysis components. | 
| org.apache.lucene.analysis.miscellaneous | Miscellaneous TokenStreams | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StopFilterRemoves stop words from a token stream. | 
| class  | TypeTokenFilterRemoves tokens whose types appear in a set of blocked types from a token stream. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CodepointCountFilterRemoves words that are too long or too short from the stream. | 
| class  | KeepWordFilterA TokenFilter that only keeps tokens with text contained in the
 required words. | 
| class  | LengthFilterRemoves words that are too long or too short from the stream. | 
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.