Re: facet count on partial results

2009-02-16 Thread Yonik Seeley
>> On Sat, Feb 14, 2009 at 6:45 AM, karl wettin >> wrote: >>> Also, as my threadshold is based on the distance in score between the >>> first result it sounds like using a result start position greater than >>> 0 is something I have to look out for. Or? >> >> Hmmm - this isn't that easy in general

Re: facet count on partial results

2009-02-16 Thread Karl Wettin
15 feb 2009 kl. 20.15 skrev Yonik Seeley: On Sat, Feb 14, 2009 at 6:45 AM, karl wettin wrote: Also, as my threadshold is based on the distance in score between the first result it sounds like using a result start position greater than 0 is something I have to look out for. Or? Hmmm - th

Re: facet count on partial results

2009-02-15 Thread Yonik Seeley
On Sat, Feb 14, 2009 at 6:45 AM, karl wettin wrote: > Also, as my threadshold is based on the distance in score between the > first result it sounds like using a result start position greater than > 0 is something I have to look out for. Or? Hmmm - this isn't that easy in general as it requires k

Re: facet count on partial results

2009-02-14 Thread karl wettin
On Fri, Feb 13, 2009 at 12:24 PM, Karl Wettin wrote: > > I pass a rather large amount of OR clauses to Solr, ending up with lots and > lots of results. It's however only the results above a certain score > threadshold that is interesting for me, thus I'd like to only get facet > count of the resul

facet count on partial results

2009-02-13 Thread Karl Wettin
Hi Solr, I pass a rather large amount of OR clauses to Solr, ending up with lots and lots of results. It's however only the results above a certain score threadshold that is interesting for me, thus I'd like to only get facet count of the results within the threadshold. How can I do that?