Hi all

We are about to alter our schema with some DocValue annotations. 
According to docs, we should whether delete all docs and re-insert, or
create a new collection with the new schema.

1. Is it valid to modify the schema in the current collection, where all
documents were created without docValue, and having docValue for new docs?

2. Is it valid to upsert all documents onto the same collection, having all
docs re-indexed in-place? It does sound risky, but would it work if we will
take care of *all* documents?

Thanks!



--
Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to