Re: Non-scoring fields

2005-10-26 Thread Maik Schreiber
> There is nothing intrinsic in the way Filters work that make them slower > then Queries -- in the case of RangeQuery vs RangeFilter, a RangeFilter is > just about always faster then a RangeQuery. (or more specifically: I've > never seen a case in which a RangeQuery is faster) > > [...] Nice, t

Re: Non-scoring fields

2005-10-25 Thread Chris Hostetter
: > You can also use a filter to filter your results. As far as I know : > Filter does not effect the score : : Yes, but wouldn't a filter be at least a little slower in this simple case? : Perhaps I should just do a few timing tests... There is nothing intrinsic in the way Filters work that make

Re: Non-scoring fields

2005-10-25 Thread Maik Schreiber
> You can also use a filter to filter your results. As far as I know > Filter does not effect the score Yes, but wouldn't a filter be at least a little slower in this simple case? Perhaps I should just do a few timing tests... -- Maik Schreiber * http://www.blizzy.de GPG public key: http://

Re: Non-scoring fields

2005-10-24 Thread Andrzej Bialecki
Daniel Naber wrote: On Montag 24 Oktober 2005 14:29, Maik Schreiber wrote: Just a quick question: How do I add non-scoring fields to a query? Set boost to 0? Yes, just use permissions:blah^0 However, a side effect of this is that Explanations are broken (return always "0.0: match require

RE: Non-scoring fields

2005-10-24 Thread Mordo, Aviran (EXP N-NANNATEK)
: Re: Non-scoring fields >>Just a quick question: How do I add non-scoring fields to a query? Set >>boost to 0? > > Yes, just use permissions:blah^0 Cool, thanks. -- Maik Schreiber * http://www.blizzy.de GPG public key: http://pgp.mit.edu:11371/pks/lookup?op=get&

Re: Non-scoring fields

2005-10-24 Thread Maik Schreiber
Just a quick question: How do I add non-scoring fields to a query? Set boost to 0? Yes, just use permissions:blah^0 Cool, thanks. -- Maik Schreiber * http://www.blizzy.de GPG public key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x1F11D713 Key fingerprint: CF19 AFCE 6E3D 5443 959

Re: Non-scoring fields

2005-10-24 Thread Daniel Naber
On Montag 24 Oktober 2005 14:29, Maik Schreiber wrote: > Just a quick question: How do I add non-scoring fields to a query? Set > boost to 0? Yes, just use permissions:blah^0 Regards Daniel -- http://www.danielnaber.de - To