Class ContentPropertyIndexSchema


  • public class ContentPropertyIndexSchema
    extends Object
    Read-only view of content property index schema.
    Since:
    5.7
    • Method Detail

      • getContentPropertyKeys

        public Set<String> getContentPropertyKeys()
        Returns all content property keys which have an index schema associated with them.
      • asMultimap

        public com.google.common.collect.Multimap<String,​ContentPropertySchemaField> asMultimap()
        Returns content property index schema as a map (content property key) => (schema fields).