Class GeneratedSolrfacetsearchConstants.Enumerations.SolrServerModes

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CLOUD  
      static java.lang.String EMBEDDED  
      static java.lang.String STANDALONE  
      static java.lang.String XML_EXPORT  
    • Constructor Summary

      Constructors 
      Constructor Description
      SolrServerModes()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • EMBEDDED

        public static final java.lang.String EMBEDDED
      • STANDALONE

        public static final java.lang.String STANDALONE
      • CLOUD

        public static final java.lang.String CLOUD
      • XML_EXPORT

        public static final java.lang.String XML_EXPORT
    • Constructor Detail

      • SolrServerModes

        public SolrServerModes()