Class SearchFieldMappings.ChangeMappingsProvider
- java.lang.Object
-
- com.atlassian.confluence.search.v2.SearchFieldMappings.ChangeMappingsProvider
-
- All Implemented Interfaces:
FieldMappingsProvider
- Enclosing class:
- SearchFieldMappings
public static class SearchFieldMappings.ChangeMappingsProvider extends Object implements FieldMappingsProvider
-
-
Constructor Summary
Constructors Constructor Description ChangeMappingsProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<FieldMapping>
getFieldMappings()
-
-
-
Method Detail
-
getFieldMappings
public Collection<FieldMapping> getFieldMappings()
- Specified by:
getFieldMappings
in interfaceFieldMappingsProvider
- Returns:
- field mappings that will be added onto the search index
-
-