Re: multiValued false->true

2012-07-12 Thread Chris Hostetter
: I have an indexed, not stored, not multiValued field in the schema. : : If I change this field to be multiValued, would I need to re-index : everything, or would all existing documents (that were indexed while : the field was not multiValued) still be queryable? usually a change like this is f

multiValued false->true

2012-07-12 Thread Yury Kats
I have an indexed, not stored, not multiValued field in the schema. If I change this field to be multiValued, would I need to re-index everything, or would all existing documents (that were indexed while the field was not multiValued) still be queryable? Thanks, Yury