[
https://issues.apache.org/jira/browse/SOLR-17738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Houston Putman resolved SOLR-17738.
-----------------------------------
Fix Version/s: main (10.0)
Assignee: Houston Putman
Resolution: Fixed
> Simplify DocTransformer, remove deprecated methods
> --------------------------------------------------
>
> Key: SOLR-17738
> URL: https://issues.apache.org/jira/browse/SOLR-17738
> Project: Solr
> Issue Type: Improvement
> Affects Versions: main (10.0)
> Reporter: Houston Putman
> Assignee: Houston Putman
> Priority: Major
> Labels: pull-request-available
> Fix For: main (10.0)
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Currently there are multiple methods that a DocTransformer can implement:
> * {{transform(SolrDocument doc, int docid, DocIterationInfo docInfo)}}
> * {{transform(SolrDocument doc, int docid, float score)}}
> * {{transform(SolrDocument doc, int docid)}}
> As of SOLR-17678, the second and third option are deprecated. Starting with
> Solr 10, these should no longer be supported and {{transform(SolrDocument
> doc, int docid, DocIterationInfo docInfo)}} should be the only way to
> implement a DocTransformer.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]