newSlowSetQuery

Create a query matching any of the specified values.

This query also works with fields that have indexed SortedDocValuesFields.

NOTE: Such queries cannot efficiently advance to the next match, which makes them slow if they are not ANDed with a selective query. As a consequence, they are best used wrapped in an IndexOrDocValuesQuery, alongside a set query that executes on postings, such as TermInSetQuery.