[
https://issues.apache.org/jira/browse/SOLR-11941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16362891#comment-16362891
]
ASF subversion and git services commented on SOLR-11941:
--------------------------------------------------------
Commit 2c8bbc8c181f282006ea5f66e883199e10c54f61 in lucene-solr's branch
refs/heads/master from [~cpoerschke]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=2c8bbc8 ]
SOLR-11941: Add abstract contrib/ltr AdapterModel.
> 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
> 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.
> illustrations:
> * MultiLayerNetworkLTRScoringModel.java in
> https://issues.apache.org/jira/secure/attachment/12908198/SOLR-11838.patch
> work-in-progress:
> * todo: add link to my upcoming deeplearning4j pull request here
> deriving classes:
> * todo: once it's committed add link to the CustomModel in the
> TestAdapterModel.java
> * 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: [email protected]
For additional commands, e-mail: [email protected]