Interface | Description |
---|---|
AnalyzerDescriptorProvider |
Provides a
MappingAnalyzerDescriptor that should be used to analyze text on a given LanguageDescriptor 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 under
FieldDescriptor . |
LanguageDescriptor |
Language is used to define an analyzer that is language dependent see
LanguageAnalyzerDescriptor . |
MappingAnalyzerDescriptor |
Lucene agnostic class for representing concrete, individual representations of Lucene
Analyzer
See LuceneAnalyzerMapper map() methods for how class-to-class mappings work. |
TokenFilterDescriptor |
A token filter must be predefined in Confluence.
|
TokenizerDescriptor |
A tokenizer must be predefined in Confluence.
|
Class | Description |
---|---|
AnalyzerDescriptor |
An analyzer is a combination of a
TokenizerDescriptor and some (possibly no) CharFilterDescriptor and
TokenFilterDescriptor that collectively specifies how to break a text into token. |
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 | Description |
---|---|
FieldDescriptor.Index | |
FieldDescriptor.Store |
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences