Interface ContentPropertyIndexSchemaManager

  • All Known Implementing Classes:
    ContentPropertyIndexSchemaManagerImpl

    public interface ContentPropertyIndexSchemaManager
    Access point for information about content properties dynamic index schema.
    Since:
    5.7
    • Method Detail

      • getIndexSchema

        com.google.common.collect.Multimap<String,​ContentPropertySchemaField> getIndexSchema()
        Returns a 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.
        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