IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Query Filter
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Query Filter
editSee Query Filter
FilterBuilders.queryFilter(
QueryBuilders.queryString("this AND that OR thus")
);
Note that you can cache the result using
QueryFilterBuilder#cache(boolean) method. See Caching.