| Class | Description |
|---|---|
| CursorBuilder |
Builds Cursors over candidates that satisfy a filter expression.
|
| DefaultOptimizer<E> |
Optimizer that annotates the filter using scan counts.
|
| DefaultSearchEngine |
Given a search filter and a scope the search engine identifies valid
candidate entries returning their ids.
|
| EvaluatorBuilder |
Top level filter expression evaluator builder implemenation.
|
| NoOpOptimizer |
A do nothing optimizer which labels all nodes with
BigInteger.valueOf( Integer.MAX_VALUE ) , instead of actually
taking scan counts. |
| ScanCountComparator |
A helper class used to compare scan counts.
|
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.