public class CompositeVerifyQuery extends Query
ValueSource/FunctionValues.boolVal(int) is called to verify each hit
from TwoPhaseIterator.matches().| Constructor and Description |
|---|
CompositeVerifyQuery(Query indexQuery,
ValueSource predicateValueSource) |
| Modifier and Type | Method and Description |
|---|---|
Weight |
createWeight(IndexSearcher searcher,
boolean needsScores) |
boolean |
equals(Object other) |
int |
hashCode() |
Query |
rewrite(IndexReader reader) |
String |
toString(String field) |
classHash, sameClassAs, toStringpublic CompositeVerifyQuery(Query indexQuery, ValueSource predicateValueSource)
public Query rewrite(IndexReader reader) throws IOException
rewrite in class QueryIOExceptionpublic Weight createWeight(IndexSearcher searcher, boolean needsScores) throws IOException
createWeight in class QueryIOExceptionCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.