Uses of Interface
com.atlassian.confluence.plugins.index.api.mapping.FieldMappingsProvider
-
Packages that use FieldMappingsProvider Package Description com.atlassian.confluence.internal.index.lucene com.atlassian.confluence.internal.index.v2 com.atlassian.confluence.plugin.descriptor com.atlassian.confluence.plugins.edgeindex com.atlassian.confluence.search.v2 Provides an extensible, flexible search API. -
-
Uses of FieldMappingsProvider in com.atlassian.confluence.internal.index.lucene
Classes in com.atlassian.confluence.internal.index.lucene that implement FieldMappingsProvider Modifier and Type Class Description static classLuceneChangeExtractor.Mappings -
Uses of FieldMappingsProvider in com.atlassian.confluence.internal.index.v2
Classes in com.atlassian.confluence.internal.index.v2 that implement FieldMappingsProvider Modifier and Type Class Description static classAtlassianContentDocumentBuilder.FieldMappings -
Uses of FieldMappingsProvider in com.atlassian.confluence.plugin.descriptor
Methods in com.atlassian.confluence.plugin.descriptor that return FieldMappingsProvider Modifier and Type Method Description FieldMappingsProviderFieldMappingsProviderModuleDescriptor. createModule()FieldMappingsProviderFieldMappingsProviderModuleDescriptor. getModule() -
Uses of FieldMappingsProvider in com.atlassian.confluence.plugins.edgeindex
Classes in com.atlassian.confluence.plugins.edgeindex that implement FieldMappingsProvider Modifier and Type Class Description classEdgeIndexFieldMappingsThis class contains the mappings of all fields that an edge document can have -
Uses of FieldMappingsProvider in com.atlassian.confluence.search.v2
Classes in com.atlassian.confluence.search.v2 that implement FieldMappingsProvider Modifier and Type Class Description static classSearchFieldMappings.ChangeMappingsProviderstatic classSearchFieldMappings.ContentMappingsProvider
-