You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by moshebla <gi...@git.apache.org> on 2018/09/02 07:48:40 UTC

[GitHub] lucene-solr pull request #443: SOLR-12722: add fl param to ChildDocTransform...

Github user moshebla commented on a diff in the pull request:

    https://github.com/apache/lucene-solr/pull/443#discussion_r214531907
  
    --- Diff: solr/core/src/java/org/apache/solr/response/transform/ChildDocTransformer.java ---
    @@ -131,6 +131,12 @@ public void transform(SolrDocument rootDoc, int rootDocId) {
     
               // load the doc
               SolrDocument doc = searcher.getDocFetcher().solrDoc(docId, childReturnFields);
    --- End diff --
    
    Perhaps this should be add to DocFetcher#solrDoc in the future?
    This is just a thought.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org