Skip to content

Commit

Permalink
deeplearning4j-modelexport-solr: upgrade to Apache Lucene/Solr 7.4.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoerschke authored and AlexDBlack committed Jul 1, 2018
1 parent 3b48301 commit 729c5d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -22,7 +22,7 @@
import org.nd4j.linalg.factory.Nd4j;

/**
* An <a href="https://lucene.apache.org/solr/7_3_0/solr-ltr/org/apache/solr/ltr/model/LTRScoringModel.html">
* An <a href="https://lucene.apache.org/solr/7_4_0/solr-ltr/org/apache/solr/ltr/model/LTRScoringModel.html">
* org.apache.solr.ltr.model.LTRScoringModel</a> that computes scores using a {@link MultiLayerNetwork} or
* {@link ComputationGraph} model.
* <p>
Expand All @@ -42,7 +42,7 @@
* <p>
* Apache Solr Reference Guide:
* <ul>
* <li> <a href="https://lucene.apache.org/solr/guide/7_3/learning-to-rank.html">Learning To Rank</a>
* <li> <a href="https://lucene.apache.org/solr/guide/7_4/learning-to-rank.html">Learning To Rank</a>
* </ul>
*/
public class ScoringModel extends AdapterModel {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -208,7 +208,7 @@
<typesafe.config.version>1.3.0</typesafe.config.version>
<lombok.version>1.16.20</lombok.version>
<cleartk.version>2.0.0</cleartk.version>
<lucene-solr.version>7.3.0</lucene-solr.version>
<lucene-solr.version>7.4.0</lucene-solr.version>
<json.version>20131018</json.version>
<google.protobuf.version>2.6.1</google.protobuf.version>
<failIfNoTests>false</failIfNoTests>
Expand Down

0 comments on commit 729c5d8

Please sign in to comment.