mirror of https://github.com/apache/lucene.git
LUCENE-5375: fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1558350 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7ca8467b64
commit
32ca6db738
|
@ -46,7 +46,10 @@ import org.apache.lucene.util.FixedBitSet;
|
|||
|
||||
public class ToChildBlockJoinQuery extends Query {
|
||||
|
||||
public static final String INVALID_QUERY_MESSAGE = "Parent query yields document which is not matched by parents filter, docID=";
|
||||
/** Message thrown from {@link
|
||||
* ToChildBlockJoinScorer#validateParentDoc} on mis-use,
|
||||
* when the parent query incorrectly returns child docs. */
|
||||
static final String INVALID_QUERY_MESSAGE = "Parent query yields document which is not matched by parents filter, docID=";
|
||||
|
||||
private final Filter parentsFilter;
|
||||
private final Query parentQuery;
|
||||
|
|
Loading…
Reference in New Issue