Is it possible to use SolrJ in my web application to access Solr remotely
and use SolrJ in a simple application to access Solr locally for full re
indexation?


yes - check: http://wiki.apache.org/solr/Solrj

for remote, use CommonsHttpSolrServer and for local, use: EmbeddedSolrServer.

ryan

Reply via email to