You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by Chris Hostetter <ho...@fucit.org> on 2007/04/20 01:04:23 UTC

Re: [Solr Wiki] Update of "MultipleIndexes" by ryan

: + When using the DisMaxRequestHandler, you can get a performance improvement filtering the type with the 'filter query' parameter:
: + {{{
: +   &fq=type:book
: + }}}
: +

Hmm? ... fq is supported by the standard request handler as well.


-Hoss


Re: [Solr Wiki] Update of "MultipleIndexes" by ryan

Posted by Chris Hostetter <ho...@fucit.org>.
: hey, look at that!
:
: I didn't know - we should add it to:
: http://wiki.apache.org/solr/StandardRequestHandler

It's in http://wiki.apache.org/solr/CommonQueryParameters



-Hoss


Re: [Solr Wiki] Update of "MultipleIndexes" by ryan

Posted by Ryan McKinley <ry...@gmail.com>.
Chris Hostetter wrote:
> : + When using the DisMaxRequestHandler, you can get a performance improvement filtering the type with the 'filter query' parameter:
> : + {{{
> : +   &fq=type:book
> : + }}}
> : +
> 
> Hmm? ... fq is supported by the standard request handler as well.
> 

hey, look at that!

I didn't know - we should add it to:
http://wiki.apache.org/solr/StandardRequestHandler