Per Steffensen skrev:
Billy Newman skrev:
I have deployed the solr.war to my application server. On deploy I
can see the solr server and my core "general" start up.
I have a timer that fires every so ofter to go out and 'crawl' some
services and index into Solr. I am using Solrj in my applica
Billy Newman skrev:
I have deployed the solr.war to my application server. On deploy I
can see the solr server and my core "general" start up.
I have a timer that fires every so ofter to go out and 'crawl' some
services and index into Solr. I am using Solrj in my application and
I am having tr
: I am trying to use the EmbeddedSolrServer to connect to the "general"
: core that is already running:
that is not going to work. EmbeddedSolrServer is solely for running solr
entirely contained inside your application, w/o using a servlet container
-- it doesn't support any of the HTTP based