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.internal.index.v2 com.atlassian.confluence.plugins.edgeindex 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 that return types with arguments of type FieldMapping Modifier and Type Method Description Collection<FieldMapping>LuceneChangeExtractor.Mappings. getFieldMappings()Methods in com.atlassian.confluence.internal.index.lucene with parameters of type FieldMapping Modifier and Type Method Description booleanLuceneFieldMappingWriter. 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 FieldMapping Modifier and Type Method Description Collection<FieldMapping>AtlassianContentDocumentBuilder.FieldMappings. getFieldMappings() -
Uses of FieldMapping in com.atlassian.confluence.plugins.edgeindex
Methods in com.atlassian.confluence.plugins.edgeindex that return types with arguments of type FieldMapping Modifier and Type Method Description Collection<FieldMapping>EdgeIndexFieldMappings. getFieldMappings() -
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 FieldMappingAbstractFieldDescriptor. mappingprotected FieldMappingAbstractFieldDescriptor. mappingprotected FieldMappingAbstractFieldDescriptor. mappingprotected FieldMappingAbstractFieldDescriptor. mappingprotected FieldMappingAbstractFieldDescriptor. mappingprotected FieldMappingAbstractFieldDescriptor. mappingprotected FieldMappingAbstractFieldDescriptor. mappingprotected FieldMappingAbstractFieldDescriptor. mappingprotected FieldMappingAbstractFieldDescriptor. mappingprotected FieldMappingAbstractFieldDescriptor. mappingConstructors 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 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 FieldMapping Modifier and Type Class Description classAbstractFieldMappingThis class provides a skeletal implementation of theFieldMappinginterface.classBinaryFieldMappingField mapping for storing binary values.classBooleanFieldMappingField mapping for true and false valuesclassDateFieldMappingField mapping for date values.classDoubleFieldMappingField mapping for double-precision floating point numbersclassFloatFieldMappingField mapping for single-precision floating point number.classIntFieldMappingField mapping for integer values.classLongFieldMappingField mapping for long values.classNestedStringFieldMappingField mapping for a field with one nested string field: e.g.classStringFieldMappingField mapping for keywords or non analyzed text.classTextFieldMappingField mapping for analyzed text.Methods in com.atlassian.confluence.plugins.index.api.mapping that return types with arguments of type FieldMapping Modifier and Type Method Description Collection<FieldMapping>FieldMappingsProvider. getFieldMappings() -
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 org.opensearch.client.opensearch._types.mapping.PropertyOpenSearchFieldMappingMapper. mapMappingProperty(FieldMapping mapping)booleanOpenSearchIndexManagerFactory.OpenSearchIndexManagerImpl. putIfAbsent(FieldMapping mapping)Method parameters in com.atlassian.confluence.plugins.opensearch with type arguments of type FieldMapping Modifier and Type Method Description Map<String,org.opensearch.client.opensearch._types.mapping.Property>OpenSearchFieldMappingMapper. mapMappingProperties(Collection<FieldMapping> mappings) -
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>SearchFieldMappings.ChangeMappingsProvider. getFieldMappings()Collection<FieldMapping>SearchFieldMappings.ContentMappingsProvider. getFieldMappings()Collection<FieldMapping>FieldMappings. getFields()Methods in com.atlassian.confluence.search.v2 with parameters of type FieldMapping Modifier and Type Method Description booleanFieldMappings. addMapping(FieldMapping mapping)Add the specified field mapping if it's not already present.booleanFieldMappings.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)Deprecated.
-