Interface ContentPropertyIndexSchemaManager
- 
- All Known Implementing Classes:
- ContentPropertyIndexSchemaManagerImpl
 
 public interface ContentPropertyIndexSchemaManagerAccess point for information about content properties dynamic index schema.- Since:
- 5.7
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.collect.Multimap<String,ContentPropertySchemaField>getIndexSchema()Returns aMultimaprepresentation of content properties dynamic index schema.
 
- 
- 
- 
Method Detail- 
getIndexSchemacom.google.common.collect.Multimap<String,ContentPropertySchemaField> getIndexSchema() Returns aMultimaprepresentation 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
 
 
- 
 
-