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

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

I think we all have generally worked around the same issues here, between this 
and SOLR-1298.  I guess we just need to pick some names and work it out.  

One thing about this last patch (and mine, I think) is that perhaps we should 
just put the augmenter on the Request.  That way, you don't have to add the 
response in a bunch of places.  Besides, in my mind anyway, you are requesting 
augmentation via the Augmenter provided. 

Also, I'm not sure why StdAugmenter is instantiated in SolrCore.  Wouldn't we 
want to allow for that to be driven by some user implementations?

Perhaps, since there are a few of us w/ eyes on this, we should first try to 
tackle the ResponseWriter mess.


> 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-gsi.patch, SOLR-1566-rm.patch, 
> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to