Uses of Interface
org.apache.lucene.analysis.tokenattributes.CharTermAttribute
Packages that use CharTermAttribute
Package
Description
API and code to convert text into indexable/searchable tokens.
General-purpose attributes for text analysis.
- 
Uses of CharTermAttribute in org.apache.lucene.analysisClasses in org.apache.lucene.analysis that implement CharTermAttributeModifier and TypeClassDescriptionclassA Token is an occurrence of a term from the text of a field.
- 
Uses of CharTermAttribute in org.apache.lucene.analysis.tokenattributesClasses in org.apache.lucene.analysis.tokenattributes that implement CharTermAttributeMethods in org.apache.lucene.analysis.tokenattributes that return CharTermAttributeModifier and TypeMethodDescriptionCharTermAttribute.append(char c) CharTermAttribute.append(CharSequence csq) CharTermAttribute.append(CharSequence csq, int start, int end) Appends the specifiedStringto this character sequence.CharTermAttribute.append(StringBuilder sb) Appends the specifiedStringBuilderto this character sequence.CharTermAttribute.append(CharTermAttribute termAtt) Appends the contents of the otherCharTermAttributeto this character sequence.final CharTermAttributeCharTermAttributeImpl.append(char c) final CharTermAttributeCharTermAttributeImpl.append(CharSequence csq) final CharTermAttributeCharTermAttributeImpl.append(CharSequence csq, int start, int end) final CharTermAttributefinal CharTermAttributeCharTermAttributeImpl.append(StringBuilder s) final CharTermAttributeCharTermAttributeImpl.append(CharTermAttribute ta) CharTermAttribute.setEmpty()Sets the length of the termBuffer to zero.final CharTermAttributeCharTermAttributeImpl.setEmpty()CharTermAttribute.setLength(int length) Set number of valid characters (length of the term) in the termBuffer array.final CharTermAttributeCharTermAttributeImpl.setLength(int length) Methods in org.apache.lucene.analysis.tokenattributes with parameters of type CharTermAttributeModifier and TypeMethodDescriptionCharTermAttribute.append(CharTermAttribute termAtt) Appends the contents of the otherCharTermAttributeto this character sequence.final CharTermAttributeCharTermAttributeImpl.append(CharTermAttribute ta)