New

The executive guide to generative AI

Read more

Term Filter

edit

See Term Filter

FilterBuilder filter = termFilter(
    "user",     
    "kimchy"    
);

field

value

Note that you can ask not to cache the result using TermFilterBuilder#cache(boolean) method. See Caching.

Was this helpful?
Feedback