Uses of Interface
org.apache.lucene.analysis.tokenattributes.TypeAttribute
Packages that use TypeAttribute
Package
Description
Analyzer for Chinese, Japanese, and Korean, which indexes bigrams.
Fast, general-purpose grammar-based tokenizers.
Analyzer for Simplified Chinese, which indexes words.
Construct n-grams for frequently occurring terms and phrases.
Basic, general-purpose analysis components.
Fast, general-purpose URLs and email addresses tokenizers.
Tokenizer that breaks text into words with the Unicode Text Segmentation algorithm.
MinHash filtering (for LSH).
Miscellaneous Tokenstreams.
Set of components for pattern-based (regex) analysis.
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.classic
Fields in org.apache.lucene.analysis.classic declared as TypeAttributeModifier and TypeFieldDescriptionprivate final TypeAttribute
ClassicFilter.typeAtt
private final TypeAttribute
ClassicTokenizer.typeAtt
-
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 TypeAttribute
CommonGramsFilter.typeAttribute
private final TypeAttribute
CommonGramsQueryFilter.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.email
Fields in org.apache.lucene.analysis.email 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 TypeAttribute
FingerprintFilter.typeAtt
private final TypeAttribute
TypeAsSynonymFilter.typeAtt
private final TypeAttribute
WordDelimiterFilter.typeAttribute
Deprecated. -
Uses of TypeAttribute in org.apache.lucene.analysis.pattern
Fields in org.apache.lucene.analysis.pattern declared as TypeAttribute -
Uses of TypeAttribute in org.apache.lucene.analysis.payloads
Fields in org.apache.lucene.analysis.payloads declared as TypeAttributeModifier and TypeFieldDescriptionprivate final TypeAttribute
NumericPayloadTokenFilter.typeAtt
private final TypeAttribute
TypeAsPayloadTokenFilter.typeAtt
-
Uses of TypeAttribute in org.apache.lucene.analysis.shingle
Fields in org.apache.lucene.analysis.shingle declared as TypeAttributeModifier and TypeFieldDescriptionprivate final TypeAttribute
FixedShingleFilter.typeAtt
private final TypeAttribute
ShingleFilter.typeAtt
-
Uses of TypeAttribute in org.apache.lucene.analysis.standard
Fields in org.apache.lucene.analysis.standard declared as TypeAttribute -
Uses of TypeAttribute in org.apache.lucene.analysis.synonym
Fields in org.apache.lucene.analysis.synonym declared as TypeAttributeModifier and TypeFieldDescriptionprivate final TypeAttribute
SynonymFilter.typeAtt
Deprecated.private final TypeAttribute
SynonymGraphFilter.typeAtt
-
Uses of TypeAttribute in org.apache.lucene.analysis.tokenattributes
Classes in org.apache.lucene.analysis.tokenattributes that implement TypeAttributeModifier and TypeClassDescriptionclass
Default implementation of the common attributes used by Lucene:CharTermAttribute
TypeAttribute
PositionIncrementAttribute
PositionLengthAttribute
OffsetAttribute
TermFrequencyAttribute
class
Default implementation ofTypeAttribute
. -
Uses of TypeAttribute in org.apache.lucene.analysis.wikipedia
Fields in org.apache.lucene.analysis.wikipedia declared as TypeAttribute