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 TokenFilterandAnalyzerimplementations that use Snowball stemmers.org.apache.lucene.analysis.sr Analyzer for Serbian.org.apache.lucene.analysis.standard Fast, general-purpose grammar-based tokenizerStandardTokenizerimplements 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 CustomAttributeImplfor indexing collation keys as index terms.org.apache.lucene.document The logical representation of aDocumentfor 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 CharTermAttributeLowerCaseFilter. termAttprivate CharTermAttributeStopFilter. termAttprivate CharTermAttributeAnalyzer.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 CharTermAttributeArabicNormalizationFilter. termAttprivate CharTermAttributeArabicStemFilter. 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 CharTermAttributeBulgarianStemFilter. 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 CharTermAttributeBengaliNormalizationFilter. termAttprivate CharTermAttributeBengaliStemFilter. 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 CharTermAttributeDelimitedBoostTokenFilter. 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 CharTermAttributeBrazilianStemFilter. 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 CharTermAttributeCJKBigramFilter. termAttprivate CharTermAttributeCJKWidthFilter. 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 CharTermAttributeSoraniNormalizationFilter. termAttprivate CharTermAttributeSoraniStemFilter. 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 CharTermAttributeHMMChineseTokenizer. 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 CharTermAttributeCommonGramsFilter. 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 CharTermAttributeCompoundWordTokenFilterBase. 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 CharTermAttributeDecimalDigitFilter. termAttprivate CharTermAttributeKeywordTokenizer. termAttprivate CharTermAttributeUpperCaseFilter. 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 CharTermAttributeCzechStemFilter. 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 CharTermAttributeGermanLightStemFilter. termAttprivate CharTermAttributeGermanMinimalStemFilter. termAttprivate CharTermAttributeGermanNormalizationFilter. termAttprivate CharTermAttributeGermanStemFilter. 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 CharTermAttributeGreekLowerCaseFilter. termAttprivate CharTermAttributeGreekStemFilter. 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 CharTermAttributeEnglishMinimalStemFilter. termAttprivate CharTermAttributeEnglishPossessiveFilter. termAttprivate CharTermAttributePorterStemFilter. termAttprivate CharTermAttributeKStemFilter. 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 CharTermAttributeSpanishLightStemFilter. termAttprivate CharTermAttributeSpanishMinimalStemFilter. 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 CharTermAttributePersianNormalizationFilter. 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 CharTermAttributeFinnishLightStemFilter. 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 CharTermAttributeFrenchLightStemFilter. termAttprivate CharTermAttributeFrenchMinimalStemFilter. 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 CharTermAttributeIrishLowerCaseFilter. 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 CharTermAttributeGalicianMinimalStemFilter. termAttprivate CharTermAttributeGalicianStemFilter. 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 CharTermAttributeHindiNormalizationFilter. termAttprivate CharTermAttributeHindiStemFilter. 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 CharTermAttributeHungarianLightStemFilter. 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 CharTermAttributeHunspellStemFilter. 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 CharTermAttributeICUNormalizer2Filter. termAttprivate CharTermAttributeICUTransformFilter. termAttprivate CharTermAttributeICUTransformFilter.ReplaceableTermAttribute. tokenMethods in org.apache.lucene.analysis.icu with parameters of type CharTermAttribute Modifier and Type Method Description (package private) voidICUTransformFilter.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 CharTermAttributeICUTokenizer. 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 CharTermAttributeIndonesianStemFilter. 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 CharTermAttributeIndicNormalizationFilter. 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 CharTermAttributeItalianLightStemFilter. 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 CharTermAttributeJapaneseBaseFormFilter. termAttprivate CharTermAttributeJapaneseTokenizer. termAttprivate CharTermAttributeJapaneseKatakanaStemFilter. termAttrprivate CharTermAttributeJapaneseNumberFilter. termAttrprivate CharTermAttributeJapaneseReadingFormFilter. 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 CharTermAttributeKoreanReadingFormFilter. termAttprivate CharTermAttributeKoreanTokenizer. termAttprivate CharTermAttributeKoreanNumberFilter. 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 CharTermAttributeLatvianStemFilter. 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 CharTermAttributeMinHashFilter. 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 CharTermAttributeConcatenateGraphFilter. charTermAttributeprivate CharTermAttributeScandinavianFoldingFilter. charTermAttributeprivate CharTermAttributeScandinavianNormalizationFilter. charTermAttributeprivate CharTermAttributeASCIIFoldingFilter. termAttprivate CharTermAttributeCapitalizationFilter. termAttprivate CharTermAttributeCodepointCountFilter. termAttprivate CharTermAttributeDateRecognizerFilter. termAttprivate CharTermAttributeDelimitedTermFrequencyTokenFilter. termAttprivate CharTermAttributeKeepWordFilter. termAttprivate CharTermAttributeLengthFilter. termAttprivate CharTermAttributePatternKeywordMarkerFilter. termAttprivate CharTermAttributeProtectedTermFilter. termAttprivate CharTermAttributeSetKeywordMarkerFilter. termAttprivate CharTermAttributeStemmerOverrideFilter. termAttprivate CharTermAttributeTrimFilter. termAttprivate CharTermAttributeTypeAsSynonymFilter. termAttprivate CharTermAttributeFingerprintFilter. termAttributeprivate CharTermAttributeHyphenatedWordsFilter. termAttributeprivate CharTermAttributeRemoveDuplicatesTokenFilter. termAttributeprivate CharTermAttributeTruncateTokenFilter. termAttributeprivate CharTermAttributeWordDelimiterFilter. termAttributeDeprecated.private CharTermAttributeWordDelimiterGraphFilter. 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 CharTermAttributeEdgeNGramTokenFilter. termAttprivate CharTermAttributeNGramTokenFilter. termAttprivate CharTermAttributeNGramTokenizer. 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 CharTermAttributeNorwegianLightStemFilter. termAttprivate CharTermAttributeNorwegianMinimalStemFilter. 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 CharTermAttributePathHierarchyTokenizer. termAttprivate CharTermAttributeReversePathHierarchyTokenizer. 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 CharTermAttributePatternCaptureGroupTokenFilter. charTermAttrprivate CharTermAttributePatternReplaceFilter. termAttprivate CharTermAttributePatternTokenizer. termAttprivate CharTermAttributeSimplePatternSplitTokenizer. termAttprivate CharTermAttributeSimplePatternTokenizer. 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 CharTermAttributeDelimitedPayloadTokenFilter. 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 CharTermAttributeBeiderMorseFilter. termAttprivate CharTermAttributeDaitchMokotoffSoundexFilter. termAttprivate CharTermAttributeDoubleMetaphoneFilter. termAttprivate CharTermAttributePhoneticFilter. 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 CharTermAttributePortugueseLightStemFilter. termAttprivate CharTermAttributePortugueseMinimalStemFilter. termAttprivate CharTermAttributePortugueseStemFilter. 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 CharTermAttributeReverseStringFilter. 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 CharTermAttributeRussianLightStemFilter. 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 CharTermAttributeFixedShingleFilter. bufferprivate CharTermAttributeFixedShingleFilter. termAtt(package private) CharTermAttributeShingleFilter.InputWindowToken. termAttprivate CharTermAttributeShingleFilter. 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 CharTermAttributeSnowballFilter. 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 CharTermAttributeSerbianNormalizationFilter. termAttprivate CharTermAttributeSerbianNormalizationRegularFilter. 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 CharTermAttributeClassicFilter. termAttprivate CharTermAttributeClassicTokenizer. termAttprivate CharTermAttributeStandardTokenizer. termAttprivate CharTermAttributeUAX29URLEmailTokenizer. termAttMethods in org.apache.lucene.analysis.standard with parameters of type CharTermAttribute Modifier and Type Method Description voidClassicTokenizerImpl. getText(CharTermAttribute t)Fills CharTermAttribute with the current token text.voidStandardTokenizerImpl. getText(CharTermAttribute t)Fills CharTermAttribute with the current token text.voidUAX29URLEmailTokenizerImpl. 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 CharTermAttributeStempelFilter. 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 CharTermAttributeSwedishLightStemFilter. 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 CharTermAttributeSynonymFilter. termAttDeprecated.private CharTermAttributeSynonymGraphFilter. 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 CharTermAttributeThaiTokenizer. 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 classCharTermAttributeImplDefault implementation ofCharTermAttribute.classPackedTokenAttributeImplDefault implementation of the common attributes used by Lucene:CharTermAttributeTypeAttributePositionIncrementAttributePositionLengthAttributeOffsetAttributeTermFrequencyAttributeMethods in org.apache.lucene.analysis.tokenattributes that return CharTermAttribute Modifier and Type Method Description CharTermAttributeCharTermAttribute. append(char c)CharTermAttributeCharTermAttribute. append(java.lang.CharSequence csq)CharTermAttributeCharTermAttribute. append(java.lang.CharSequence csq, int start, int end)CharTermAttributeCharTermAttribute. append(java.lang.String s)Appends the specifiedStringto this character sequence.CharTermAttributeCharTermAttribute. append(java.lang.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(java.lang.CharSequence csq)CharTermAttributeCharTermAttributeImpl. append(java.lang.CharSequence csq, int start, int end)CharTermAttributeCharTermAttributeImpl. append(java.lang.String s)CharTermAttributeCharTermAttributeImpl. append(java.lang.StringBuilder s)CharTermAttributeCharTermAttributeImpl. append(CharTermAttribute ta)private CharTermAttributeCharTermAttributeImpl. appendNull()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) -
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 CharTermAttributeApostropheFilter. termAttprivate CharTermAttributeTurkishLowerCaseFilter. 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 CharTermAttributeCharTokenizer. termAttprivate CharTermAttributeElisionFilter. 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 CharTermAttributeWikipediaTokenizer. termAttMethods in org.apache.lucene.analysis.wikipedia with parameters of type CharTermAttribute Modifier and Type Method Description (package private) voidWikipediaTokenizerImpl. 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 classCollatedTermAttributeImplExtension ofCharTermAttributeImplthat encodes the term text as a binary Unicode collation key instead of as UTF-8 bytes.classICUCollatedTermAttributeImplExtension ofCharTermAttributeImplthat 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 CharTermAttributeFeatureField.FeatureTokenStream. termAttributeprivate CharTermAttributeField.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 CharTermAttributeTermsEnumTokenStream. charTermprivate CharTermAttributeSuffixingNGramTokenFilter. 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 CharTermAttributeQueryScorer. termAttprivate CharTermAttributeQueryTermScorer. termAttprivate CharTermAttributeSimpleSpanFragmenter. termAttprivate CharTermAttributeTokenGroup. termAttprivate CharTermAttributeTokenStreamFromTermVector. 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 CharTermAttributeSuggestStopFilter. 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 CharTermAttributeContextSuggestField.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) CharTermAttributeTokenStreamOffsetStrategy.TokenStreamOffsetsEnum. charTermAtt
-