Do I need to rebuild a Lucene index when I only add a random field to a schema? Or could I run some code to update that field without rebuilding the index?
This is the field I need to add: http://lucene.apache.org/solr/api/org/apache/solr/schema/RandomSortField.html
In this case, Lucene is running on Solr.