On 17 February 2015 at 15:18, dinesh naik <dineshkumarn...@gmail.com> wrote:

> Hi all,
> How to can do re-indexing in Solr without importing the data again?
> Is there a way to do re-indexing only for few documents ?
>

If you have a unique ID for your documents, updating the index with that ID
will update just that document. Other than that, you need to import all
your data again if you want to change the Solr index.

Regards,
Gora

Reply via email to