[ https://issues.apache.org/jira/browse/SOLR-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14601534#comment-14601534 ]
Hoss Man commented on SOLR-7622: -------------------------------- can someone please clarify what exactly the status of this issue is? ---- it was backported to 5x by ryan, and subsequent tweaks to the API were then made to both trunk & 5x by noble, but the issue is still open and not listed anywhere in CHANGES -- which is a really dangerous state to leave an issue in. Feature is commited it should *ALWAYS* be in CHANGES since you never know when someone will create a release branch -- and if folks didn't think this was ready to be released, it _definitely_ shouldn't have been backported to 5x. ---- In addition - the commits made in the last 24 hours seem to suspiciously corrolate to 4 jenkins failures on the 5x branch that have happened since then in the test that was modified... https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3259/ https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3258/ http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/13023/ http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4837/ This seed doesn't fail reliably for me, but beasting it failed on the second iteration... {noformat} ant beast -Dbeast.iters=10 -Dtestcase=TestCustomDocTransformer -Dtests.method=testCustomTransformer -Dtests.seed=C062F72E9252DCA8 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=hr -Dtests.timezone=America/Montserrat -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1 {noformat} If i revert r1687330, that beast command passes -- and still passes even if i bump up the iters and simplify the args so that we cover more random variable permutations (to allow for more possible changes the way entropy is used between the two versions of the test) {noformat} ant beast -Dbeast.iters=50 -Dtestcase=TestCustomDocTransformer -Dtests.method=testCustomTransformer -Dtests.multiplier=2 -Dtests.slow=true {noformat} > Allow DocumentTransformer to request fields that are not displayed > ------------------------------------------------------------------ > > Key: SOLR-7622 > URL: https://issues.apache.org/jira/browse/SOLR-7622 > Project: Solr > Issue Type: Improvement > Reporter: Ryan McKinley > Assignee: Ryan McKinley > Attachments: SOLR-7622-extra-request-fields.patch, > SOLR-7622-extra-request-fields.patch, SOLR-7662.patch > > > Currently, a DocumentTransformer can only inspect fields that appear in the > final SolrDocument. But we already have infrastructure to request fields > from the IndexSearcher that do not get displayed. > This will let DocumentTransformers ask for more fields that are not requested > in the fl parameter -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org