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.
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 PositionLengthAttribute
AutomatonToTokenStream.TopoTokenStream.lenAttr
(package private) final PositionLengthAttribute
GraphTokenFilter.Token.lengthAtt
-
Uses of PositionLengthAttribute in org.apache.lucene.analysis.cjk
Fields in org.apache.lucene.analysis.cjk declared as PositionLengthAttributeModifier and TypeFieldDescriptionprivate final PositionLengthAttribute
CJKBigramFilter.posLengthAtt
-
Uses of PositionLengthAttribute in org.apache.lucene.analysis.commongrams
Fields in org.apache.lucene.analysis.commongrams declared as PositionLengthAttributeModifier and TypeFieldDescriptionprivate final PositionLengthAttribute
CommonGramsFilter.posLenAttribute
private final PositionLengthAttribute
CommonGramsQueryFilter.posLengthAttribute
-
Uses of PositionLengthAttribute in org.apache.lucene.analysis.core
Fields in org.apache.lucene.analysis.core declared as PositionLengthAttributeModifier and TypeFieldDescriptionprivate final PositionLengthAttribute
FlattenGraphFilter.posLenAtt
-
Uses of PositionLengthAttribute in org.apache.lucene.analysis.ja
Fields in org.apache.lucene.analysis.ja declared as PositionLengthAttributeModifier and TypeFieldDescriptionprivate final PositionLengthAttribute
JapaneseTokenizer.posLengthAtt
private final PositionLengthAttribute
JapaneseNumberFilter.posLengthAttr
-
Uses of PositionLengthAttribute in org.apache.lucene.analysis.ko
Fields in org.apache.lucene.analysis.ko declared as PositionLengthAttributeModifier and TypeFieldDescriptionprivate final PositionLengthAttribute
KoreanTokenizer.posLengthAtt
private final PositionLengthAttribute
KoreanNumberFilter.posLengthAttr
-
Uses of PositionLengthAttribute in org.apache.lucene.analysis.minhash
Fields in org.apache.lucene.analysis.minhash declared as PositionLengthAttributeModifier and TypeFieldDescriptionprivate final PositionLengthAttribute
MinHashFilter.posLenAttribute
-
Uses of PositionLengthAttribute in org.apache.lucene.analysis.miscellaneous
Fields in org.apache.lucene.analysis.miscellaneous declared as PositionLengthAttributeModifier and TypeFieldDescriptionprivate final PositionLengthAttribute
FingerprintFilter.posLenAtt
private final PositionLengthAttribute
WordDelimiterGraphFilter.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 PositionLengthAttribute
SynonymFilter.posLenAtt
Deprecated.private final PositionLengthAttribute
SynonymGraphFilter.posLenAtt
-
Uses of PositionLengthAttribute in org.apache.lucene.analysis.tokenattributes
Classes in org.apache.lucene.analysis.tokenattributes that implement PositionLengthAttributeModifier and TypeClassDescriptionclass
Default implementation of the common attributes used by Lucene:CharTermAttribute
TypeAttribute
PositionIncrementAttribute
PositionLengthAttribute
OffsetAttribute
TermFrequencyAttribute
class
Default implementation ofPositionLengthAttribute
. -
Uses of PositionLengthAttribute in org.apache.lucene.monitor
Fields in org.apache.lucene.monitor declared as PositionLengthAttributeModifier and TypeFieldDescriptionprivate final PositionLengthAttribute
SuffixingNGramTokenFilter.posLenAtt