Class CoreDescriptorDecorator


  • public class CoreDescriptorDecorator
    extends Object
    This class was created solely for the purpose of exposing the coreProperties of the CoreDescriptor. It is now possible to substitute a sub-set of properties using the rules specified here @see ConfigUtil#locateProperty() The Substitutable Properties are defined in the substitutableProperties list.
    Author:
    Ahmed Owian, Gethin James, aborroy
    • Field Detail

      • substitutablePropertiesSecure

        public static com.google.common.collect.ImmutableList<String> substitutablePropertiesSecure
      • substitutablePropertiesNone

        public static com.google.common.collect.ImmutableList<String> substitutablePropertiesNone
    • Constructor Detail

      • CoreDescriptorDecorator

        public CoreDescriptorDecorator​(org.apache.solr.core.CoreDescriptor descriptor)
    • Method Detail

      • getProperties

        public Properties getProperties()