mirror of https://github.com/apache/lucene.git
recurseCount for parent was never decremented
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@633579 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5b4ed51ec7
commit
4f11226916
|
@ -113,6 +113,7 @@ public abstract class QParser {
|
|||
}
|
||||
QParser nestedParser = getParser(q, defaultType, getReq());
|
||||
nestedParser.recurseCount = recurseCount;
|
||||
recurseCount--;
|
||||
return nestedParser;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue