Searched defs:isBelowFilterThreshold (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.java224 if ( isBelowFilterThreshold(results) || rangeComps.isEmpty() ) {
256 if (isBelowFilterThreshold(results))
275 if (isBelowFilterThreshold(results)) {
283 static boolean isBelowFilterThreshold(EntryIDSet set) method in class:IndexFilter

Completed in 26 milliseconds