Houston Putman created SOLR-17738:
-------------------------------------

             Summary: 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


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]

Reply via email to