On Fri, Nov 7, 2008 at 5:48 PM, Vaijanath N. Rao <[EMAIL PROTECTED]> wrote: > 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. yep. You can do a delete *:* and start indexing and commit at the end
> 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 > -- --Noble Paul
