You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/05/18 19:20:00 UTC

[jira] [Commented] (SOLR-11941) add abstract contrib/ltr AdapterModel

    [ https://issues.apache.org/jira/browse/SOLR-11941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16481079#comment-16481079 ] 

ASF subversion and git services commented on SOLR-11941:
--------------------------------------------------------

Commit 743651443e4909ea97cc8e786b70711189f30f66 in lucene-solr's branch refs/heads/master from [~cpoerschke]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=7436514 ]

SOLR-11941: add @since javadoc


> add abstract contrib/ltr AdapterModel
> -------------------------------------
>
>                 Key: SOLR-11941
>                 URL: https://issues.apache.org/jira/browse/SOLR-11941
>             Project: Solr
>          Issue Type: New Feature
>          Components: contrib - LTR
>            Reporter: Christine Poerschke
>            Assignee: Christine Poerschke
>            Priority: Major
>             Fix For: 7.3, master (8.0)
>
>         Attachments: SOLR-11941.patch
>
>
> The abstract AdapterModel class is to facilitate the development of open-source (or custom) scoring models whose initialization is completed when a SolrResourceLoader is supplied in the init method call. Via the SolrResourceLoader a file defining an pre-trained model can be opened and once instantiated the LTRScoringModel.score() method can delegate calculations to the implementing model instance.
> illustration/work-in-progress:
>  * open pull request: [https://github.com/deeplearning4j/deeplearning4j/pull/4662]
> deriving classes:
>  * TestAdapterMode$CustomModel in the [TestAdapterModel.java|https://github.com/apache/lucene-solr/blob/master/solr/contrib/ltr/src/test/org/apache/solr/ltr/model/TestAdapterModel.java#L94]
>  * future todo: when they exist add links to open-source models extending AbstractModel



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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