Uses of Interface
org.apache.lucene.analysis.tokenattributes.CharTermAttribute
-
Packages that use CharTermAttribute Package Description org.apache.lucene.analysis Text analysis.org.apache.lucene.analysis.ar Analyzer for Arabic.org.apache.lucene.analysis.bg Analyzer for Bulgarian.org.apache.lucene.analysis.bn Analyzer for Bengali Language.org.apache.lucene.analysis.boost Provides various convenience classes for creating boosts on Tokens.org.apache.lucene.analysis.br Analyzer for Brazilian Portuguese.org.apache.lucene.analysis.cjk Analyzer for Chinese, Japanese, and Korean, which indexes bigrams.org.apache.lucene.analysis.ckb Analyzer for Sorani Kurdish.org.apache.lucene.analysis.cn.smart Analyzer for Simplified Chinese, which indexes words.org.apache.lucene.analysis.commongrams Construct n-grams for frequently occurring terms and phrases.org.apache.lucene.analysis.compound A filter that decomposes compound words you find in many Germanic languages into the word parts.org.apache.lucene.analysis.core Basic, general-purpose analysis components.org.apache.lucene.analysis.cz Analyzer for Czech.org.apache.lucene.analysis.de Analyzer for German.org.apache.lucene.analysis.el Analyzer for Greek.org.apache.lucene.analysis.en Analyzer for English.org.apache.lucene.analysis.es Analyzer for Spanish.org.apache.lucene.analysis.fa Analyzer for Persian.org.apache.lucene.analysis.fi Analyzer for Finnish.org.apache.lucene.analysis.fr Analyzer for French.org.apache.lucene.analysis.ga Analyzer for Irish.org.apache.lucene.analysis.gl Analyzer for Galician.org.apache.lucene.analysis.hi Analyzer for Hindi.org.apache.lucene.analysis.hu Analyzer for Hungarian.org.apache.lucene.analysis.hunspell Stemming TokenFilter using a Java implementation of the Hunspell stemming algorithm.org.apache.lucene.analysis.icu Analysis components based on ICUorg.apache.lucene.analysis.icu.segmentation Tokenizer that breaks text into words with the Unicode Text Segmentation algorithm.org.apache.lucene.analysis.id Analyzer for Indonesian.org.apache.lucene.analysis.in Analyzer for Indian languages.org.apache.lucene.analysis.it Analyzer for Italian.org.apache.lucene.analysis.ja Analyzer for Japanese.org.apache.lucene.analysis.ko Analyzer for Korean.org.apache.lucene.analysis.lv Analyzer for Latvian.org.apache.lucene.analysis.minhash MinHash filtering (for LSH).org.apache.lucene.analysis.miscellaneous Miscellaneous Tokenstreams.org.apache.lucene.analysis.ngram Character n-gram tokenizers and filters.org.apache.lucene.analysis.no Analyzer for Norwegian.org.apache.lucene.analysis.path Analysis components for path-like strings such as filenames.org.apache.lucene.analysis.pattern Set of components for pattern-based (regex) analysis.org.apache.lucene.analysis.payloads Provides various convenience classes for creating payloads on Tokens.org.apache.lucene.analysis.phonetic Analysis components for phonetic search.org.apache.lucene.analysis.pt Analyzer for Portuguese.org.apache.lucene.analysis.reverse Filter to reverse token text.org.apache.lucene.analysis.ru Analyzer for Russian.org.apache.lucene.analysis.shingle Word n-gram filters.org.apache.lucene.analysis.snowball TokenFilter
andAnalyzer
implementations that use Snowball stemmers.org.apache.lucene.analysis.sr Analyzer for Serbian.org.apache.lucene.analysis.standard Fast, general-purpose grammar-based tokenizerStandardTokenizer
implements the Word Break rules from the Unicode Text Segmentation algorithm, as specified in Unicode Standard Annex #29.org.apache.lucene.analysis.stempel Stempel: Algorithmic Stemmerorg.apache.lucene.analysis.sv Analyzer for Swedish.org.apache.lucene.analysis.synonym Analysis components for Synonyms.org.apache.lucene.analysis.th Analyzer for Thai.org.apache.lucene.analysis.tokenattributes General-purpose attributes for text analysis.org.apache.lucene.analysis.tr Analyzer for Turkish.org.apache.lucene.analysis.util Utility functions for text analysis.org.apache.lucene.analysis.wikipedia Tokenizer that is aware of Wikipedia syntax.org.apache.lucene.collation.tokenattributes CustomAttributeImpl
for indexing collation keys as index terms.org.apache.lucene.document The logical representation of aDocument
for indexing and searching.org.apache.lucene.monitor Monitoring frameworkorg.apache.lucene.search.highlight Highlighting search terms.org.apache.lucene.search.suggest.analyzing Analyzer based autosuggest.org.apache.lucene.search.suggest.document Support for document suggestionorg.apache.lucene.search.uhighlight The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term vectors, or analysis. -
-
Uses of CharTermAttribute in org.apache.lucene.analysis
Fields in org.apache.lucene.analysis declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
LowerCaseFilter. termAtt
private CharTermAttribute
StopFilter. termAtt
private CharTermAttribute
Analyzer.StringTokenStream. termAttribute
-
Uses of CharTermAttribute in org.apache.lucene.analysis.ar
Fields in org.apache.lucene.analysis.ar declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
ArabicNormalizationFilter. termAtt
private CharTermAttribute
ArabicStemFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.bg
Fields in org.apache.lucene.analysis.bg declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
BulgarianStemFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.bn
Fields in org.apache.lucene.analysis.bn declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
BengaliNormalizationFilter. termAtt
private CharTermAttribute
BengaliStemFilter. termAttribute
-
Uses of CharTermAttribute in org.apache.lucene.analysis.boost
Fields in org.apache.lucene.analysis.boost declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
DelimitedBoostTokenFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.br
Fields in org.apache.lucene.analysis.br declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
BrazilianStemFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.cjk
Fields in org.apache.lucene.analysis.cjk declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
CJKBigramFilter. termAtt
private CharTermAttribute
CJKWidthFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.ckb
Fields in org.apache.lucene.analysis.ckb declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
SoraniNormalizationFilter. termAtt
private CharTermAttribute
SoraniStemFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.cn.smart
Fields in org.apache.lucene.analysis.cn.smart declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
HMMChineseTokenizer. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.commongrams
Fields in org.apache.lucene.analysis.commongrams declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
CommonGramsFilter. termAttribute
-
Uses of CharTermAttribute in org.apache.lucene.analysis.compound
Fields in org.apache.lucene.analysis.compound declared as CharTermAttribute Modifier and Type Field Description protected CharTermAttribute
CompoundWordTokenFilterBase. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.core
Fields in org.apache.lucene.analysis.core declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
DecimalDigitFilter. termAtt
private CharTermAttribute
KeywordTokenizer. termAtt
private CharTermAttribute
UpperCaseFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.cz
Fields in org.apache.lucene.analysis.cz declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
CzechStemFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.de
Fields in org.apache.lucene.analysis.de declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
GermanLightStemFilter. termAtt
private CharTermAttribute
GermanMinimalStemFilter. termAtt
private CharTermAttribute
GermanNormalizationFilter. termAtt
private CharTermAttribute
GermanStemFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.el
Fields in org.apache.lucene.analysis.el declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
GreekLowerCaseFilter. termAtt
private CharTermAttribute
GreekStemFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.en
Fields in org.apache.lucene.analysis.en declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
EnglishMinimalStemFilter. termAtt
private CharTermAttribute
EnglishPossessiveFilter. termAtt
private CharTermAttribute
PorterStemFilter. termAtt
private CharTermAttribute
KStemFilter. termAttribute
-
Uses of CharTermAttribute in org.apache.lucene.analysis.es
Fields in org.apache.lucene.analysis.es declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
SpanishLightStemFilter. termAtt
private CharTermAttribute
SpanishMinimalStemFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.fa
Fields in org.apache.lucene.analysis.fa declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
PersianNormalizationFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.fi
Fields in org.apache.lucene.analysis.fi declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
FinnishLightStemFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.fr
Fields in org.apache.lucene.analysis.fr declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
FrenchLightStemFilter. termAtt
private CharTermAttribute
FrenchMinimalStemFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.ga
Fields in org.apache.lucene.analysis.ga declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
IrishLowerCaseFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.gl
Fields in org.apache.lucene.analysis.gl declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
GalicianMinimalStemFilter. termAtt
private CharTermAttribute
GalicianStemFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.hi
Fields in org.apache.lucene.analysis.hi declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
HindiNormalizationFilter. termAtt
private CharTermAttribute
HindiStemFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.hu
Fields in org.apache.lucene.analysis.hu declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
HungarianLightStemFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
HunspellStemFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.icu
Fields in org.apache.lucene.analysis.icu declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
ICUNormalizer2Filter. termAtt
private CharTermAttribute
ICUTransformFilter. termAtt
private CharTermAttribute
ICUTransformFilter.ReplaceableTermAttribute. token
Methods in org.apache.lucene.analysis.icu with parameters of type CharTermAttribute Modifier and Type Method Description (package private) void
ICUTransformFilter.ReplaceableTermAttribute. setText(CharTermAttribute token)
-
Uses of CharTermAttribute in org.apache.lucene.analysis.icu.segmentation
Fields in org.apache.lucene.analysis.icu.segmentation declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
ICUTokenizer. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.id
Fields in org.apache.lucene.analysis.id declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
IndonesianStemFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.in
Fields in org.apache.lucene.analysis.in declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
IndicNormalizationFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.it
Fields in org.apache.lucene.analysis.it declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
ItalianLightStemFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.ja
Fields in org.apache.lucene.analysis.ja declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
JapaneseBaseFormFilter. termAtt
private CharTermAttribute
JapaneseTokenizer. termAtt
private CharTermAttribute
JapaneseKatakanaStemFilter. termAttr
private CharTermAttribute
JapaneseNumberFilter. termAttr
private CharTermAttribute
JapaneseReadingFormFilter. termAttr
-
Uses of CharTermAttribute in org.apache.lucene.analysis.ko
Fields in org.apache.lucene.analysis.ko declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
KoreanReadingFormFilter. termAtt
private CharTermAttribute
KoreanTokenizer. termAtt
private CharTermAttribute
KoreanNumberFilter. termAttr
-
Uses of CharTermAttribute in org.apache.lucene.analysis.lv
Fields in org.apache.lucene.analysis.lv declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
LatvianStemFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.minhash
Fields in org.apache.lucene.analysis.minhash declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
MinHashFilter. termAttribute
-
Uses of CharTermAttribute in org.apache.lucene.analysis.miscellaneous
Fields in org.apache.lucene.analysis.miscellaneous declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
ConcatenateGraphFilter. charTermAttribute
private CharTermAttribute
ScandinavianFoldingFilter. charTermAttribute
private CharTermAttribute
ScandinavianNormalizationFilter. charTermAttribute
private CharTermAttribute
ASCIIFoldingFilter. termAtt
private CharTermAttribute
CapitalizationFilter. termAtt
private CharTermAttribute
CodepointCountFilter. termAtt
private CharTermAttribute
DateRecognizerFilter. termAtt
private CharTermAttribute
DelimitedTermFrequencyTokenFilter. termAtt
private CharTermAttribute
KeepWordFilter. termAtt
private CharTermAttribute
LengthFilter. termAtt
private CharTermAttribute
PatternKeywordMarkerFilter. termAtt
private CharTermAttribute
ProtectedTermFilter. termAtt
private CharTermAttribute
SetKeywordMarkerFilter. termAtt
private CharTermAttribute
StemmerOverrideFilter. termAtt
private CharTermAttribute
TrimFilter. termAtt
private CharTermAttribute
TypeAsSynonymFilter. termAtt
private CharTermAttribute
FingerprintFilter. termAttribute
private CharTermAttribute
HyphenatedWordsFilter. termAttribute
private CharTermAttribute
RemoveDuplicatesTokenFilter. termAttribute
private CharTermAttribute
TruncateTokenFilter. termAttribute
private CharTermAttribute
WordDelimiterFilter. termAttribute
Deprecated.private CharTermAttribute
WordDelimiterGraphFilter. termAttribute
-
Uses of CharTermAttribute in org.apache.lucene.analysis.ngram
Fields in org.apache.lucene.analysis.ngram declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
EdgeNGramTokenFilter. termAtt
private CharTermAttribute
NGramTokenFilter. termAtt
private CharTermAttribute
NGramTokenizer. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.no
Fields in org.apache.lucene.analysis.no declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
NorwegianLightStemFilter. termAtt
private CharTermAttribute
NorwegianMinimalStemFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.path
Fields in org.apache.lucene.analysis.path declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
PathHierarchyTokenizer. termAtt
private CharTermAttribute
ReversePathHierarchyTokenizer. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.pattern
Fields in org.apache.lucene.analysis.pattern declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
PatternCaptureGroupTokenFilter. charTermAttr
private CharTermAttribute
PatternReplaceFilter. termAtt
private CharTermAttribute
PatternTokenizer. termAtt
private CharTermAttribute
SimplePatternSplitTokenizer. termAtt
private CharTermAttribute
SimplePatternTokenizer. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.payloads
Fields in org.apache.lucene.analysis.payloads declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
DelimitedPayloadTokenFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.phonetic
Fields in org.apache.lucene.analysis.phonetic declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
BeiderMorseFilter. termAtt
private CharTermAttribute
DaitchMokotoffSoundexFilter. termAtt
private CharTermAttribute
DoubleMetaphoneFilter. termAtt
private CharTermAttribute
PhoneticFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.pt
Fields in org.apache.lucene.analysis.pt declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
PortugueseLightStemFilter. termAtt
private CharTermAttribute
PortugueseMinimalStemFilter. termAtt
private CharTermAttribute
PortugueseStemFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.reverse
Fields in org.apache.lucene.analysis.reverse declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
ReverseStringFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.ru
Fields in org.apache.lucene.analysis.ru declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
RussianLightStemFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.shingle
Fields in org.apache.lucene.analysis.shingle declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
FixedShingleFilter. buffer
private CharTermAttribute
FixedShingleFilter. termAtt
(package private) CharTermAttribute
ShingleFilter.InputWindowToken. termAtt
private CharTermAttribute
ShingleFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.snowball
Fields in org.apache.lucene.analysis.snowball declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
SnowballFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.sr
Fields in org.apache.lucene.analysis.sr declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
SerbianNormalizationFilter. termAtt
private CharTermAttribute
SerbianNormalizationRegularFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.standard
Fields in org.apache.lucene.analysis.standard declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
ClassicFilter. termAtt
private CharTermAttribute
ClassicTokenizer. termAtt
private CharTermAttribute
StandardTokenizer. termAtt
private CharTermAttribute
UAX29URLEmailTokenizer. termAtt
Methods in org.apache.lucene.analysis.standard with parameters of type CharTermAttribute Modifier and Type Method Description void
ClassicTokenizerImpl. getText(CharTermAttribute t)
Fills CharTermAttribute with the current token text.void
StandardTokenizerImpl. getText(CharTermAttribute t)
Fills CharTermAttribute with the current token text.void
UAX29URLEmailTokenizerImpl. getText(CharTermAttribute t)
Fills CharTermAttribute with the current token text. -
Uses of CharTermAttribute in org.apache.lucene.analysis.stempel
Fields in org.apache.lucene.analysis.stempel declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
StempelFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.sv
Fields in org.apache.lucene.analysis.sv declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
SwedishLightStemFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.synonym
Fields in org.apache.lucene.analysis.synonym declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
SynonymFilter. termAtt
Deprecated.private CharTermAttribute
SynonymGraphFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.th
Fields in org.apache.lucene.analysis.th declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
ThaiTokenizer. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.tokenattributes
Classes in org.apache.lucene.analysis.tokenattributes that implement CharTermAttribute Modifier and Type Class Description class
CharTermAttributeImpl
Default implementation ofCharTermAttribute
.class
PackedTokenAttributeImpl
Default implementation of the common attributes used by Lucene:CharTermAttribute
TypeAttribute
PositionIncrementAttribute
PositionLengthAttribute
OffsetAttribute
TermFrequencyAttribute
Methods in org.apache.lucene.analysis.tokenattributes that return CharTermAttribute Modifier and Type Method Description CharTermAttribute
CharTermAttribute. append(char c)
CharTermAttribute
CharTermAttribute. append(java.lang.CharSequence csq)
CharTermAttribute
CharTermAttribute. append(java.lang.CharSequence csq, int start, int end)
CharTermAttribute
CharTermAttribute. append(java.lang.String s)
Appends the specifiedString
to this character sequence.CharTermAttribute
CharTermAttribute. append(java.lang.StringBuilder sb)
Appends the specifiedStringBuilder
to this character sequence.CharTermAttribute
CharTermAttribute. append(CharTermAttribute termAtt)
Appends the contents of the otherCharTermAttribute
to this character sequence.CharTermAttribute
CharTermAttributeImpl. append(char c)
CharTermAttribute
CharTermAttributeImpl. append(java.lang.CharSequence csq)
CharTermAttribute
CharTermAttributeImpl. append(java.lang.CharSequence csq, int start, int end)
CharTermAttribute
CharTermAttributeImpl. append(java.lang.String s)
CharTermAttribute
CharTermAttributeImpl. append(java.lang.StringBuilder s)
CharTermAttribute
CharTermAttributeImpl. append(CharTermAttribute ta)
private CharTermAttribute
CharTermAttributeImpl. appendNull()
CharTermAttribute
CharTermAttribute. setEmpty()
Sets the length of the termBuffer to zero.CharTermAttribute
CharTermAttributeImpl. setEmpty()
CharTermAttribute
CharTermAttribute. setLength(int length)
Set number of valid characters (length of the term) in the termBuffer array.CharTermAttribute
CharTermAttributeImpl. setLength(int length)
Methods in org.apache.lucene.analysis.tokenattributes with parameters of type CharTermAttribute Modifier and Type Method Description CharTermAttribute
CharTermAttribute. append(CharTermAttribute termAtt)
Appends the contents of the otherCharTermAttribute
to this character sequence.CharTermAttribute
CharTermAttributeImpl. append(CharTermAttribute ta)
-
Uses of CharTermAttribute in org.apache.lucene.analysis.tr
Fields in org.apache.lucene.analysis.tr declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
ApostropheFilter. termAtt
private CharTermAttribute
TurkishLowerCaseFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.util
Fields in org.apache.lucene.analysis.util declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
CharTokenizer. termAtt
private CharTermAttribute
ElisionFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.wikipedia
Fields in org.apache.lucene.analysis.wikipedia declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
WikipediaTokenizer. termAtt
Methods in org.apache.lucene.analysis.wikipedia with parameters of type CharTermAttribute Modifier and Type Method Description (package private) void
WikipediaTokenizerImpl. getText(CharTermAttribute t)
Fills Lucene token with the current token text. -
Uses of CharTermAttribute in org.apache.lucene.collation.tokenattributes
Classes in org.apache.lucene.collation.tokenattributes that implement CharTermAttribute Modifier and Type Class Description class
CollatedTermAttributeImpl
Extension ofCharTermAttributeImpl
that encodes the term text as a binary Unicode collation key instead of as UTF-8 bytes.class
ICUCollatedTermAttributeImpl
Extension ofCharTermAttributeImpl
that encodes the term text as a binary Unicode collation key instead of as UTF-8 bytes. -
Uses of CharTermAttribute in org.apache.lucene.document
Fields in org.apache.lucene.document declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
FeatureField.FeatureTokenStream. termAttribute
private CharTermAttribute
Field.StringTokenStream. termAttribute
-
Uses of CharTermAttribute in org.apache.lucene.monitor
Fields in org.apache.lucene.monitor declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
TermsEnumTokenStream. charTerm
private CharTermAttribute
SuffixingNGramTokenFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.search.highlight
Fields in org.apache.lucene.search.highlight declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
QueryScorer. termAtt
private CharTermAttribute
QueryTermScorer. termAtt
private CharTermAttribute
SimpleSpanFragmenter. termAtt
private CharTermAttribute
TokenGroup. termAtt
private CharTermAttribute
TokenStreamFromTermVector. termAttribute
-
Uses of CharTermAttribute in org.apache.lucene.search.suggest.analyzing
Fields in org.apache.lucene.search.suggest.analyzing declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
SuggestStopFilter. termAtt
-
Uses of CharTermAttribute in org.apache.lucene.search.suggest.document
Fields in org.apache.lucene.search.suggest.document declared as CharTermAttribute Modifier and Type Field Description private CharTermAttribute
ContextSuggestField.PrefixTokenFilter. termAttr
-
Uses of CharTermAttribute in org.apache.lucene.search.uhighlight
Fields in org.apache.lucene.search.uhighlight declared as CharTermAttribute Modifier and Type Field Description (package private) CharTermAttribute
TokenStreamOffsetStrategy.TokenStreamOffsetsEnum. charTermAtt
-