Uses of Interface
org.apache.lucene.analysis.tokenattributes.OffsetAttribute
Packages that use OffsetAttribute
Package
Description
Text analysis.
Analyzer for Chinese, Japanese, and Korean, which indexes bigrams.
Fast, general-purpose grammar-based tokenizers.
Analyzer for Simplified Chinese, which indexes words.
Construct n-grams for frequently occurring terms and phrases.
A filter that decomposes compound words you find in many Germanic languages into the word parts.
Basic, general-purpose analysis components.
Fast, general-purpose URLs and email addresses tokenizers.
Tokenizer that breaks text into words with the Unicode Text Segmentation algorithm.
Analyzer for Japanese.
Analyzer for Korean.
MinHash filtering (for LSH).
Miscellaneous Tokenstreams.
Character n-gram tokenizers and filters.
Analysis components for path-like strings such as filenames.
Set of components for pattern-based (regex) analysis.
Provides various convenience classes for creating payloads on Tokens.
Word n-gram filters.
Fast, general-purpose grammar-based tokenizer
StandardTokenizer
implements the Word Break rules from the
Unicode Text Segmentation algorithm, as specified in Unicode Standard Annex #29.Analysis components for Synonyms.
Analyzer for Thai.
General-purpose attributes for text analysis.
Utility functions for text analysis.
Tokenizer that is aware of Wikipedia syntax.
The logical representation of a
Document
for indexing and
searching.Code to maintain and access indices.
Monitoring framework
Highlighting search terms.
Analyzer based autosuggest.
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 OffsetAttributeModifier and TypeFieldDescriptionprivate OffsetAttribute
AutomatonToTokenStream.TopoTokenStream.offAttr
private final OffsetAttribute
GraphTokenFilter.offsetAtt
private final OffsetAttribute
Analyzer.StringTokenStream.offsetAttribute
-
Uses of OffsetAttribute in org.apache.lucene.analysis.cjk
Fields in org.apache.lucene.analysis.cjk declared as OffsetAttribute -
Uses of OffsetAttribute in org.apache.lucene.analysis.classic
Fields in org.apache.lucene.analysis.classic declared as OffsetAttribute -
Uses of OffsetAttribute in org.apache.lucene.analysis.cn.smart
Fields in org.apache.lucene.analysis.cn.smart declared as OffsetAttribute -
Uses of OffsetAttribute in org.apache.lucene.analysis.commongrams
Fields in org.apache.lucene.analysis.commongrams declared as OffsetAttribute -
Uses of OffsetAttribute in org.apache.lucene.analysis.compound
Fields in org.apache.lucene.analysis.compound declared as OffsetAttributeModifier and TypeFieldDescriptionprotected final OffsetAttribute
CompoundWordTokenFilterBase.offsetAtt
-
Uses of OffsetAttribute in org.apache.lucene.analysis.core
Fields in org.apache.lucene.analysis.core declared as OffsetAttributeModifier and TypeFieldDescriptionprivate final 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 -
Uses of OffsetAttribute in org.apache.lucene.analysis.icu.segmentation
Fields in org.apache.lucene.analysis.icu.segmentation declared as OffsetAttribute -
Uses of OffsetAttribute in org.apache.lucene.analysis.ja
Fields in org.apache.lucene.analysis.ja declared as OffsetAttributeModifier and TypeFieldDescriptionprivate final OffsetAttribute
JapaneseCompletionFilter.offsetAtt
private final OffsetAttribute
JapaneseTokenizer.offsetAtt
private final OffsetAttribute
JapaneseNumberFilter.offsetAttr
-
Uses of OffsetAttribute in org.apache.lucene.analysis.ko
Fields in org.apache.lucene.analysis.ko declared as OffsetAttributeModifier and TypeFieldDescriptionprivate final OffsetAttribute
KoreanTokenizer.offsetAtt
private final OffsetAttribute
KoreanNumberFilter.offsetAttr
-
Uses of OffsetAttribute in org.apache.lucene.analysis.minhash
Fields in org.apache.lucene.analysis.minhash declared as OffsetAttribute -
Uses of OffsetAttribute in org.apache.lucene.analysis.miscellaneous
Fields in org.apache.lucene.analysis.miscellaneous declared as OffsetAttributeModifier and TypeFieldDescriptionprivate final OffsetAttribute
ConcatenateGraphFilter.offsetAtt
private final OffsetAttribute
ConcatenatingTokenStream.offsetAtt
private final OffsetAttribute
ConditionalTokenFilter.OneTimeWrapper.offsetAtt
private final OffsetAttribute
FingerprintFilter.offsetAtt
private final OffsetAttribute
FixBrokenOffsetsFilter.offsetAtt
Deprecated.private final OffsetAttribute
LimitTokenOffsetFilter.offsetAttrib
private final OffsetAttribute
HyphenatedWordsFilter.offsetAttribute
private final OffsetAttribute
WordDelimiterFilter.offsetAttribute
Deprecated.private final OffsetAttribute
WordDelimiterGraphFilter.offsetAttribute
private final OffsetAttribute[]
ConcatenatingTokenStream.sourceOffsets
-
Uses of OffsetAttribute in org.apache.lucene.analysis.ngram
Fields in org.apache.lucene.analysis.ngram declared as OffsetAttribute -
Uses of OffsetAttribute in org.apache.lucene.analysis.path
Fields in org.apache.lucene.analysis.path declared as OffsetAttributeModifier and TypeFieldDescriptionprivate final OffsetAttribute
PathHierarchyTokenizer.offsetAtt
private final OffsetAttribute
ReversePathHierarchyTokenizer.offsetAtt
-
Uses of OffsetAttribute in org.apache.lucene.analysis.pattern
Fields in org.apache.lucene.analysis.pattern declared as OffsetAttributeModifier and TypeFieldDescriptionprivate final OffsetAttribute
PatternTokenizer.offsetAtt
private final OffsetAttribute
SimplePatternSplitTokenizer.offsetAtt
private final OffsetAttribute
SimplePatternTokenizer.offsetAtt
-
Uses of OffsetAttribute in org.apache.lucene.analysis.payloads
Fields in org.apache.lucene.analysis.payloads declared as OffsetAttributeModifier and TypeFieldDescriptionprivate final OffsetAttribute
TokenOffsetPayloadTokenFilter.offsetAtt
-
Uses of OffsetAttribute in org.apache.lucene.analysis.shingle
Fields in org.apache.lucene.analysis.shingle declared as OffsetAttributeModifier and TypeFieldDescriptionprivate final OffsetAttribute
FixedShingleFilter.offsetAtt
(package private) final OffsetAttribute
ShingleFilter.InputWindowToken.offsetAtt
private final OffsetAttribute
ShingleFilter.offsetAtt
-
Uses of OffsetAttribute in org.apache.lucene.analysis.standard
Fields in org.apache.lucene.analysis.standard declared as OffsetAttribute -
Uses of OffsetAttribute in org.apache.lucene.analysis.synonym
Fields in org.apache.lucene.analysis.synonym declared as OffsetAttributeModifier and TypeFieldDescriptionprivate final OffsetAttribute
SynonymFilter.offsetAtt
Deprecated.private final OffsetAttribute
SynonymGraphFilter.offsetAtt
-
Uses of OffsetAttribute in org.apache.lucene.analysis.th
Fields in org.apache.lucene.analysis.th declared as OffsetAttribute -
Uses of OffsetAttribute in org.apache.lucene.analysis.tokenattributes
Classes in org.apache.lucene.analysis.tokenattributes that implement OffsetAttributeModifier and TypeClassDescriptionclass
Default implementation ofOffsetAttribute
.class
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 OffsetAttributeModifier and TypeFieldDescriptionprivate final OffsetAttribute
CharTokenizer.offsetAtt
private final OffsetAttribute
SegmentingTokenizerBase.offsetAtt
-
Uses of OffsetAttribute in org.apache.lucene.analysis.wikipedia
Fields in org.apache.lucene.analysis.wikipedia declared as OffsetAttribute -
Uses of OffsetAttribute in org.apache.lucene.document
Fields in org.apache.lucene.document declared as OffsetAttributeModifier and TypeFieldDescriptionprivate final OffsetAttribute
Field.StringTokenStream.offsetAttribute
-
Uses of OffsetAttribute in org.apache.lucene.index
Fields in org.apache.lucene.index declared as OffsetAttributeModifier and TypeFieldDescription(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 OffsetAttributeModifier and TypeFieldDescriptionprivate final OffsetAttribute
SuffixingNGramTokenFilter.offsetAtt
-
Uses of OffsetAttribute in org.apache.lucene.search.highlight
Fields in org.apache.lucene.search.highlight declared as OffsetAttributeModifier and TypeFieldDescriptionprivate OffsetAttribute
SimpleFragmenter.offsetAtt
private OffsetAttribute
SimpleSpanFragmenter.offsetAtt
private OffsetAttribute
TokenGroup.offsetAtt
private final 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 -
Uses of OffsetAttribute in org.apache.lucene.search.uhighlight
Fields in org.apache.lucene.search.uhighlight declared as OffsetAttributeModifier and TypeFieldDescriptionprivate final OffsetAttribute
AnalysisOffsetStrategy.MultiValueTokenStream.offsetAtt
(package private) final OffsetAttribute
TokenStreamOffsetStrategy.TokenStreamOffsetsEnum.offsetAtt