Uses of Interface
com.atlassian.confluence.plugins.index.api.mapping.FieldMapping
-
Packages that use FieldMapping Package Description com.atlassian.confluence.internal.index.lucene com.atlassian.confluence.plugins.index.api com.atlassian.confluence.plugins.index.api.mapping com.atlassian.confluence.plugins.opensearch com.atlassian.confluence.search.v2 Provides an extensible, flexible search API. -
-
Uses of FieldMapping in com.atlassian.confluence.internal.index.lucene
Methods in com.atlassian.confluence.internal.index.lucene with parameters of type FieldMapping Modifier and Type Method Description boolean
LuceneFieldMappingWriter. putIfAbsent(FieldMapping mapping)
-
Uses of FieldMapping in com.atlassian.confluence.plugins.index.api
Fields in com.atlassian.confluence.plugins.index.api declared as FieldMapping Modifier and Type Field Description protected FieldMapping
AbstractFieldDescriptor. mapping
protected FieldMapping
AbstractFieldDescriptor. mapping
protected FieldMapping
AbstractFieldDescriptor. mapping
protected FieldMapping
AbstractFieldDescriptor. mapping
protected FieldMapping
AbstractFieldDescriptor. mapping
protected FieldMapping
AbstractFieldDescriptor. mapping
protected FieldMapping
AbstractFieldDescriptor. mapping
protected FieldMapping
AbstractFieldDescriptor. mapping
protected FieldMapping
AbstractFieldDescriptor. mapping
protected FieldMapping
AbstractFieldDescriptor. mapping
Constructors in com.atlassian.confluence.plugins.index.api with parameters of type FieldMapping Constructor Description FieldDescriptor(FieldMapping mapping, String value)
Construct a field with the given mapping and valueStoredFieldDescriptor(FieldMapping mapping, String value)
Deprecated.StringFieldDescriptor(FieldMapping mapping, String value)
Deprecated. -
Uses of FieldMapping in com.atlassian.confluence.plugins.index.api.mapping
Classes in com.atlassian.confluence.plugins.index.api.mapping that implement FieldMapping Modifier and Type Class Description class
AbstractFieldMapping
This class provides a skeletal implementation of theFieldMapping
interface.class
BinaryFieldMapping
Field mapping for storing binary values.class
BooleanFieldMapping
Field mapping for true and false valuesclass
DateFieldMapping
Field mapping for date values.class
DoubleFieldMapping
Field mapping for double-precision floating point numbersclass
FloatFieldMapping
Field mapping for single-precision floating point number.class
IntFieldMapping
Field mapping for integer values.class
LongFieldMapping
Field mapping for long values.class
StringFieldMapping
Field mapping for keywords or non analyzed text.class
TextFieldMapping
Field mapping for analyzed text. -
Uses of FieldMapping in com.atlassian.confluence.plugins.opensearch
Methods in com.atlassian.confluence.plugins.opensearch with parameters of type FieldMapping Modifier and Type Method Description boolean
OpenSearchFieldMappingWriter. putIfAbsent(FieldMapping mapping)
-
Uses of FieldMapping in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 that return types with arguments of type FieldMapping Modifier and Type Method Description Collection<FieldMapping>
FieldMappings. getFields()
Methods in com.atlassian.confluence.search.v2 with parameters of type FieldMapping Modifier and Type Method Description boolean
FieldMappings. addMapping(FieldMapping mapping)
Add the specified field mapping if it's not already present.boolean
FieldMappings.FieldMappingWriter. putIfAbsent(FieldMapping mapping)
Create the specified field mapping on the underlying index if it is not already present.Constructors in com.atlassian.confluence.search.v2 with parameters of type FieldMapping Constructor Description IndexFieldMappingConflictException(FieldMapping current, FieldMapping existing)
-