ETag calculation is incorrect for distributed searches ------------------------------------------------------
Key: SOLR-1765 URL: https://issues.apache.org/jira/browse/SOLR-1765 Project: Solr Issue Type: Bug Components: multicore, search Affects Versions: 1.4 Reporter: Charlie Jackson Priority: Minor When searching across multiple shards with HTTP caching enabled, the ETag value in the response is only using the searcher in the original request, not the shards. For example, take the query http://localhost:8983/solr/core1/select/?q=google&shards=localhost:8983/solr/core2,localhost:8983/solr/core3 ETag should be calculated off of core2 and core3, instead it's being calculated from core1. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.