You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2020/07/02 20:00:21 UTC

[GitHub] [lucene-solr] dsmiley opened a new pull request #1643: SOLR-14619 avoid SolrIndexSearcher.getDocSet(q)

dsmiley opened a new pull request #1643:
URL: https://github.com/apache/lucene-solr/pull/1643


   There are places where we get a DocSet from a query when we don't need to.
   Also, improved DocSet.getTopFilter to implement DocSetProducer so as to avoid possible re-construction of the DocSet.
   Deprecated SolrPluginUtils.numDocs. Nobody calls it.
   Maybe @yonik or @mkhludnev might be interested in code reviewing?
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-solr] dsmiley commented on pull request #1643: SOLR-14619 avoid SolrIndexSearcher.getDocSet(q)

Posted by GitBox <gi...@apache.org>.
dsmiley commented on pull request #1643:
URL: https://github.com/apache/lucene-solr/pull/1643#issuecomment-684411020


   As mentioned in the associated JIRA issue https://issues.apache.org/jira/browse/SOLR-14619 , this PR is blocked up a bit on the Filter score matter.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org