madrob commented on a change in pull request #638:
URL: https://github.com/apache/solr/pull/638#discussion_r806962695
##########
File path: solr/core/src/java/org/apache/solr/search/DocSetQuery.java
##########
@@ -31,9 +31,10 @@
import java.util.Objects;
/**
- * A class that accesses Queries based on a DocSet
+ * A Query based on a {@link DocSet}. The un-boosted score is always 1.
*
- * Refer SOLR-15257
+ * @see DocSet#makeQuery()
+ * @since 9.0
*/
public class DocSetQuery extends Query implements DocSetProducer{
Review comment:
Would this class make sense as not public?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]