I should clarify though that this optimization only works with fl=id,score.

On Sun, Feb 23, 2014 at 11:34 PM, Shalin Shekhar Mangar
<shalinman...@gmail.com> wrote:
> What a coincidence - I was about to commit a patch which makes it
> possible. It will be released with 4.8
>
> See https://issues.apache.org/jira/browse/SOLR-1880
>
> On Sun, Feb 23, 2014 at 11:27 PM, Gregg Donovan <gregg...@gmail.com> wrote:
>> In most of our Solr use-cases, we fetch only fl=<uniqueKey> or
>> fl=<uniqueKey>,<another_int_field>. I'd like to be able to do a distributed
>> search and skip STAGE_GET_FIELDS -- i.e. the stage where each shard is
>> queried for the documents found the  the top ids -- as it seems like we
>> could be collecting this information earlier in the pipeline.
>>
>> Is this possible out-of-the-box? If not, how would you recommend
>> implementing it?
>>
>> Thanks!
>>
>> --Gregg
>
>
>
> --
> Regards,
> Shalin Shekhar Mangar.



-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to