One thing you could do is:
1. If you current index is called A1, then you can create a new index called
A2 with the correct schema.xml / solrconfig.xml
2. Index your 18,000 documents into A2 afresh
3. Then delete A1 (the bad index)
4. Then quickly create an Alias with the name of A1 pointng to A2 - This way
your consumers will still think they are talking to A1 - but in fact they
would be querying against the new index.




--
View this message in context: 
http://lucene.472066.n3.nabble.com/clearing-fieldValueCache-in-solr-4-6-tp4147509p4147514.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to