Searched defs:applyFiltersUntilThreshold (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DIndexFilter.java220 results = applyFiltersUntilThreshold(results, fastComps);
222 results = applyFiltersUntilThreshold(results, otherComps);
269 return applyFiltersUntilThreshold(results, remainComps);
272 private EntryIDSet applyFiltersUntilThreshold(EntryIDSet results, ArrayList<SearchFilter> filters) method in class:IndexFilter

Completed in 28 milliseconds