Uses of Package
org.apache.lucene.analysis.tokenattributes

Packages that use org.apache.lucene.analysis.tokenattributes
org.apache.lucene.analysis API and code to convert text into indexable/searchable tokens. 
org.apache.lucene.analysis.standard The org.apache.lucene.analysis.standard package contains three fast grammar-based tokenizers constructed with JFlex: 
org.apache.lucene.analysis.tokenattributes   
 

Classes in org.apache.lucene.analysis.tokenattributes used by org.apache.lucene.analysis
CharTermAttribute
          The term text of a Token.
CharTermAttributeImpl
          The term text of a Token.
FlagsAttribute
          This attribute can be used to pass different flags down the Tokenizer chain, eg from one TokenFilter to another one.
OffsetAttribute
          The start and end character offset of a Token.
PayloadAttribute
          The payload of a Token.
PositionIncrementAttribute
          The positionIncrement determines the position of this token relative to the previous Token in a TokenStream, used in phrase searching.
TermAttribute
          Deprecated. Use CharTermAttribute instead.
TermAttributeImpl
          Deprecated. This class is not used anymore. The backwards layer in AttributeFactory uses the replacement implementation.
TypeAttribute
          A Token's lexical type.
 

Classes in org.apache.lucene.analysis.tokenattributes used by org.apache.lucene.analysis.standard
CharTermAttribute
          The term text of a Token.
 

Classes in org.apache.lucene.analysis.tokenattributes used by org.apache.lucene.analysis.tokenattributes
CharTermAttribute
          The term text of a Token.
CharTermAttributeImpl
          The term text of a Token.
FlagsAttribute
          This attribute can be used to pass different flags down the Tokenizer chain, eg from one TokenFilter to another one.
KeywordAttribute
          This attribute can be used to mark a token as a keyword.
OffsetAttribute
          The start and end character offset of a Token.
PayloadAttribute
          The payload of a Token.
PositionIncrementAttribute
          The positionIncrement determines the position of this token relative to the previous Token in a TokenStream, used in phrase searching.
TermAttribute
          Deprecated. Use CharTermAttribute instead.
TypeAttribute
          A Token's lexical type.
 



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