Class CoreDescriptorDecorator


  • public class CoreDescriptorDecorator
    extends java.lang.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
    • Constructor Summary

      Constructors 
      Constructor Description
      CoreDescriptorDecorator​(org.apache.solr.core.CoreDescriptor descriptor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Properties getProperties()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SUBSTITUTABLE_PROPERTIES_SECURE

        public static final com.google.common.collect.ImmutableList<java.lang.String> SUBSTITUTABLE_PROPERTIES_SECURE
      • SUBSTITUTABLE_PROPERTIES_NONE

        public static final com.google.common.collect.ImmutableList<java.lang.String> SUBSTITUTABLE_PROPERTIES_NONE
    • Constructor Detail

      • CoreDescriptorDecorator

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

      • getProperties

        public java.util.Properties getProperties()