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

Abhishek Umarjikar commented on SOLR-17738:
-------------------------------------------

[~houston] Created PR.

> 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
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  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: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to