Uses of Interface
org.apache.lucene.analysis.tokenattributes.TypeAttribute
-
Packages that use TypeAttribute Package Description org.apache.lucene.analysis.cjk Analyzer for Chinese, Japanese, and Korean, which indexes bigrams.org.apache.lucene.analysis.classic Fast, general-purpose grammar-based tokenizers.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.core Basic, general-purpose analysis components.org.apache.lucene.analysis.email Fast, general-purpose URLs and email addresses tokenizers.org.apache.lucene.analysis.icu.segmentation Tokenizer that breaks text into words with the Unicode Text Segmentation algorithm.org.apache.lucene.analysis.minhash MinHash filtering (for LSH).org.apache.lucene.analysis.miscellaneous Miscellaneous Tokenstreams.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.shingle Word n-gram filters.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.synonym Analysis components for Synonyms.org.apache.lucene.analysis.tokenattributes General-purpose attributes for text analysis.org.apache.lucene.analysis.wikipedia Tokenizer that is aware of Wikipedia syntax. -
-
Uses of TypeAttribute in org.apache.lucene.analysis.cjk
Fields in org.apache.lucene.analysis.cjk declared as TypeAttribute Modifier and Type Field Description private TypeAttribute
CJKBigramFilter. typeAtt
-
Uses of TypeAttribute in org.apache.lucene.analysis.classic
Fields in org.apache.lucene.analysis.classic declared as TypeAttribute Modifier and Type Field Description private TypeAttribute
ClassicFilter. typeAtt
private TypeAttribute
ClassicTokenizer. typeAtt
-
Uses of TypeAttribute in org.apache.lucene.analysis.cn.smart
Fields in org.apache.lucene.analysis.cn.smart declared as TypeAttribute Modifier and Type Field Description private TypeAttribute
HMMChineseTokenizer. typeAtt
-
Uses of TypeAttribute in org.apache.lucene.analysis.commongrams
Fields in org.apache.lucene.analysis.commongrams declared as TypeAttribute Modifier and Type Field Description private TypeAttribute
CommonGramsFilter. typeAttribute
private TypeAttribute
CommonGramsQueryFilter. typeAttribute
-
Uses of TypeAttribute in org.apache.lucene.analysis.core
Fields in org.apache.lucene.analysis.core declared as TypeAttribute Modifier and Type Field Description private TypeAttribute
TypeTokenFilter. typeAttribute
-
Uses of TypeAttribute in org.apache.lucene.analysis.email
Fields in org.apache.lucene.analysis.email declared as TypeAttribute Modifier and Type Field Description private TypeAttribute
UAX29URLEmailTokenizer. typeAtt
-
Uses of TypeAttribute in org.apache.lucene.analysis.icu.segmentation
Fields in org.apache.lucene.analysis.icu.segmentation declared as TypeAttribute Modifier and Type Field Description private TypeAttribute
ICUTokenizer. typeAtt
-
Uses of TypeAttribute in org.apache.lucene.analysis.minhash
Fields in org.apache.lucene.analysis.minhash declared as TypeAttribute Modifier and Type Field Description private TypeAttribute
MinHashFilter. typeAttribute
-
Uses of TypeAttribute in org.apache.lucene.analysis.miscellaneous
Fields in org.apache.lucene.analysis.miscellaneous declared as TypeAttribute Modifier and Type Field Description private TypeAttribute
FingerprintFilter. typeAtt
private TypeAttribute
TypeAsSynonymFilter. typeAtt
private TypeAttribute
WordDelimiterFilter. typeAttribute
Deprecated. -
Uses of TypeAttribute in org.apache.lucene.analysis.pattern
Fields in org.apache.lucene.analysis.pattern declared as TypeAttribute Modifier and Type Field Description private TypeAttribute
PatternTypingFilter. typeAtt
-
Uses of TypeAttribute in org.apache.lucene.analysis.payloads
Fields in org.apache.lucene.analysis.payloads declared as TypeAttribute Modifier and Type Field Description private TypeAttribute
NumericPayloadTokenFilter. typeAtt
private TypeAttribute
TypeAsPayloadTokenFilter. typeAtt
-
Uses of TypeAttribute in org.apache.lucene.analysis.shingle
Fields in org.apache.lucene.analysis.shingle declared as TypeAttribute Modifier and Type Field Description private TypeAttribute
FixedShingleFilter. typeAtt
private TypeAttribute
ShingleFilter. typeAtt
-
Uses of TypeAttribute in org.apache.lucene.analysis.standard
Fields in org.apache.lucene.analysis.standard declared as TypeAttribute Modifier and Type Field Description private TypeAttribute
StandardTokenizer. typeAtt
-
Uses of TypeAttribute in org.apache.lucene.analysis.synonym
Fields in org.apache.lucene.analysis.synonym declared as TypeAttribute Modifier and Type Field Description private TypeAttribute
SynonymFilter. typeAtt
Deprecated.private TypeAttribute
SynonymGraphFilter. typeAtt
-
Uses of TypeAttribute in org.apache.lucene.analysis.tokenattributes
Classes in org.apache.lucene.analysis.tokenattributes that implement TypeAttribute Modifier and Type Class Description class
PackedTokenAttributeImpl
Default implementation of the common attributes used by Lucene:CharTermAttribute
TypeAttribute
PositionIncrementAttribute
PositionLengthAttribute
OffsetAttribute
TermFrequencyAttribute
class
TypeAttributeImpl
Default implementation ofTypeAttribute
. -
Uses of TypeAttribute in org.apache.lucene.analysis.wikipedia
Fields in org.apache.lucene.analysis.wikipedia declared as TypeAttribute Modifier and Type Field Description private TypeAttribute
WikipediaTokenizer. typeAtt
-