Class SolrJettyTestBase

    • Field Detail

    • Constructor Detail

      • SolrJettyTestBase

        public SolrJettyTestBase()
        Deprecated.
    • Method Detail

      • getBaseUrl

        protected static String getBaseUrl()
        Deprecated.
        URL to Solr
      • getCoreUrl

        protected static String getCoreUrl()
        Deprecated.
        URL to the core
      • getSolrClient

        protected org.apache.solr.client.solrj.SolrClient getSolrClient()
        Deprecated.
      • createNewSolrClient

        public org.apache.solr.client.solrj.SolrClient createNewSolrClient()
        Deprecated.
        Create a new solr client. If createJetty was called, a http implementation will be created, otherwise an embedded implementation will be created. Subclasses should override for other options.
      • getHttpClient

        protected org.apache.http.client.HttpClient getHttpClient()
        Deprecated.
      • cleanUpJettyHome

        protected static void cleanUpJettyHome​(File solrHome)
                                        throws Exception
        Deprecated.
        Throws:
        Exception