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()
ContentPropertyIndexSchemaManagerMultimap 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 ContentPropertyIndexSchemaManagerCopyright © 2003–2018 Atlassian. All rights reserved.