Re: DistributedSearch: Skipping STAGE_GET_FIELDS?

2014-02-24 Thread Jeff Wartes
I¹ll second that thank-you, this is awesome. I asked about this issue in 2010, but when I didn¹t hear anything (and disappointingly didn¹t find SOLR-1880), we ended up rolling our own version of this functionality. I¹ve been laboriously migrating it every time we bump our Solr version ever since.

Re: DistributedSearch: Skipping STAGE_GET_FIELDS?

2014-02-24 Thread Gregg Donovan
Thank you Shalin and Yonik! Both SOLR-1880 and SOLR-5768 will be very helpful for our distributed search performance. On Mon, Feb 24, 2014 at 5:02 AM, Shalin Shekhar Mangar < shalinman...@gmail.co

Re: DistributedSearch: Skipping STAGE_GET_FIELDS?

2014-02-24 Thread Shalin Shekhar Mangar
I opened SOLR-5768 https://issues.apache.org/jira/browse/SOLR-5768 On Mon, Feb 24, 2014 at 12:56 AM, Shalin Shekhar Mangar wrote: > Yes that should be simple. But regardless of the parameter, the > fl=id,score use-case should be optimized by default. I think I'll > commit the patch as-is and ope

Re: DistributedSearch: Skipping STAGE_GET_FIELDS?

2014-02-23 Thread Shalin Shekhar Mangar
Yes that should be simple. But regardless of the parameter, the fl=id,score use-case should be optimized by default. I think I'll commit the patch as-is and open a new issue to add the distrib.singlePass parameter. On Sun, Feb 23, 2014 at 11:49 PM, Yonik Seeley wrote: > On Sun, Feb 23, 2014 at 1:

Re: DistributedSearch: Skipping STAGE_GET_FIELDS?

2014-02-23 Thread Yonik Seeley
On Sun, Feb 23, 2014 at 1:08 PM, Shalin Shekhar Mangar wrote: > I should clarify though that this optimization only works with fl=id,score. Although it seems like it should be relatively simple to make it work with other fields as well, by passing down the complete "fl" requested if some optional

Re: DistributedSearch: Skipping STAGE_GET_FIELDS?

2014-02-23 Thread Shalin Shekhar Mangar
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 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/SOL

Re: DistributedSearch: Skipping STAGE_GET_FIELDS?

2014-02-23 Thread Shalin Shekhar Mangar
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 wrote: > In most of our Solr use-cases, we fetch only fl= or > fl=,. I'd like to be able to