public class BlurQuery extends AbstractBinaryQuery
The GNU Lesser General Public License for details.| Modifier and Type | Field and Description |
|---|---|
private int |
factor |
| Constructor and Description |
|---|
BlurQuery(Query theLeftQuery,
Query theRightQuery,
int theFactor)
Create a query that specifies how much to blur the results of the right
query before ANDing it to the left.
|
| Modifier and Type | Method and Description |
|---|---|
Key |
find(Index index)
Find the keys that match the query in the index
|
int |
getFactor() |
getLeftQuery, getRightQuerypublic Key find(Index index) throws BookException
Queryindex - the index to searchBookExceptionpublic int getFactor()