On 11/3/2018 5:32 AM, Dave wrote:
On a side note, does adding docvalues to an already indexed field, and then optimizing, prevent the need to reindex to take advantage of docvalues? I was under the impression you had to reindex the content.
You must reindex when changing the schema to add docValues. An optimize will not build the new data structures. It will only rebuild the data structures that are already there.
Thanks, Shawn