Uses of Interface
com.atlassian.confluence.plugins.index.api.mapping.FieldMapping
Packages that use FieldMapping
Package
Description
Provides an extensible, flexible search API.
-
Uses of FieldMapping in com.atlassian.confluence.internal.index.lucene
Methods in com.atlassian.confluence.internal.index.lucene that return types with arguments of type FieldMappingMethods in com.atlassian.confluence.internal.index.lucene with parameters of type FieldMappingModifier and TypeMethodDescriptionboolean
LuceneFieldMappingWriter.putIfAbsent
(FieldMapping mapping) -
Uses of FieldMapping in com.atlassian.confluence.internal.index.v2
Methods in com.atlassian.confluence.internal.index.v2 that return types with arguments of type FieldMappingModifier and TypeMethodDescriptionAtlassianContentDocumentBuilder.FieldMappings.getFieldMappings()
-
Uses of FieldMapping in com.atlassian.confluence.plugins.contentproperty.index.schema
Methods in com.atlassian.confluence.plugins.contentproperty.index.schema that return types with arguments of type FieldMapping -
Uses of FieldMapping in com.atlassian.confluence.plugins.edgeindex
Methods in com.atlassian.confluence.plugins.edgeindex that return types with arguments of type FieldMapping -
Uses of FieldMapping in com.atlassian.confluence.plugins.index.api
Fields in com.atlassian.confluence.plugins.index.api declared as FieldMappingModifier and TypeFieldDescriptionprotected final FieldMapping
AbstractFieldDescriptor.mapping
protected final FieldMapping
AbstractFieldDescriptor.mapping
protected final FieldMapping
AbstractFieldDescriptor.mapping
protected final FieldMapping
AbstractFieldDescriptor.mapping
protected final FieldMapping
AbstractFieldDescriptor.mapping
protected final FieldMapping
AbstractFieldDescriptor.mapping
protected final FieldMapping
AbstractFieldDescriptor.mapping
protected final FieldMapping
AbstractFieldDescriptor.mapping
protected final FieldMapping
AbstractFieldDescriptor.mapping
protected final FieldMapping
AbstractFieldDescriptor.mapping
Constructors in com.atlassian.confluence.plugins.index.api with parameters of type FieldMappingModifierConstructorDescriptionFieldDescriptor
(FieldMapping mapping, String value) Construct a field with the given mapping and valueFieldDescriptor
(FieldMapping mapping, String value, Object rawValue) Construct a field with the given mapping, value and raw 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 FieldMappingModifier and TypeClassDescriptionclass
This class provides a skeletal implementation of theFieldMapping
interface.class
Field mapping for storing binary values.class
Field mapping for true and false valuesclass
Field mapping for a field containingContentPermissionSet
which can be queried withContentPermissionsQuery
.class
Field mapping for date values.class
Field mapping for double-precision floating point numbersclass
Field mapping for single-precision floating point number.class
Field mapping for integer values.class
Field mapping for long values.class
Field mapping for a field with one nested string field: e.g.class
Field mapping for keywords or non analyzed text.class
Field mapping for analyzed text.Methods in com.atlassian.confluence.plugins.index.api.mapping that return types with arguments of type FieldMapping -
Uses of FieldMapping in com.atlassian.confluence.plugins.opensearch
Methods in com.atlassian.confluence.plugins.opensearch with parameters of type FieldMappingModifier and TypeMethodDescriptionorg.opensearch.client.opensearch._types.mapping.Property
OpenSearchFieldMappingMapper.mapMappingProperty
(FieldMapping mapping) Method parameters in com.atlassian.confluence.plugins.opensearch with type arguments of type FieldMappingModifier and TypeMethodDescriptionOpenSearchFieldMappingMapper.mapMappingProperties
(Collection<FieldMapping> mappings) -
Uses of FieldMapping in com.atlassian.confluence.plugins.opensearch.indexmanager
Methods in com.atlassian.confluence.plugins.opensearch.indexmanager with parameters of type FieldMappingModifier and TypeMethodDescriptionboolean
OpenSearchIndexManagerImpl.putIfAbsent
(FieldMapping mapping) protected boolean
OpenSearchIndexManagerImpl.putIfAbsent
(FieldMapping mapping, String indexName) -
Uses of FieldMapping in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 that return types with arguments of type FieldMappingModifier and TypeMethodDescriptionSearchFieldMappings.ChangeMappingsProvider.getFieldMappings()
SearchFieldMappings.ContentMappingsProvider.getFieldMappings()
FieldMappings.getFields()
Methods in com.atlassian.confluence.search.v2 with parameters of type FieldMappingModifier and TypeMethodDescriptionboolean
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.