containsAny method
Returns a Set of dStringnt id of those documents that contain any of
the keywords
. Used for index-elimination
as a fist pass in scoring and
ranking of search results.
Implementation
Set<String> containsAny(Iterable<String> keywords) =>
getKeywordsPostings(keywords).docIds;