Uses of Interface
org.apache.lucene.analysis.tokenattributes.PositionLengthAttribute
Packages that use PositionLengthAttribute
Package
Description
Text analysis.
Analyzer for Chinese, Japanese, and Korean, which indexes bigrams.
Construct n-grams for frequently occurring terms and phrases.
Basic, general-purpose analysis components.
Analyzer for Japanese.
Analyzer for Korean.
MinHash filtering (for LSH).
Miscellaneous Tokenstreams.
Character n-gram tokenizers and filters.
Word n-gram filters.
Analysis components for Synonyms.
Analysis components for Synonyms using Word2Vec model.
General-purpose attributes for text analysis.
Monitoring framework
-
Uses of PositionLengthAttribute in org.apache.lucene.analysis
Fields in org.apache.lucene.analysis declared as PositionLengthAttributeModifier and TypeFieldDescriptionprivate PositionLengthAttributeAutomatonToTokenStream.TopoTokenStream.lenAttr(package private) final PositionLengthAttributeGraphTokenFilter.Token.lengthAtt -
Uses of PositionLengthAttribute in org.apache.lucene.analysis.cjk
Fields in org.apache.lucene.analysis.cjk declared as PositionLengthAttributeModifier and TypeFieldDescriptionprivate final PositionLengthAttributeCJKBigramFilter.posLengthAtt -
Uses of PositionLengthAttribute in org.apache.lucene.analysis.commongrams
Fields in org.apache.lucene.analysis.commongrams declared as PositionLengthAttributeModifier and TypeFieldDescriptionprivate final PositionLengthAttributeCommonGramsFilter.posLenAttributeprivate final PositionLengthAttributeCommonGramsQueryFilter.posLengthAttribute -
Uses of PositionLengthAttribute in org.apache.lucene.analysis.core
Fields in org.apache.lucene.analysis.core declared as PositionLengthAttributeModifier and TypeFieldDescriptionprivate final PositionLengthAttributeFlattenGraphFilter.posLenAtt -
Uses of PositionLengthAttribute in org.apache.lucene.analysis.ja
Fields in org.apache.lucene.analysis.ja declared as PositionLengthAttributeModifier and TypeFieldDescriptionprivate final PositionLengthAttributeJapaneseTokenizer.posLengthAttprivate final PositionLengthAttributeJapaneseNumberFilter.posLengthAttr -
Uses of PositionLengthAttribute in org.apache.lucene.analysis.ko
Fields in org.apache.lucene.analysis.ko declared as PositionLengthAttributeModifier and TypeFieldDescriptionprivate final PositionLengthAttributeKoreanTokenizer.posLengthAttprivate final PositionLengthAttributeKoreanNumberFilter.posLengthAttr -
Uses of PositionLengthAttribute in org.apache.lucene.analysis.minhash
Fields in org.apache.lucene.analysis.minhash declared as PositionLengthAttributeModifier and TypeFieldDescriptionprivate final PositionLengthAttributeMinHashFilter.posLenAttribute -
Uses of PositionLengthAttribute in org.apache.lucene.analysis.miscellaneous
Fields in org.apache.lucene.analysis.miscellaneous declared as PositionLengthAttributeModifier and TypeFieldDescriptionprivate final PositionLengthAttributeFingerprintFilter.posLenAttprivate final PositionLengthAttributeWordDelimiterGraphFilter.posLenAttribute -
Uses of PositionLengthAttribute in org.apache.lucene.analysis.ngram
Fields in org.apache.lucene.analysis.ngram declared as PositionLengthAttribute -
Uses of PositionLengthAttribute in org.apache.lucene.analysis.shingle
Fields in org.apache.lucene.analysis.shingle declared as PositionLengthAttribute -
Uses of PositionLengthAttribute in org.apache.lucene.analysis.synonym
Fields in org.apache.lucene.analysis.synonym declared as PositionLengthAttributeModifier and TypeFieldDescriptionprivate final PositionLengthAttributeSynonymFilter.posLenAttDeprecated.private final PositionLengthAttributeSynonymGraphFilter.posLenAtt -
Uses of PositionLengthAttribute in org.apache.lucene.analysis.synonym.word2vec
Fields in org.apache.lucene.analysis.synonym.word2vec declared as PositionLengthAttributeModifier and TypeFieldDescriptionprivate final PositionLengthAttributeWord2VecSynonymFilter.posLenAtt -
Uses of PositionLengthAttribute in org.apache.lucene.analysis.tokenattributes
Classes in org.apache.lucene.analysis.tokenattributes that implement PositionLengthAttributeModifier and TypeClassDescriptionclassDefault implementation of the common attributes used by Lucene:CharTermAttributeTypeAttributePositionIncrementAttributePositionLengthAttributeOffsetAttributeTermFrequencyAttributeclassDefault implementation ofPositionLengthAttribute. -
Uses of PositionLengthAttribute in org.apache.lucene.monitor
Fields in org.apache.lucene.monitor declared as PositionLengthAttributeModifier and TypeFieldDescriptionprivate final PositionLengthAttributeSuffixingNGramTokenFilter.posLenAtt