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
editTerm 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.