Uses of Package
org.apache.lucene.analysis

Packages that use org.apache.lucene.analysis
org.apache.lucene.analysis API and code to convert text into indexable/searchable tokens. 
org.apache.lucene.document The logical representation of a Document for indexing and searching. 
org.apache.lucene.index Code to maintain and access indices. 
 

Classes in org.apache.lucene.analysis used by org.apache.lucene.analysis
Analyzer
          An Analyzer builds TokenStreams, which analyze text.
Analyzer.ReuseStrategy
          Strategy defining how TokenStreamComponents are reused per call to Analyzer.tokenStream(String, java.io.Reader).
Analyzer.TokenStreamComponents
          This class encapsulates the outer components of a token stream.
NumericTokenStream
          Expert: This class provides a TokenStream for indexing numeric values that can be used by NumericRangeQuery or NumericRangeFilter.
NumericTokenStream.NumericTermAttribute
          Expert: Use this attribute to get the details of the currently generated token.
Token
          A Token is an occurrence of a term from the text of a field.
TokenFilter
          A TokenFilter is a TokenStream whose input is another TokenStream.
Tokenizer
          A Tokenizer is a TokenStream whose input is a Reader.
TokenStream
          A TokenStream enumerates the sequence of tokens, either from Fields of a Document or from query text.
 

Classes in org.apache.lucene.analysis used by org.apache.lucene.document
Analyzer
          An Analyzer builds TokenStreams, which analyze text.
TokenStream
          A TokenStream enumerates the sequence of tokens, either from Fields of a Document or from query text.
 

Classes in org.apache.lucene.analysis used by org.apache.lucene.index
Analyzer
          An Analyzer builds TokenStreams, which analyze text.
TokenStream
          A TokenStream enumerates the sequence of tokens, either from Fields of a Document or from query text.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.