Package com.atlassian.confluence.plugins.index.api
-
Interface Summary Interface Description AnalyzerDescriptorProvider Provides aMappingAnalyzerDescriptor
that should be used to analyze text for a givenLanguageDescriptor
if it is defined.CharFilterDescriptor A Character filter must be predefined in Confluence.Extractor2 This interface provides clients with the ability add additional fields and body text to the index documents produced for each searchable object in Confluence.FieldVisitor<T> Declares a visitor over the hierarchy of types underFieldDescriptor
.LanguageDescriptor Language is used to define an analyzer that is language dependent seeLanguageAnalyzerDescriptor
.MappingAnalyzerDescriptor Lucene agnostic class for representing concrete, individual representations of LuceneAnalyzer
TokenFilterDescriptor A token filter must be predefined in Confluence.TokenizerDescriptor A tokenizer must be predefined in Confluence. -
Class Summary Class Description AnalyzerDescriptor An AnalyzerDescriptor is a combination of aTokenizerDescriptor
and some (possibly no)CharFilterDescriptor
s andTokenFilterDescriptor
s that collectively describe how to analyse text into tokens.AnalyzerDescriptor.Builder DocValuesFieldDescriptor Stores binary value in a columnar form.DoubleFieldDescriptor Field that supports efficient sorting and range queries double values.FieldDescriptor Represents an index field.FloatFieldDescriptor Field that supports efficient sorting and range queries float values.IntFieldDescriptor Field that supports efficient sorting and range queries integer values.KeywordAnalyzerDescriptor LanguageAnalyzerDescriptor An analyzer, that can behave differently depending on a given language.LanguageAnalyzerDescriptor.Builder LongFieldDescriptor Field that supports efficient sorting and range queries long values.NumericDocValuesFieldDescriptor Field that stores a per-document long value for scoring, sorting or value retrieval.SortedDocValuesFieldDescriptor Stores binary value in a columnar form.StandardAnalyzerDescriptor StoredFieldDescriptor Used for non analyzed data.StringFieldDescriptor Used for keywords or non analyzed text.TextFieldDescriptor Used for analyzed text.WhitespaceAnalyzerDescriptor -
Enum Summary Enum Description FieldDescriptor.Index FieldDescriptor.Store