Change JoinQuery class's visibility to package again (#1611)

This commit is contained in:
Atri Sharma 2020-06-24 22:41:34 +05:30 committed by GitHub
parent 7030bb5e27
commit 6a455866b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ import org.apache.solr.search.join.GraphPointsCollector;
import org.apache.solr.util.RTimer;
import org.apache.solr.util.RefCounted;
public class JoinQuery extends Query {
class JoinQuery extends Query {
String fromField;
String toField;
String fromIndex; // TODO: name is missleading here compared to JoinQParserPlugin usage - here it must be a core name