How to rebuild solr index using core reload -


i need update solr schema testing search relevancy in application. this article says:

one can delete documents, change schema.xml file, , reload core w/o shutting down solr.

when added copyfield , followed same approach, changes not reflect. missing anything?

you missing important step document.

  1. re-index data.

not changes schema files reloadable dynamically.

for ex. adding copyfield requires reindexing of data.

those changes considered backward compatible indexed data reloadable without need re-indexing.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -