Uses of Interface
org.apache.lucene.analysis.tokenattributes.OffsetAttribute
-
Packages that use OffsetAttribute 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.classic Fast, general-purpose grammar-based tokenizers.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.compound A filter that decomposes compound words you find in many Germanic languages into the word parts.org.apache.lucene.analysis.core Basic, general-purpose analysis components.org.apache.lucene.analysis.email Fast, general-purpose URLs and email addresses tokenizers.org.apache.lucene.analysis.icu.segmentation Tokenizer that breaks text into words with the Unicode Text Segmentation algorithm.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.path Analysis components for path-like strings such as filenames.org.apache.lucene.analysis.pattern Set of components for pattern-based (regex) analysis.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 tokenizerStandardTokenizer
implements 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.th Analyzer for Thai.org.apache.lucene.analysis.tokenattributes General-purpose attributes for text analysis.org.apache.lucene.analysis.util Utility functions for text analysis.org.apache.lucene.analysis.wikipedia Tokenizer that is aware of Wikipedia syntax.org.apache.lucene.document The logical representation of aDocument
for indexing and searching.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.monitor Monitoring frameworkorg.apache.lucene.search.highlight Highlighting search terms.org.apache.lucene.search.suggest.analyzing Analyzer based autosuggest.org.apache.lucene.search.uhighlight The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term vectors, or analysis. -
-
Uses of OffsetAttribute in org.apache.lucene.analysis
Fields in org.apache.lucene.analysis declared as OffsetAttribute Modifier and Type Field Description private OffsetAttribute
AutomatonToTokenStream.TopoTokenStream. offAttr
private OffsetAttribute
GraphTokenFilter. offsetAtt
private OffsetAttribute
Analyzer.StringTokenStream. offsetAttribute
-
Uses of OffsetAttribute in org.apache.lucene.analysis.cjk
Fields in org.apache.lucene.analysis.cjk declared as OffsetAttribute Modifier and Type Field Description private OffsetAttribute
CJKBigramFilter. offsetAtt
-
Uses of OffsetAttribute in org.apache.lucene.analysis.classic
Fields in org.apache.lucene.analysis.classic declared as OffsetAttribute Modifier and Type Field Description private OffsetAttribute
ClassicTokenizer. offsetAtt
-
Uses of OffsetAttribute in org.apache.lucene.analysis.cn.smart
Fields in org.apache.lucene.analysis.cn.smart declared as OffsetAttribute Modifier and Type Field Description private OffsetAttribute
HMMChineseTokenizer. offsetAtt
-
Uses of OffsetAttribute in org.apache.lucene.analysis.commongrams
Fields in org.apache.lucene.analysis.commongrams declared as OffsetAttribute Modifier and Type Field Description private OffsetAttribute
CommonGramsFilter. offsetAttribute
-
Uses of OffsetAttribute in org.apache.lucene.analysis.compound
Fields in org.apache.lucene.analysis.compound declared as OffsetAttribute Modifier and Type Field Description protected OffsetAttribute
CompoundWordTokenFilterBase. offsetAtt
-
Uses of OffsetAttribute in org.apache.lucene.analysis.core
Fields in org.apache.lucene.analysis.core declared as OffsetAttribute Modifier and Type Field Description private OffsetAttribute
FlattenGraphFilter. offsetAtt
private OffsetAttribute
KeywordTokenizer. offsetAtt
-
Uses of OffsetAttribute in org.apache.lucene.analysis.email
Fields in org.apache.lucene.analysis.email declared as OffsetAttribute Modifier and Type Field Description private OffsetAttribute
UAX29URLEmailTokenizer. offsetAtt
-
Uses of OffsetAttribute in org.apache.lucene.analysis.icu.segmentation
Fields in org.apache.lucene.analysis.icu.segmentation declared as OffsetAttribute Modifier and Type Field Description private OffsetAttribute
ICUTokenizer. offsetAtt
-
Uses of OffsetAttribute in org.apache.lucene.analysis.ja
Fields in org.apache.lucene.analysis.ja declared as OffsetAttribute Modifier and Type Field Description private OffsetAttribute
JapaneseCompletionFilter. offsetAtt
private OffsetAttribute
JapaneseTokenizer. offsetAtt
private OffsetAttribute
JapaneseNumberFilter. offsetAttr
-
Uses of OffsetAttribute in org.apache.lucene.analysis.ko
Fields in org.apache.lucene.analysis.ko declared as OffsetAttribute Modifier and Type Field Description private OffsetAttribute
KoreanTokenizer. offsetAtt
private OffsetAttribute
KoreanNumberFilter. offsetAttr
-
Uses of OffsetAttribute in org.apache.lucene.analysis.minhash
Fields in org.apache.lucene.analysis.minhash declared as OffsetAttribute Modifier and Type Field Description private OffsetAttribute
MinHashFilter. offsetAttribute
-
Uses of OffsetAttribute in org.apache.lucene.analysis.miscellaneous
Fields in org.apache.lucene.analysis.miscellaneous declared as OffsetAttribute Modifier and Type Field Description private OffsetAttribute
ConcatenateGraphFilter. offsetAtt
private OffsetAttribute
ConcatenatingTokenStream. offsetAtt
private OffsetAttribute
ConditionalTokenFilter.OneTimeWrapper. offsetAtt
private OffsetAttribute
FingerprintFilter. offsetAtt
private OffsetAttribute
FixBrokenOffsetsFilter. offsetAtt
Deprecated.private OffsetAttribute
LimitTokenOffsetFilter. offsetAttrib
private OffsetAttribute
HyphenatedWordsFilter. offsetAttribute
private OffsetAttribute
WordDelimiterFilter. offsetAttribute
Deprecated.private OffsetAttribute
WordDelimiterGraphFilter. offsetAttribute
private OffsetAttribute[]
ConcatenatingTokenStream. sourceOffsets
-
Uses of OffsetAttribute in org.apache.lucene.analysis.ngram
Fields in org.apache.lucene.analysis.ngram declared as OffsetAttribute Modifier and Type Field Description private OffsetAttribute
NGramTokenizer. offsetAtt
-
Uses of OffsetAttribute in org.apache.lucene.analysis.path
Fields in org.apache.lucene.analysis.path declared as OffsetAttribute Modifier and Type Field Description private OffsetAttribute
PathHierarchyTokenizer. offsetAtt
private OffsetAttribute
ReversePathHierarchyTokenizer. offsetAtt
-
Uses of OffsetAttribute in org.apache.lucene.analysis.pattern
Fields in org.apache.lucene.analysis.pattern declared as OffsetAttribute Modifier and Type Field Description private OffsetAttribute
PatternTokenizer. offsetAtt
private OffsetAttribute
SimplePatternSplitTokenizer. offsetAtt
private OffsetAttribute
SimplePatternTokenizer. offsetAtt
-
Uses of OffsetAttribute in org.apache.lucene.analysis.payloads
Fields in org.apache.lucene.analysis.payloads declared as OffsetAttribute Modifier and Type Field Description private OffsetAttribute
TokenOffsetPayloadTokenFilter. offsetAtt
-
Uses of OffsetAttribute in org.apache.lucene.analysis.shingle
Fields in org.apache.lucene.analysis.shingle declared as OffsetAttribute Modifier and Type Field Description private OffsetAttribute
FixedShingleFilter. offsetAtt
(package private) OffsetAttribute
ShingleFilter.InputWindowToken. offsetAtt
private OffsetAttribute
ShingleFilter. offsetAtt
-
Uses of OffsetAttribute in org.apache.lucene.analysis.standard
Fields in org.apache.lucene.analysis.standard declared as OffsetAttribute Modifier and Type Field Description private OffsetAttribute
StandardTokenizer. offsetAtt
-
Uses of OffsetAttribute in org.apache.lucene.analysis.synonym
Fields in org.apache.lucene.analysis.synonym declared as OffsetAttribute Modifier and Type Field Description private OffsetAttribute
SynonymFilter. offsetAtt
Deprecated.private OffsetAttribute
SynonymGraphFilter. offsetAtt
-
Uses of OffsetAttribute in org.apache.lucene.analysis.th
Fields in org.apache.lucene.analysis.th declared as OffsetAttribute Modifier and Type Field Description private OffsetAttribute
ThaiTokenizer. offsetAtt
-
Uses of OffsetAttribute in org.apache.lucene.analysis.tokenattributes
Classes in org.apache.lucene.analysis.tokenattributes that implement OffsetAttribute Modifier and Type Class Description class
OffsetAttributeImpl
Default implementation ofOffsetAttribute
.class
PackedTokenAttributeImpl
Default implementation of the common attributes used by Lucene:CharTermAttribute
TypeAttribute
PositionIncrementAttribute
PositionLengthAttribute
OffsetAttribute
TermFrequencyAttribute
-
Uses of OffsetAttribute in org.apache.lucene.analysis.util
Fields in org.apache.lucene.analysis.util declared as OffsetAttribute Modifier and Type Field Description private OffsetAttribute
CharTokenizer. offsetAtt
private OffsetAttribute
SegmentingTokenizerBase. offsetAtt
-
Uses of OffsetAttribute in org.apache.lucene.analysis.wikipedia
Fields in org.apache.lucene.analysis.wikipedia declared as OffsetAttribute Modifier and Type Field Description private OffsetAttribute
WikipediaTokenizer. offsetAtt
-
Uses of OffsetAttribute in org.apache.lucene.document
Fields in org.apache.lucene.document declared as OffsetAttribute Modifier and Type Field Description private OffsetAttribute
Field.StringTokenStream. offsetAttribute
-
Uses of OffsetAttribute in org.apache.lucene.index
Fields in org.apache.lucene.index declared as OffsetAttribute Modifier and Type Field Description (package private) OffsetAttribute
FieldInvertState. offsetAttribute
(package private) OffsetAttribute
FreqProxTermsWriterPerField. offsetAttribute
private OffsetAttribute
TermVectorsConsumerPerField. offsetAttribute
-
Uses of OffsetAttribute in org.apache.lucene.monitor
Fields in org.apache.lucene.monitor declared as OffsetAttribute Modifier and Type Field Description private OffsetAttribute
SuffixingNGramTokenFilter. offsetAtt
-
Uses of OffsetAttribute in org.apache.lucene.search.highlight
Fields in org.apache.lucene.search.highlight declared as OffsetAttribute Modifier and Type Field Description private OffsetAttribute
SimpleFragmenter. offsetAtt
private OffsetAttribute
SimpleSpanFragmenter. offsetAtt
private OffsetAttribute
TokenGroup. offsetAtt
private OffsetAttribute
LimitTokenOffsetFilter. offsetAttrib
private OffsetAttribute
OffsetLimitTokenFilter. offsetAttrib
private OffsetAttribute
TokenStreamFromTermVector. offsetAttribute
-
Uses of OffsetAttribute in org.apache.lucene.search.suggest.analyzing
Fields in org.apache.lucene.search.suggest.analyzing declared as OffsetAttribute Modifier and Type Field Description private OffsetAttribute
SuggestStopFilter. offsetAtt
-
Uses of OffsetAttribute in org.apache.lucene.search.uhighlight
Fields in org.apache.lucene.search.uhighlight declared as OffsetAttribute Modifier and Type Field Description private OffsetAttribute
AnalysisOffsetStrategy.MultiValueTokenStream. offsetAtt
(package private) OffsetAttribute
TokenStreamOffsetStrategy.TokenStreamOffsetsEnum. offsetAtt
-