Hi,
restarting the Solr server wouldn't help. If you want to re-index
your data you have to pipe it through the whole process again.
In your case it might be a good idea to consider having several
cores holding the different schema definitions. This will not save
you from getting the original data and doing the analysis once
again, but at least you do not have a schema not being consistent
with the data in the index.
If you have a way to find and access the original data from the
unique id in your index, you may create a small program that reads
the data belonging to the id and sends it to the new core for
indexing (just rough toughts depending of the nature of your
situation).
Cheers,
Sven
--On Freitag, 12. Februar 2010 03:40 +0500 Emad Mushtaq
<emad.mush...@sigmatec.com.pk> wrote:
Hi,
I would like to know if there is a way of reindexing data without
restarting the server. Lets say I make a change in the schema file. That
would require me to reindex data. Is there a solution to this ?
--
Muhammad Emad Mushtaq
http://www.emadmushtaq.com/