| Package | Description | 
|---|---|
| org.apache.lucene.analysis | API and code to convert text into indexable/searchable tokens. | 
| org.apache.lucene.analysis.tokenattributes | General-purpose attributes for text analysis. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TokenA Token is an occurrence of a term from the text of a field. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CharTermAttributeImplDefault implementation of  CharTermAttribute. | 
| Modifier and Type | Method and Description | 
|---|---|
| CharTermAttribute | CharTermAttributeImpl. append(char c) | 
| CharTermAttribute | CharTermAttribute. append(char c) | 
| CharTermAttribute | CharTermAttributeImpl. append(CharSequence csq) | 
| CharTermAttribute | CharTermAttribute. append(CharSequence csq) | 
| CharTermAttribute | CharTermAttributeImpl. append(CharSequence csq,
      int start,
      int end) | 
| CharTermAttribute | CharTermAttribute. append(CharSequence csq,
      int start,
      int end) | 
| CharTermAttribute | CharTermAttributeImpl. append(CharTermAttribute ta) | 
| CharTermAttribute | CharTermAttribute. append(CharTermAttribute termAtt)Appends the contents of the other  CharTermAttributeto this character sequence. | 
| CharTermAttribute | CharTermAttributeImpl. append(String s) | 
| CharTermAttribute | CharTermAttribute. append(String s)Appends the specified  Stringto this character sequence. | 
| CharTermAttribute | CharTermAttributeImpl. append(StringBuilder s) | 
| CharTermAttribute | CharTermAttribute. append(StringBuilder sb)Appends the specified  StringBuilderto this character sequence. | 
| CharTermAttribute | CharTermAttributeImpl. setEmpty() | 
| CharTermAttribute | CharTermAttribute. setEmpty()Sets the length of the termBuffer to zero. | 
| CharTermAttribute | CharTermAttributeImpl. setLength(int length) | 
| CharTermAttribute | CharTermAttribute. setLength(int length)Set number of valid characters (length of the term) in
  the termBuffer array. | 
| Modifier and Type | Method and Description | 
|---|---|
| CharTermAttribute | CharTermAttributeImpl. append(CharTermAttribute ta) | 
| CharTermAttribute | CharTermAttribute. append(CharTermAttribute termAtt)Appends the contents of the other  CharTermAttributeto this character sequence. | 
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.