Uses of Interface
org.apache.lucene.analysis.tokenattributes.CharTermAttribute
-
Packages that use CharTermAttribute 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. -
-
Uses of CharTermAttribute in org.apache.lucene.analysis
Classes in org.apache.lucene.analysis that implement CharTermAttribute Modifier and Type Class Description classTokenA 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 CharTermAttribute Modifier and Type Class Description classCharTermAttributeImplDefault implementation ofCharTermAttribute.Methods in org.apache.lucene.analysis.tokenattributes that return CharTermAttribute Modifier and Type Method Description CharTermAttributeCharTermAttribute. append(char c)CharTermAttributeCharTermAttribute. append(CharSequence csq)CharTermAttributeCharTermAttribute. append(CharSequence csq, int start, int end)CharTermAttributeCharTermAttribute. append(String s)Appends the specifiedStringto this character sequence.CharTermAttributeCharTermAttribute. append(StringBuilder sb)Appends the specifiedStringBuilderto this character sequence.CharTermAttributeCharTermAttribute. append(CharTermAttribute termAtt)Appends the contents of the otherCharTermAttributeto this character sequence.CharTermAttributeCharTermAttributeImpl. append(char c)CharTermAttributeCharTermAttributeImpl. append(CharSequence csq)CharTermAttributeCharTermAttributeImpl. append(CharSequence csq, int start, int end)CharTermAttributeCharTermAttributeImpl. append(String s)CharTermAttributeCharTermAttributeImpl. append(StringBuilder s)CharTermAttributeCharTermAttributeImpl. append(CharTermAttribute ta)CharTermAttributeCharTermAttribute. setEmpty()Sets the length of the termBuffer to zero.CharTermAttributeCharTermAttributeImpl. setEmpty()CharTermAttributeCharTermAttribute. setLength(int length)Set number of valid characters (length of the term) in the termBuffer array.CharTermAttributeCharTermAttributeImpl. setLength(int length)Methods in org.apache.lucene.analysis.tokenattributes with parameters of type CharTermAttribute Modifier and Type Method Description CharTermAttributeCharTermAttribute. append(CharTermAttribute termAtt)Appends the contents of the otherCharTermAttributeto this character sequence.CharTermAttributeCharTermAttributeImpl. append(CharTermAttribute ta)
-