Re: Possibility of Indexing without feeding again in Solr 4.10.2

2015-02-17 Thread Gora Mohanty
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


Possibility of Indexing without feeding again in Solr 4.10.2

2015-02-17 Thread dinesh naik
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 ?
-- 
Best Regards,
Dinesh Naik