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.standard Standards-based analyzers implemented with JFlex.org.apache.lucene.analysis.standard.std31 Backwards-compatible implementation to matchVersion.LUCENE_31org.apache.lucene.analysis.standard.std34 Backwards-compatible implementation to matchVersion.LUCENE_34org.apache.lucene.analysis.tokenattributes UsefulAttributes 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.standard
Methods in org.apache.lucene.analysis.standard with parameters of type CharTermAttribute Modifier and Type Method Description voidStandardTokenizerImpl. getText(CharTermAttribute t)Fills CharTermAttribute with the current token text.voidStandardTokenizerInterface. getText(CharTermAttribute t)Copies the matched text into the CharTermAttributevoidUAX29URLEmailTokenizerImpl. getText(CharTermAttribute t)Fills CharTermAttribute with the current token text. -
Uses of CharTermAttribute in org.apache.lucene.analysis.standard.std31
Methods in org.apache.lucene.analysis.standard.std31 with parameters of type CharTermAttribute Modifier and Type Method Description voidStandardTokenizerImpl31. getText(CharTermAttribute t)Deprecated.Fills CharTermAttribute with the current token text.voidUAX29URLEmailTokenizerImpl31. getText(CharTermAttribute t)Deprecated.Fills CharTermAttribute with the current token text. -
Uses of CharTermAttribute in org.apache.lucene.analysis.standard.std34
Methods in org.apache.lucene.analysis.standard.std34 with parameters of type CharTermAttribute Modifier and Type Method Description voidUAX29URLEmailTokenizerImpl34. getText(CharTermAttribute t)Deprecated.Fills CharTermAttribute with the current token text. -
Uses of CharTermAttribute in org.apache.lucene.analysis.tokenattributes
Classes in org.apache.lucene.analysis.tokenattributes that implement CharTermAttribute Modifier and Type Class Description classCharTermAttributeImplThe term text of a Token.classTermAttributeImplDeprecated.This class is not used anymore.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)
-