[GitHub] lucene-solr pull request: SOLR-8542: Integrate Learning to Rank in...

2016-05-27 Thread diegoceccarelli
Github user diegoceccarelli closed the pull request at: https://github.com/apache/lucene-solr/pull/4 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] lucene-solr pull request: SOLR-8542: Integrate Learning to Rank in...

2016-05-27 Thread diegoceccarelli
Github user diegoceccarelli commented on the pull request: https://github.com/apache/lucene-solr/pull/4#issuecomment-222163577 thanks Alessandro, we integrated part of your PR in the new patch. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] lucene-solr pull request: SOLR-8542: Integrate Learning to Rank in...

2016-05-27 Thread mnilsson23
GitHub user mnilsson23 opened a pull request: https://github.com/apache/lucene-solr/pull/40 SOLR-8542: Integrate Learning to Rank into Solr Solr Learning to Rank (LTR) provides a way for you to extract features directly inside Solr for use in training a machine learned model.

[GitHub] lucene-solr pull request: SOLR-8542: Integrate Learning to Rank in...

2016-03-09 Thread alessandrobenedetti
Github user alessandrobenedetti commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/4#discussion_r7481 --- Diff: solr/contrib/ltr/src/java/org/apache/solr/ltr/ranking/ModelQuery.java --- @@ -0,0 +1,540 @@ +package

[GitHub] lucene-solr pull request: SOLR-8542: Integrate Learning to Rank in...

2016-03-09 Thread alessandrobenedetti
Github user alessandrobenedetti commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/4#discussion_r55499494 --- Diff: solr/contrib/ltr/README.txt --- @@ -0,0 +1,330 @@ +Apache Solr Learning to Rank + + +This is the main

[GitHub] lucene-solr pull request: SOLR-8542: Integrate Learning to Rank in...

2016-01-29 Thread diegoceccarelli
GitHub user diegoceccarelli opened a pull request: https://github.com/apache/lucene-solr/pull/4 SOLR-8542: Integrate Learning to Rank into Solr Solr Learning to Rank (LTR) provides a way for you to extract features directly inside Solr for use in training a machine learned

[GitHub] lucene-solr pull request: SOLR-8542: Integrate Learning to Rank in...

2016-01-15 Thread diegoceccarelli
GitHub user diegoceccarelli opened a pull request: https://github.com/apache/lucene-solr/pull/217 SOLR-8542: Integrate Learning to Rank into Solr See https://issues.apache.org/jira/i#browse/SOLR-8542 You can merge this pull request into a Git repository by running: $ git pull