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.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.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.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 tokenizerStandardTokenizerimplements 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 TypeAttributeCJKBigramFilter. 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 TypeAttributeHMMChineseTokenizer. 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 TypeAttributeCommonGramsFilter. typeAttributeprivate TypeAttributeCommonGramsQueryFilter. 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 TypeAttributeTypeTokenFilter. typeAttribute -
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 TypeAttributeICUTokenizer. 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 TypeAttributeMinHashFilter. 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 TypeAttributeFingerprintFilter. typeAttprivate TypeAttributeTypeAsSynonymFilter. typeAttprivate TypeAttributeWordDelimiterFilter. typeAttributeDeprecated. -
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 TypeAttributeNumericPayloadTokenFilter. typeAttprivate TypeAttributeTypeAsPayloadTokenFilter. 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 TypeAttributeFixedShingleFilter. typeAttprivate TypeAttributeShingleFilter. 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 TypeAttributeClassicFilter. typeAttprivate TypeAttributeClassicTokenizer. typeAttprivate TypeAttributeStandardTokenizer. typeAttprivate TypeAttributeUAX29URLEmailTokenizer. 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 TypeAttributeSynonymFilter. typeAttDeprecated.private TypeAttributeSynonymGraphFilter. 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 classPackedTokenAttributeImplDefault implementation of the common attributes used by Lucene:CharTermAttributeTypeAttributePositionIncrementAttributePositionLengthAttributeOffsetAttributeTermFrequencyAttributeclassTypeAttributeImplDefault 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 TypeAttributeWikipediaTokenizer. typeAtt
-