newSetQuery

fun newSetQuery(field: String, vararg values: Long): Query

Create a query matching any of the specified 1D values. This is the points equivalent of TermsQuery.

Parameters

field

field name. must not be null.

values

all values to match