IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Term Filter
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Term Filter
editSee Term Filter
FilterBuilders.termFilter("user", "kimchy");
Note that you can ask not to cache the result using
TermFilterBuilder#cache(boolean) method. See Caching.