Uses of Interface
org.apache.lucene.analysis.tokenattributes.TypeAttribute
Packages that use TypeAttribute
Package
Description
Analyzer for Chinese, Japanese, and Korean, which indexes bigrams.
Analyzer for Simplified Chinese, which indexes words.
Construct n-grams for frequently occurring terms and phrases.
Basic, general-purpose analysis components.
Tokenizer that breaks text into words with the Unicode Text Segmentation algorithm.
MinHash filtering (for LSH).
Miscellaneous Tokenstreams.
Provides various convenience classes for creating payloads on Tokens.
Word n-gram filters.
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.Analysis components for Synonyms.
General-purpose attributes for text analysis.
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 -
Uses of TypeAttribute in org.apache.lucene.analysis.cn.smart
Fields in org.apache.lucene.analysis.cn.smart declared as TypeAttribute -
Uses of TypeAttribute in org.apache.lucene.analysis.commongrams
Fields in org.apache.lucene.analysis.commongrams declared as TypeAttributeModifier and TypeFieldDescriptionprivate final TypeAttributeCommonGramsFilter.typeAttributeprivate final TypeAttributeCommonGramsQueryFilter.typeAttribute -
Uses of TypeAttribute in org.apache.lucene.analysis.core
Fields in org.apache.lucene.analysis.core declared as TypeAttribute -
Uses of TypeAttribute in org.apache.lucene.analysis.icu.segmentation
Fields in org.apache.lucene.analysis.icu.segmentation declared as TypeAttribute -
Uses of TypeAttribute in org.apache.lucene.analysis.minhash
Fields in org.apache.lucene.analysis.minhash declared as TypeAttribute -
Uses of TypeAttribute in org.apache.lucene.analysis.miscellaneous
Fields in org.apache.lucene.analysis.miscellaneous declared as TypeAttributeModifier and TypeFieldDescriptionprivate final TypeAttributeFingerprintFilter.typeAttprivate final TypeAttributeTypeAsSynonymFilter.typeAttprivate final TypeAttributeWordDelimiterFilter.typeAttributeDeprecated. -
Uses of TypeAttribute in org.apache.lucene.analysis.payloads
Fields in org.apache.lucene.analysis.payloads declared as TypeAttributeModifier and TypeFieldDescriptionprivate final TypeAttributeNumericPayloadTokenFilter.typeAttprivate final TypeAttributeTypeAsPayloadTokenFilter.typeAtt -
Uses of TypeAttribute in org.apache.lucene.analysis.shingle
Fields in org.apache.lucene.analysis.shingle declared as TypeAttributeModifier and TypeFieldDescriptionprivate final TypeAttributeFixedShingleFilter.typeAttprivate final TypeAttributeShingleFilter.typeAtt -
Uses of TypeAttribute in org.apache.lucene.analysis.standard
Fields in org.apache.lucene.analysis.standard declared as TypeAttributeModifier and TypeFieldDescriptionprivate final TypeAttributeClassicFilter.typeAttprivate final TypeAttributeClassicTokenizer.typeAttprivate final TypeAttributeStandardTokenizer.typeAttprivate final TypeAttributeUAX29URLEmailTokenizer.typeAtt -
Uses of TypeAttribute in org.apache.lucene.analysis.synonym
Fields in org.apache.lucene.analysis.synonym declared as TypeAttributeModifier and TypeFieldDescriptionprivate final TypeAttributeSynonymFilter.typeAttDeprecated.private final TypeAttributeSynonymGraphFilter.typeAtt -
Uses of TypeAttribute in org.apache.lucene.analysis.tokenattributes
Classes in org.apache.lucene.analysis.tokenattributes that implement TypeAttributeModifier and TypeClassDescriptionclassDefault implementation of the common attributes used by Lucene:CharTermAttributeTypeAttributePositionIncrementAttributePositionLengthAttributeOffsetAttributeTermFrequencyAttributeclassDefault implementation ofTypeAttribute. -
Uses of TypeAttribute in org.apache.lucene.analysis.wikipedia
Fields in org.apache.lucene.analysis.wikipedia declared as TypeAttribute