[ https://issues.apache.org/jira/browse/SOLR-17738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17947417#comment-17947417 ]
ASF subversion and git services commented on SOLR-17738: -------------------------------------------------------- Commit 55bbdcde42d5b3bb1e54d50637c42f6fbcd8a410 in solr's branch refs/heads/main from Abhishek Umarjikar [ https://gitbox.apache.org/repos/asf?p=solr.git;h=55bbdcde42d ] SOLR-17738: DocTransformer, remove deprecated methods (#3320) Co-authored-by: Houston Putman <hous...@apache.org> > 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: 50m > 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