IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
And Filter
editAnd Filter
editSee And Filter
FilterBuilders.andFilter( FilterBuilders.rangeFilter("postDate").from("2010-03-01").to("2010-04-01"), FilterBuilders.prefixFilter("name.second", "ba") );
Note that you can cache the result using
AndFilterBuilder#cache(boolean)
method. See Caching.