Uses of Interface
org.apache.lucene.analysis.tokenattributes.PositionLengthAttribute
-
Packages that use PositionLengthAttribute Package Description org.apache.lucene.analysis Text analysis.org.apache.lucene.analysis.cjk Analyzer for Chinese, Japanese, and Korean, which indexes bigrams.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.ja Analyzer for Japanese.org.apache.lucene.analysis.ko Analyzer for Korean.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.shingle Word n-gram filters.org.apache.lucene.analysis.synonym Analysis components for Synonyms.org.apache.lucene.analysis.tokenattributes General-purpose attributes for text analysis.org.apache.lucene.monitor Monitoring framework -
-
Uses of PositionLengthAttribute in org.apache.lucene.analysis
Fields in org.apache.lucene.analysis declared as PositionLengthAttribute Modifier and Type Field Description (package private) PositionLengthAttributeGraphTokenFilter.Token. lengthAtt -
Uses of PositionLengthAttribute in org.apache.lucene.analysis.cjk
Fields in org.apache.lucene.analysis.cjk declared as PositionLengthAttribute Modifier and Type Field Description private PositionLengthAttributeCJKBigramFilter. posLengthAtt -
Uses of PositionLengthAttribute in org.apache.lucene.analysis.commongrams
Fields in org.apache.lucene.analysis.commongrams declared as PositionLengthAttribute Modifier and Type Field Description private PositionLengthAttributeCommonGramsFilter. posLenAttributeprivate PositionLengthAttributeCommonGramsQueryFilter. posLengthAttribute -
Uses of PositionLengthAttribute in org.apache.lucene.analysis.core
Fields in org.apache.lucene.analysis.core declared as PositionLengthAttribute Modifier and Type Field Description private PositionLengthAttributeFlattenGraphFilter. posLenAtt -
Uses of PositionLengthAttribute in org.apache.lucene.analysis.ja
Fields in org.apache.lucene.analysis.ja declared as PositionLengthAttribute Modifier and Type Field Description private PositionLengthAttributeJapaneseTokenizer. posLengthAttprivate PositionLengthAttributeJapaneseNumberFilter. posLengthAttr -
Uses of PositionLengthAttribute in org.apache.lucene.analysis.ko
Fields in org.apache.lucene.analysis.ko declared as PositionLengthAttribute Modifier and Type Field Description private PositionLengthAttributeKoreanTokenizer. posLengthAttprivate PositionLengthAttributeKoreanNumberFilter. posLengthAttr -
Uses of PositionLengthAttribute in org.apache.lucene.analysis.minhash
Fields in org.apache.lucene.analysis.minhash declared as PositionLengthAttribute Modifier and Type Field Description private PositionLengthAttributeMinHashFilter. posLenAttribute -
Uses of PositionLengthAttribute in org.apache.lucene.analysis.miscellaneous
Fields in org.apache.lucene.analysis.miscellaneous declared as PositionLengthAttribute Modifier and Type Field Description private PositionLengthAttributeFingerprintFilter. posLenAttprivate PositionLengthAttributeWordDelimiterGraphFilter. posLenAttribute -
Uses of PositionLengthAttribute in org.apache.lucene.analysis.ngram
Fields in org.apache.lucene.analysis.ngram declared as PositionLengthAttribute Modifier and Type Field Description private PositionLengthAttributeNGramTokenizer. posLenAtt -
Uses of PositionLengthAttribute in org.apache.lucene.analysis.shingle
Fields in org.apache.lucene.analysis.shingle declared as PositionLengthAttribute Modifier and Type Field Description private PositionLengthAttributeShingleFilter. posLenAtt -
Uses of PositionLengthAttribute in org.apache.lucene.analysis.synonym
Fields in org.apache.lucene.analysis.synonym declared as PositionLengthAttribute Modifier and Type Field Description private PositionLengthAttributeSynonymFilter. posLenAttDeprecated.private PositionLengthAttributeSynonymGraphFilter. posLenAtt -
Uses of PositionLengthAttribute in org.apache.lucene.analysis.tokenattributes
Classes in org.apache.lucene.analysis.tokenattributes that implement PositionLengthAttribute Modifier and Type Class Description classPackedTokenAttributeImplDefault implementation of the common attributes used by Lucene:CharTermAttributeTypeAttributePositionIncrementAttributePositionLengthAttributeOffsetAttributeTermFrequencyAttributeclassPositionLengthAttributeImplDefault implementation ofPositionLengthAttribute. -
Uses of PositionLengthAttribute in org.apache.lucene.monitor
Fields in org.apache.lucene.monitor declared as PositionLengthAttribute Modifier and Type Field Description private PositionLengthAttributeSuffixingNGramTokenFilter. posLenAtt
-