AFAIK solrj is just the network client that connects to a Solr server using Java, now, if you just need to index your data on your local HDD you might want to step back to Lucene. I'm assuming you are using Java so you could also annotate your POJO's with Lucene annotations, google hibernate-search, maybe that's what you are looking for.

HTH,

Guido.

On 26/06/13 19:59, Learner wrote:
I currently have a SOLRJ program which I am using for indexing the data in
SOLR. I am trying to figure out a way to build index without depending on
running instance of SOLR. I should be able to supply the solrconfig and
schema.xml to the indexing program which in turn create index files that I
can use with any SOLR instance. Is it possible to implement this?



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Is-there-a-way-to-build-indexes-using-SOLRJ-without-SOLR-instance-tp4073383.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to