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.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.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 tokenizerStandardTokenizerimplements 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 aDocumentfor 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 OffsetAttributeGraphTokenFilter. offsetAttprivate OffsetAttributeAnalyzer.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 OffsetAttributeCJKBigramFilter. 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 OffsetAttributeHMMChineseTokenizer. 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 OffsetAttributeCommonGramsFilter. 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 OffsetAttributeCompoundWordTokenFilterBase. 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 OffsetAttributeFlattenGraphFilter. offsetAttprivate OffsetAttributeKeywordTokenizer. 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 OffsetAttributeICUTokenizer. 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 OffsetAttributeJapaneseTokenizer. offsetAttprivate OffsetAttributeJapaneseNumberFilter. 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 OffsetAttributeKoreanTokenizer. offsetAttprivate OffsetAttributeKoreanNumberFilter. 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 OffsetAttributeMinHashFilter. 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 OffsetAttributeConcatenateGraphFilter. offsetAttprivate OffsetAttributeConcatenatingTokenStream. offsetAttprivate OffsetAttributeConditionalTokenFilter.OneTimeWrapper. offsetAttprivate OffsetAttributeFingerprintFilter. offsetAttprivate OffsetAttributeFixBrokenOffsetsFilter. offsetAttDeprecated.private OffsetAttributeLimitTokenOffsetFilter. offsetAttribprivate OffsetAttributeHyphenatedWordsFilter. offsetAttributeprivate OffsetAttributeWordDelimiterFilter. offsetAttributeDeprecated.private OffsetAttributeWordDelimiterGraphFilter. offsetAttributeprivate 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 OffsetAttributeNGramTokenizer. 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 OffsetAttributePathHierarchyTokenizer. offsetAttprivate OffsetAttributeReversePathHierarchyTokenizer. 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 OffsetAttributePatternTokenizer. offsetAttprivate OffsetAttributeSimplePatternSplitTokenizer. offsetAttprivate OffsetAttributeSimplePatternTokenizer. 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 OffsetAttributeTokenOffsetPayloadTokenFilter. 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 OffsetAttributeFixedShingleFilter. offsetAtt(package private) OffsetAttributeShingleFilter.InputWindowToken. offsetAttprivate OffsetAttributeShingleFilter. 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 OffsetAttributeClassicTokenizer. offsetAttprivate OffsetAttributeStandardTokenizer. offsetAttprivate OffsetAttributeUAX29URLEmailTokenizer. 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 OffsetAttributeSynonymFilter. offsetAttDeprecated.private OffsetAttributeSynonymGraphFilter. 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 OffsetAttributeThaiTokenizer. 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 classOffsetAttributeImplDefault implementation ofOffsetAttribute.classPackedTokenAttributeImplDefault implementation of the common attributes used by Lucene:CharTermAttributeTypeAttributePositionIncrementAttributePositionLengthAttributeOffsetAttributeTermFrequencyAttribute -
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 OffsetAttributeCharTokenizer. offsetAttprivate OffsetAttributeSegmentingTokenizerBase. 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 OffsetAttributeWikipediaTokenizer. offsetAtt -
Uses of OffsetAttribute in org.apache.lucene.document
Fields in org.apache.lucene.document declared as OffsetAttribute Modifier and Type Field Description private OffsetAttributeField.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) OffsetAttributeFieldInvertState. offsetAttribute(package private) OffsetAttributeFreqProxTermsWriterPerField. offsetAttributeprivate OffsetAttributeTermVectorsConsumerPerField. offsetAttribute -
Uses of OffsetAttribute in org.apache.lucene.monitor
Fields in org.apache.lucene.monitor declared as OffsetAttribute Modifier and Type Field Description private OffsetAttributeSuffixingNGramTokenFilter. 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 OffsetAttributeSimpleFragmenter. offsetAttprivate OffsetAttributeSimpleSpanFragmenter. offsetAttprivate OffsetAttributeTokenGroup. offsetAttprivate OffsetAttributeLimitTokenOffsetFilter. offsetAttribprivate OffsetAttributeOffsetLimitTokenFilter. offsetAttribprivate OffsetAttributeTokenStreamFromTermVector. 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 OffsetAttributeSuggestStopFilter. 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 OffsetAttributeAnalysisOffsetStrategy.MultiValueTokenStream. offsetAtt(package private) OffsetAttributeTokenStreamOffsetStrategy.TokenStreamOffsetsEnum. offsetAtt
-