Yeah might be the wrong mailing list :)  Though there is alot of overlap...

Solr's QueryComponent doesn't seem to allow specifying your own
collector... and this issue is still open:

    https://issues.apache.org/jira/browse/SOLR-1680

I think we need to hear from a Solr guru (not me)!

Mike

On Wed, Jun 2, 2010 at 5:28 AM,  <[email protected]> wrote:
> Thanks, have overseen this implementation. How to get solr configured to use 
> this wrapper collector? Or is this the wrong mailing list for this question? 
> :)
>
> As far as I read the solr code it is not meant to configure the collectors at 
> all without touching the code...
>
> Jan
>
> -----Original Message-----
> From: ext Michael McCandless [mailto:[email protected]]
> Sent: Mittwoch, 2. Juni 2010 11:15
> To: [email protected]
> Subject: Re: Docs with any score are collected in the Collector 
> implementations
>
> Use PositiveScoresOnlyCollector.
>
> Mike
>
> On Wed, Jun 2, 2010 at 5:11 AM,  <[email protected]> wrote:
>> Hi,
>>
>> Formerly the HitCollector stored only docs with score bigger than 0.0f. This 
>> check is not implemented in any Collector implementation. Especially in the 
>> two implementation used by solr: InOrderTopScoreDocCollector and 
>> OutOfOrderTopScoreDocCollector.
>>
>> How to not collect documents with a score less or equal to 0.0f?
>>
>> Jan
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to