Hoss Man created SOLR-3720:
------------------------------

             Summary: TermVectorComponent: distributed results give raw df & 
tf-idf for terms, would be nice to also include "merged" aggregates from all 
shards
                 Key: SOLR-3720
                 URL: https://issues.apache.org/jira/browse/SOLR-3720
             Project: Solr
          Issue Type: New Feature
            Reporter: Hoss Man


I realized when working on SOLR-3229 that options in the TermVectorComponent to 
return "df" and "tf-idf" values for each term wind up giving back values that 
are specific to the shard where the document is -- i think this is "ok" (ie: 
feature, not a bug) because it means you see the values for each term, for  
each document, according to the shard where the document lives, but we should 
consider adding an option to also return the aggregate information for these 
terms across all shards.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to