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 private PositionLengthAttribute
AutomatonToTokenStream.TopoTokenStream. lenAttr
(package private) PositionLengthAttribute
GraphTokenFilter.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 PositionLengthAttribute
CJKBigramFilter. 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 PositionLengthAttribute
CommonGramsFilter. posLenAttribute
private PositionLengthAttribute
CommonGramsQueryFilter. 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 PositionLengthAttribute
FlattenGraphFilter. 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 PositionLengthAttribute
JapaneseTokenizer. posLengthAtt
private PositionLengthAttribute
JapaneseNumberFilter. 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 PositionLengthAttribute
KoreanTokenizer. posLengthAtt
private PositionLengthAttribute
KoreanNumberFilter. 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 PositionLengthAttribute
MinHashFilter. 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 PositionLengthAttribute
FingerprintFilter. posLenAtt
private PositionLengthAttribute
WordDelimiterGraphFilter. 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 PositionLengthAttribute
NGramTokenizer. 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 PositionLengthAttribute
ShingleFilter. 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 PositionLengthAttribute
SynonymFilter. posLenAtt
Deprecated.private PositionLengthAttribute
SynonymGraphFilter. 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 class
PackedTokenAttributeImpl
Default implementation of the common attributes used by Lucene:CharTermAttribute
TypeAttribute
PositionIncrementAttribute
PositionLengthAttribute
OffsetAttribute
TermFrequencyAttribute
class
PositionLengthAttributeImpl
Default 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 PositionLengthAttribute
SuffixingNGramTokenFilter. posLenAtt
-