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

Grant Ingersoll commented on SOLR-1566:
---------------------------------------

Hmm, so digging in a bit more here and looking at Noble's patch, I think what I 
have, Noble has and what Chris has are very similar.  The big diff is Chris and 
Noble hook into the SolrIndexSearcher, whereas what I was intending to do was 
to hook into the response writers.  As mentioned in the prev. comment, this is 
a bit tedious, such that it likely does make sense to hook into the 
SolrIndexSearcher.

Then again, the SolrQueryRequest already has a context object on it (which is 
what Chris' patch uses, I think), so maybe we should just use that along w/ the 
Resp. Writers.  Argh.

> Allow components to add fields to outgoing documents
> ----------------------------------------------------
>
>                 Key: SOLR-1566
>                 URL: https://issues.apache.org/jira/browse/SOLR-1566
>             Project: Solr
>          Issue Type: New Feature
>          Components: search
>            Reporter: Noble Paul
>            Assignee: Grant Ingersoll
>             Fix For: Next
>
>         Attachments: SOLR-1566.patch, SOLR-1566.patch, SOLR-1566.patch, 
> SOLR-1566.patch
>
>
> Currently it is not possible for components to add fields to outgoing 
> documents which are not in the the stored fields of the document.  This makes 
> it cumbersome to add computed fields/metadata .

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to