Uses of Interface
org.apache.lucene.analysis.tokenattributes.CharTermAttribute
Packages that use CharTermAttribute
Package
Description
Text analysis.
Analyzer for Arabic.
Analyzer for Bulgarian.
Analyzer for Bengali Language.
Provides various convenience classes for creating boosts on Tokens.
Analyzer for Brazilian Portuguese.
Analyzer for Chinese, Japanese, and Korean, which indexes bigrams.
Analyzer for Sorani Kurdish.
Fast, general-purpose grammar-based tokenizers.
Analyzer for Simplified Chinese, which indexes words.
Construct n-grams for frequently occurring terms and phrases.
A filter that decomposes compound words you find in many Germanic languages into the word parts.
Basic, general-purpose analysis components.
Analyzer for Czech.
Analyzer for German.
Analyzer for Greek.
Fast, general-purpose URLs and email addresses tokenizers.
Analyzer for English.
Analyzer for Spanish.
Analyzer for Persian.
Analyzer for Finnish.
Analyzer for French.
Analyzer for Irish.
Analyzer for Galician.
Analyzer for Hindi.
Analyzer for Hungarian.
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell
), and a stemming
TokenFilter (HunspellStemFilter
) based on it.Analysis components based on ICU
Tokenizer that breaks text into words with the Unicode Text Segmentation algorithm.
Additional ICU-specific Attributes for text analysis.
Analyzer for Indonesian.
Analyzer for Indian languages.
Analyzer for Italian.
Analyzer for Japanese.
Analyzer for Korean.
Analyzer for Latvian.
MinHash filtering (for LSH).
Miscellaneous Tokenstreams.
Character n-gram tokenizers and filters.
Analyzer for Norwegian.
Analysis components for path-like strings such as filenames.
Set of components for pattern-based (regex) analysis.
Provides various convenience classes for creating payloads on Tokens.
Analysis components for phonetic search.
Analyzer for Portuguese.
Filter to reverse token text.
Analyzer for Russian.
Word n-gram filters.
Analyzer for Serbian.
Fast, general-purpose grammar-based tokenizer
StandardTokenizer
implements the Word Break rules from the
Unicode Text Segmentation algorithm, as specified in Unicode Standard Annex #29.Stempel: Algorithmic Stemmer
Analyzer for Swedish.
Analysis components for Synonyms.
Analyzer for Telugu Language.
Analyzer for Thai.
General-purpose attributes for text analysis.
Analyzer for Turkish.
Utility functions for text analysis.
Tokenizer that is aware of Wikipedia syntax.
Custom
AttributeImpl
for indexing collation keys as index terms.The logical representation of a
Document
for indexing and
searching.Monitoring framework
Highlighting search terms.
Analyzer based autosuggest.
Support for document suggestion
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 CharTermAttributeModifier and TypeFieldDescriptionprivate CharTermAttribute
AutomatonToTokenStream.TopoTokenStream.charAttr
private final CharTermAttribute
LowerCaseFilter.termAtt
private final CharTermAttribute
StopFilter.termAtt
private final CharTermAttribute
Analyzer.StringTokenStream.termAttribute
-
Uses of CharTermAttribute in org.apache.lucene.analysis.ar
Fields in org.apache.lucene.analysis.ar declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
ArabicNormalizationFilter.termAtt
private final CharTermAttribute
ArabicStemFilter.termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.bg
Fields in org.apache.lucene.analysis.bg declared as CharTermAttribute -
Uses of CharTermAttribute in org.apache.lucene.analysis.bn
Fields in org.apache.lucene.analysis.bn declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
BengaliNormalizationFilter.termAtt
private final CharTermAttribute
BengaliStemFilter.termAttribute
-
Uses of CharTermAttribute in org.apache.lucene.analysis.boost
Fields in org.apache.lucene.analysis.boost declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
DelimitedBoostTokenFilter.termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.br
Fields in org.apache.lucene.analysis.br declared as CharTermAttribute -
Uses of CharTermAttribute in org.apache.lucene.analysis.cjk
Fields in org.apache.lucene.analysis.cjk declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final 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 CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
SoraniNormalizationFilter.termAtt
private final CharTermAttribute
SoraniStemFilter.termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.classic
Fields in org.apache.lucene.analysis.classic declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
ClassicFilter.termAtt
private final CharTermAttribute
ClassicTokenizer.termAtt
Methods in org.apache.lucene.analysis.classic with parameters of type CharTermAttributeModifier and TypeMethodDescriptionfinal void
ClassicTokenizerImpl.getText
(CharTermAttribute t) Fills CharTermAttribute with the current token text. -
Uses of CharTermAttribute in org.apache.lucene.analysis.cn.smart
Fields in org.apache.lucene.analysis.cn.smart declared as CharTermAttribute -
Uses of CharTermAttribute in org.apache.lucene.analysis.commongrams
Fields in org.apache.lucene.analysis.commongrams declared as CharTermAttribute -
Uses of CharTermAttribute in org.apache.lucene.analysis.compound
Fields in org.apache.lucene.analysis.compound declared as CharTermAttributeModifier and TypeFieldDescriptionprotected final CharTermAttribute
CompoundWordTokenFilterBase.termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.core
Fields in org.apache.lucene.analysis.core declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
DecimalDigitFilter.termAtt
private final CharTermAttribute
KeywordTokenizer.termAtt
private final CharTermAttribute
UpperCaseFilter.termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.cz
Fields in org.apache.lucene.analysis.cz declared as CharTermAttribute -
Uses of CharTermAttribute in org.apache.lucene.analysis.de
Fields in org.apache.lucene.analysis.de declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
GermanLightStemFilter.termAtt
private final CharTermAttribute
GermanMinimalStemFilter.termAtt
private final CharTermAttribute
GermanNormalizationFilter.termAtt
private final CharTermAttribute
GermanStemFilter.termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.el
Fields in org.apache.lucene.analysis.el declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
GreekLowerCaseFilter.termAtt
private final CharTermAttribute
GreekStemFilter.termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.email
Fields in org.apache.lucene.analysis.email declared as CharTermAttributeMethods in org.apache.lucene.analysis.email with parameters of type CharTermAttributeModifier and TypeMethodDescriptionfinal void
UAX29URLEmailTokenizerImpl.getText
(CharTermAttribute t) Fills CharTermAttribute with the current token text. -
Uses of CharTermAttribute in org.apache.lucene.analysis.en
Fields in org.apache.lucene.analysis.en declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
EnglishMinimalStemFilter.termAtt
private final CharTermAttribute
EnglishPossessiveFilter.termAtt
private final CharTermAttribute
PorterStemFilter.termAtt
private final CharTermAttribute
KStemFilter.termAttribute
-
Uses of CharTermAttribute in org.apache.lucene.analysis.es
Fields in org.apache.lucene.analysis.es declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
SpanishLightStemFilter.termAtt
private final CharTermAttribute
SpanishMinimalStemFilter.termAtt
Deprecated.private final CharTermAttribute
SpanishPluralStemFilter.termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.fa
Fields in org.apache.lucene.analysis.fa declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
PersianNormalizationFilter.termAtt
private final CharTermAttribute
PersianStemFilter.termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.fi
Fields in org.apache.lucene.analysis.fi declared as CharTermAttribute -
Uses of CharTermAttribute in org.apache.lucene.analysis.fr
Fields in org.apache.lucene.analysis.fr declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
FrenchLightStemFilter.termAtt
private final CharTermAttribute
FrenchMinimalStemFilter.termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.ga
Fields in org.apache.lucene.analysis.ga declared as CharTermAttribute -
Uses of CharTermAttribute in org.apache.lucene.analysis.gl
Fields in org.apache.lucene.analysis.gl declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
GalicianMinimalStemFilter.termAtt
private final CharTermAttribute
GalicianStemFilter.termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.hi
Fields in org.apache.lucene.analysis.hi declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
HindiNormalizationFilter.termAtt
private final CharTermAttribute
HindiStemFilter.termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.hu
Fields in org.apache.lucene.analysis.hu declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
HungarianLightStemFilter.termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell declared as CharTermAttribute -
Uses of CharTermAttribute in org.apache.lucene.analysis.icu
Fields in org.apache.lucene.analysis.icu declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
ICUNormalizer2Filter.termAtt
private final CharTermAttribute
ICUTransformFilter.termAtt
private CharTermAttribute
ICUTransformFilter.ReplaceableTermAttribute.token
Methods in org.apache.lucene.analysis.icu with parameters of type CharTermAttributeModifier and TypeMethodDescription(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 -
Uses of CharTermAttribute in org.apache.lucene.analysis.icu.tokenattributes
Classes in org.apache.lucene.analysis.icu.tokenattributes that implement CharTermAttributeModifier and TypeClassDescriptionclass
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.analysis.id
Fields in org.apache.lucene.analysis.id declared as CharTermAttribute -
Uses of CharTermAttribute in org.apache.lucene.analysis.in
Fields in org.apache.lucene.analysis.in declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
IndicNormalizationFilter.termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.it
Fields in org.apache.lucene.analysis.it declared as CharTermAttribute -
Uses of CharTermAttribute in org.apache.lucene.analysis.ja
Fields in org.apache.lucene.analysis.ja declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
JapaneseBaseFormFilter.termAtt
private final CharTermAttribute
JapaneseTokenizer.termAtt
private final CharTermAttribute
JapaneseCompletionFilter.termAttr
private final CharTermAttribute
JapaneseKatakanaStemFilter.termAttr
private final CharTermAttribute
JapaneseNumberFilter.termAttr
private final CharTermAttribute
JapaneseReadingFormFilter.termAttr
-
Uses of CharTermAttribute in org.apache.lucene.analysis.ko
Fields in org.apache.lucene.analysis.ko declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
KoreanReadingFormFilter.termAtt
private final CharTermAttribute
KoreanTokenizer.termAtt
private final CharTermAttribute
KoreanNumberFilter.termAttr
-
Uses of CharTermAttribute in org.apache.lucene.analysis.lv
Fields in org.apache.lucene.analysis.lv declared as CharTermAttribute -
Uses of CharTermAttribute in org.apache.lucene.analysis.minhash
Fields in org.apache.lucene.analysis.minhash declared as CharTermAttribute -
Uses of CharTermAttribute in org.apache.lucene.analysis.miscellaneous
Fields in org.apache.lucene.analysis.miscellaneous declared as CharTermAttributeModifier and TypeFieldDescriptionprivate CharTermAttribute
ConcatenateGraphFilter.charTermAttribute
private final CharTermAttribute
ScandinavianFoldingFilter.charTermAttribute
private final CharTermAttribute
ScandinavianNormalizationFilter.charTermAttribute
private final CharTermAttribute
ASCIIFoldingFilter.termAtt
private final CharTermAttribute
CapitalizationFilter.termAtt
private final CharTermAttribute
CodepointCountFilter.termAtt
private final CharTermAttribute
DateRecognizerFilter.termAtt
private final CharTermAttribute
DelimitedTermFrequencyTokenFilter.termAtt
private final CharTermAttribute
KeepWordFilter.termAtt
private final CharTermAttribute
LengthFilter.termAtt
private final CharTermAttribute
PatternKeywordMarkerFilter.termAtt
private final CharTermAttribute
ProtectedTermFilter.termAtt
private final CharTermAttribute
SetKeywordMarkerFilter.termAtt
private final CharTermAttribute
StemmerOverrideFilter.termAtt
private final CharTermAttribute
TrimFilter.termAtt
private final CharTermAttribute
TypeAsSynonymFilter.termAtt
private final CharTermAttribute
FingerprintFilter.termAttribute
private final CharTermAttribute
HyphenatedWordsFilter.termAttribute
private final CharTermAttribute
RemoveDuplicatesTokenFilter.termAttribute
private final CharTermAttribute
TruncateTokenFilter.termAttribute
private final CharTermAttribute
WordDelimiterFilter.termAttribute
Deprecated.private final CharTermAttribute
WordDelimiterGraphFilter.termAttribute
-
Uses of CharTermAttribute in org.apache.lucene.analysis.ngram
Fields in org.apache.lucene.analysis.ngram declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
EdgeNGramTokenFilter.termAtt
private final CharTermAttribute
NGramTokenFilter.termAtt
private final CharTermAttribute
NGramTokenizer.termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.no
Fields in org.apache.lucene.analysis.no declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
NorwegianNormalizationFilter.charTermAttribute
private final CharTermAttribute
NorwegianLightStemFilter.termAtt
private final CharTermAttribute
NorwegianMinimalStemFilter.termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.path
Fields in org.apache.lucene.analysis.path declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
PathHierarchyTokenizer.termAtt
private final CharTermAttribute
ReversePathHierarchyTokenizer.termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.pattern
Fields in org.apache.lucene.analysis.pattern declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
PatternCaptureGroupTokenFilter.charTermAttr
private final CharTermAttribute
PatternReplaceFilter.termAtt
private final CharTermAttribute
PatternTokenizer.termAtt
private final CharTermAttribute
PatternTypingFilter.termAtt
private final CharTermAttribute
SimplePatternSplitTokenizer.termAtt
private final CharTermAttribute
SimplePatternTokenizer.termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.payloads
Fields in org.apache.lucene.analysis.payloads declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
DelimitedPayloadTokenFilter.termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.phonetic
Fields in org.apache.lucene.analysis.phonetic declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
BeiderMorseFilter.termAtt
private final CharTermAttribute
DaitchMokotoffSoundexFilter.termAtt
private final CharTermAttribute
DoubleMetaphoneFilter.termAtt
private final CharTermAttribute
PhoneticFilter.termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.pt
Fields in org.apache.lucene.analysis.pt declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
PortugueseLightStemFilter.termAtt
private final CharTermAttribute
PortugueseMinimalStemFilter.termAtt
private final CharTermAttribute
PortugueseStemFilter.termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.reverse
Fields in org.apache.lucene.analysis.reverse declared as CharTermAttribute -
Uses of CharTermAttribute in org.apache.lucene.analysis.ru
Fields in org.apache.lucene.analysis.ru declared as CharTermAttribute -
Uses of CharTermAttribute in org.apache.lucene.analysis.shingle
Fields in org.apache.lucene.analysis.shingle declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
FixedShingleFilter.buffer
private final CharTermAttribute
FixedShingleFilter.termAtt
(package private) final CharTermAttribute
ShingleFilter.InputWindowToken.termAtt
private final CharTermAttribute
ShingleFilter.termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.snowball
Fields in org.apache.lucene.analysis.snowball declared as CharTermAttribute -
Uses of CharTermAttribute in org.apache.lucene.analysis.sr
Fields in org.apache.lucene.analysis.sr declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
SerbianNormalizationFilter.termAtt
private final CharTermAttribute
SerbianNormalizationRegularFilter.termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.standard
Fields in org.apache.lucene.analysis.standard declared as CharTermAttributeMethods in org.apache.lucene.analysis.standard with parameters of type CharTermAttributeModifier and TypeMethodDescriptionfinal void
StandardTokenizerImpl.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 -
Uses of CharTermAttribute in org.apache.lucene.analysis.sv
Fields in org.apache.lucene.analysis.sv declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
SwedishLightStemFilter.termAtt
private final CharTermAttribute
SwedishMinimalStemFilter.termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.synonym
Fields in org.apache.lucene.analysis.synonym declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
SynonymFilter.termAtt
Deprecated.private final CharTermAttribute
SynonymGraphFilter.termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.te
Fields in org.apache.lucene.analysis.te declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
TeluguNormalizationFilter.termAtt
private final CharTermAttribute
TeluguStemFilter.termAttribute
-
Uses of CharTermAttribute in org.apache.lucene.analysis.th
Fields in org.apache.lucene.analysis.th declared as CharTermAttribute -
Uses of CharTermAttribute in org.apache.lucene.analysis.tokenattributes
Classes in org.apache.lucene.analysis.tokenattributes that implement CharTermAttributeModifier and TypeClassDescriptionclass
Default implementation ofCharTermAttribute
.class
Default implementation of the common attributes used by Lucene:CharTermAttribute
TypeAttribute
PositionIncrementAttribute
PositionLengthAttribute
OffsetAttribute
TermFrequencyAttribute
Methods 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) private CharTermAttribute
CharTermAttributeImpl.appendNull()
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) -
Uses of CharTermAttribute in org.apache.lucene.analysis.tr
Fields in org.apache.lucene.analysis.tr declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
ApostropheFilter.termAtt
private final CharTermAttribute
TurkishLowerCaseFilter.termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.util
Fields in org.apache.lucene.analysis.util declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
CharTokenizer.termAtt
private final CharTermAttribute
ElisionFilter.termAtt
-
Uses of CharTermAttribute in org.apache.lucene.analysis.wikipedia
Fields in org.apache.lucene.analysis.wikipedia declared as CharTermAttributeMethods in org.apache.lucene.analysis.wikipedia with parameters of type CharTermAttributeModifier and TypeMethodDescription(package private) final 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 CharTermAttributeModifier and TypeClassDescriptionclass
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 CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
FeatureField.FeatureTokenStream.termAttribute
private final CharTermAttribute
Field.StringTokenStream.termAttribute
-
Uses of CharTermAttribute in org.apache.lucene.monitor
Fields in org.apache.lucene.monitor declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
TermsEnumTokenStream.charTerm
private final CharTermAttribute
SuffixingNGramTokenFilter.termAtt
-
Uses of CharTermAttribute in org.apache.lucene.search.highlight
Fields in org.apache.lucene.search.highlight declared as CharTermAttributeModifier and TypeFieldDescriptionprivate CharTermAttribute
QueryScorer.termAtt
private CharTermAttribute
QueryTermScorer.termAtt
private CharTermAttribute
SimpleSpanFragmenter.termAtt
private final CharTermAttribute
TokenStreamFromTermVector.termAttribute
-
Uses of CharTermAttribute in org.apache.lucene.search.suggest.analyzing
Fields in org.apache.lucene.search.suggest.analyzing declared as CharTermAttribute -
Uses of CharTermAttribute in org.apache.lucene.search.suggest.document
Fields in org.apache.lucene.search.suggest.document declared as CharTermAttributeModifier and TypeFieldDescriptionprivate final CharTermAttribute
ContextSuggestField.PrefixTokenFilter.termAttr
-
Uses of CharTermAttribute in org.apache.lucene.search.uhighlight
Fields in org.apache.lucene.search.uhighlight declared as CharTermAttributeModifier and TypeFieldDescription(package private) final CharTermAttribute
TokenStreamOffsetStrategy.TokenStreamOffsetsEnum.charTermAtt