On Jun 3, 2008, at 3:52 PM, Alexander Ramos Jardim wrote:
Is there a way to access a specific core via Solrj

Yes, depending on which SolrServer implementation:

SolrServer server = new CommonsHttpSolrServer("http://localhost:8983/solr/ <corename>")

-or-

  SolrServer server = new EmbeddedSolrServer(solrCore)

        Erik


Reply via email to