Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

SOLR-8542: Integrate Learning to Rank into Solr #4

Closed

Conversation

diegoceccarelli
Copy link
Contributor

Solr Learning to Rank (LTR) provides a way for you to extract features
directly inside Solr for use in training a machine learned model. You
can then deploy that model to Solr and use it to rerank your top X
search results. This concept was previously presented by the authors at
Lucene/Solr Revolution 2015

Solr Learning to Rank (LTR) provides a way for you to extract features
directly inside Solr for use in training a machine learned model. You
can then deploy that model to Solr and use it to rerank your top X
search results. This concept was previously presented by the authors at
Lucene/Solr Revolution 2015
dragonsinth referenced this pull request in fullstorydev/lucene-solr Feb 12, 2016
LUCENE-6693: Add one more parameter-pass-through #4

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/branch_5x@1692573 13f79535-47bb-0310-9956-ffa450edef68
dragonsinth referenced this pull request in fullstorydev/lucene-solr Feb 12, 2016
LUCENE-6740: Reduce warnings emitted by javac #4 (tools)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/branch_5x@1696073 13f79535-47bb-0310-9956-ffa450edef68

cd solr
ant dist
ant example
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think ant example is deprecated in the current master branch,
we should point that with recent releases,
ant server
is necessary!

@diegoceccarelli
Copy link
Contributor Author

thanks Alessandro, we integrated part of your PR in the new patch.

mnilsson23 added a commit to mnilsson23/lucene-solr that referenced this pull request Jul 6, 2016
…store-tweaks

[Feature|Model]Store & LTRScoringAlgorithm tweaks
desultir added a commit to desultir/lucene-solr that referenced this pull request Sep 6, 2016
@mnilsson23 mnilsson23 deleted the master-ltr-plugin-rfc branch November 3, 2016 14:22
cpoerschke pushed a commit to cpoerschke/lucene-solr that referenced this pull request Feb 13, 2018
dsmiley pushed a commit to dsmiley/lucene-solr that referenced this pull request Jun 22, 2018
asfgit pushed a commit that referenced this pull request Jan 12, 2020
jtibshirani pushed a commit to jtibshirani/lucene-solr that referenced this pull request Feb 5, 2020
jtibshirani pushed a commit to jtibshirani/lucene-solr that referenced this pull request Feb 6, 2020
jtibshirani pushed a commit to jtibshirani/lucene-solr that referenced this pull request Feb 7, 2020
msokolov pushed a commit to msokolov/lucene-solr that referenced this pull request Mar 17, 2021
bszabo97 pushed a commit to bszabo97/lucene-solr that referenced this pull request Mar 18, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants