| Package | Description | 
|---|---|
| org.apache.lucene.analysis | 
 Support for testing analysis components. 
 | 
| org.apache.lucene.analysis.standard | 
 Classes to support  
StandardAnalyzer component testing | 
| Class and Description | 
|---|
| BaseTokenStreamTestCase.CheckClearAttributesAttribute
 Attribute that records if it was cleared or not. 
 | 
| CannedBinaryTokenStream.BinaryToken
 Represents a binary token. 
 | 
| LookaheadTokenFilter
 An abstract TokenFilter to make it easier to build graph
  token filters requiring some lookahead. 
 | 
| LookaheadTokenFilter.Position
 Holds all state for a single position; subclass this
  to record other state at each position. 
 | 
| MockTokenizer
 Tokenizer for testing. 
 | 
| Token
 A Token is an occurrence of a term from the text of a field. 
 | 
| Class and Description | 
|---|
| BaseTokenStreamTestCase
 Base class for all Lucene unit tests that use TokenStreams. 
 | 
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.