SOLR-9786: set filter for join query parser

This commit is contained in:
yonik 2016-11-22 22:44:25 -05:00
parent 3b4cc1bd1f
commit 7e6e68900b
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ public class JoinQParserPlugin extends QParserPlugin {
} else {
coreName = null;
QParser fromQueryParser = subQuery(v, null);
fromQueryParser.setIsFilter(true);
fromQuery = fromQueryParser.getQuery();
}