Interface ContentPropertyIndexSchemaManager
- All Known Implementing Classes:
ContentPropertyIndexSchemaManagerImpl
public interface ContentPropertyIndexSchemaManager
Access point for information about content properties dynamic index schema.
- Since:
- 5.7
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.Multimap<String,
ContentPropertySchemaField> Returns aMultimap
representation of content properties dynamic index schema.
-
Method Details
-
getIndexSchema
com.google.common.collect.Multimap<String,ContentPropertySchemaField> getIndexSchema()Returns aMultimap
representation of content properties dynamic index schema. There can be multiple extractions from a single JSON document, therefore each key associates multiple schema fields.- Returns:
- (K:[V...]) structure, where K corresponds to the content property key, and V... to all schema fields which should be created from this content property JSON document
-