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/29 17:49:42 UTC

[GitHub] [lucene-solr] cpoerschke opened a new pull request #1705: factor out static LTRQParserPlugin.newLTRScoringQuery(...) method

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


   Currently the `ltr` parser takes a single `model` argument from which an `LTRScoringQuery` object is created.
   
   If the parser needs to construct multiple `LTRScoringQuery` objects -- e.g. like in #1571 for https://issues.apache.org/jira/browse/SOLR-14560 -- then a utility method for constructing a single `LTRScoringQuery` object could be helpful.
   
   Note that the proposed utility method does not know about the argument name i.e. multiple `LTRScoringQuery` objects could correspond to
   * multiple `model` arguments, or
   * one `original_model` argument plus one or more `model` arguments, or
   * some other combination of argument names.


----------------------------------------------------------------
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] cpoerschke closed pull request #1705: factor out static LTRQParserPlugin.newLTRScoringQuery(...) method

Posted by GitBox <gi...@apache.org>.
cpoerschke closed pull request #1705:
URL: https://github.com/apache/lucene-solr/pull/1705


   


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