On 6/21/2020 1:04 PM, Scott Q. wrote:
The task at hand is to remove all documents indexed the old way, but
how can I do that ? user is of the form u...@domain.com and if I
search for u...@domain.com it matches all of 'user' or 'domain.com'
which has obvious unwanted consequences.

Therefore, how can I remove older documents which were indexed with
partial match ?

If it were me, I would probably set up a new core/collection with any config changes you want to make and reindex into the new location from scratch.

Then once the new index is available, you can switch your application to it and completely delete the old one.

Thanks,
Shawn

Reply via email to