|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.backends.jeb.IndexFilter
public class IndexFilter
An index filter is used to apply a search operation to a set of indexes to generate a set of candidate entries.
Field Summary | |
---|---|
static int |
FILTER_CANDIDATE_THRESHOLD
Stop processing the filter against the indexes when the number of candidates is smaller than this value. |
Constructor Summary | |
---|---|
IndexFilter(EntryContainer entryContainer,
SearchOperation searchOp,
java.lang.StringBuilder debugBuilder)
Construct an index filter for a search operation. |
Method Summary | |
---|---|
EntryIDSet |
evaluate()
Evaluate the search operation against the indexes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int FILTER_CANDIDATE_THRESHOLD
Constructor Detail |
---|
public IndexFilter(EntryContainer entryContainer, SearchOperation searchOp, java.lang.StringBuilder debugBuilder)
entryContainer
- The entry entryContainer.searchOp
- The search operation to be evaluated.debugBuilder
- If not null, a diagnostic string will be written
which will help determine how the indexes contributed
to this search.Method Detail |
---|
public EntryIDSet evaluate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |