Hi Solr-Users,
I am not sure but does there exist any mechanism where-in we can specify
solr as Batch and incremental indexing.
What I mean by batch indexing is solr would delete all the records which
existed in the index and will create an new index form the given data.
For incremental I want solr to just do the operation ( add/delete/... ).
This is how we currently do batch-indexing, issue an command to solr
delete q=*:* commit and than start the indexing.
For incremental operation we just take the data and the operation specified.
Kindly let me know if there exist a smarter way to get this working.
--Thanks and Regards
Vaijanath