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.analysis
Classes in org.apache.lucene.analysis that implement CharTermAttributeModifier and TypeClassDescriptionclass
A Token is an occurrence of a term from the text of a field. -
Uses of CharTermAttribute in org.apache.lucene.analysis.tokenattributes
Classes 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 specifiedString
to this character sequence.CharTermAttribute.append
(StringBuilder sb) Appends the specifiedStringBuilder
to this character sequence.CharTermAttribute.append
(CharTermAttribute termAtt) Appends the contents of the otherCharTermAttribute
to this character sequence.final CharTermAttribute
CharTermAttributeImpl.append
(char c) final CharTermAttribute
CharTermAttributeImpl.append
(CharSequence csq) final CharTermAttribute
CharTermAttributeImpl.append
(CharSequence csq, int start, int end) final CharTermAttribute
final CharTermAttribute
CharTermAttributeImpl.append
(StringBuilder s) final CharTermAttribute
CharTermAttributeImpl.append
(CharTermAttribute ta) CharTermAttribute.setEmpty()
Sets the length of the termBuffer to zero.final CharTermAttribute
CharTermAttributeImpl.setEmpty()
CharTermAttribute.setLength
(int length) Set number of valid characters (length of the term) in the termBuffer array.final CharTermAttribute
CharTermAttributeImpl.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 otherCharTermAttribute
to this character sequence.final CharTermAttribute
CharTermAttributeImpl.append
(CharTermAttribute ta)