public class ContentPropertyIndexSchemaManagerImpl extends Object implements ContentPropertyIndexSchemaManager
ContentPropertyIndexSchema
.Constructor and Description |
---|
ContentPropertyIndexSchemaManagerImpl(com.atlassian.plugin.PluginAccessor pluginAccessor) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<String,ContentPropertySchemaField> |
getIndexSchema()
Returns a
Multimap representation of content properties dynamic index schema. |
public ContentPropertyIndexSchemaManagerImpl(com.atlassian.plugin.PluginAccessor pluginAccessor)
public com.google.common.collect.Multimap<String,ContentPropertySchemaField> getIndexSchema()
ContentPropertyIndexSchemaManager
Multimap
representation of content properties dynamic index schema.
There can be multiple extractions from a single JSON document, therefore each key associates multiple schema
fields.getIndexSchema
in interface ContentPropertyIndexSchemaManager
Copyright © 2003–2019 Atlassian. All rights reserved.