Re: create requesthandler with default shard parameter for different query parser, stock solr 1.4

2010-02-17 Thread Jason Venner
Anyone come up with an answer for this? I am using the blacklight ruby app and seems to require multiple handlers for different styles of queries. In particular, what I am noticing is that the facet query using q=*:* seems to produce a single shard answer. This query produces 1 result and face

Re: create requesthandler with default shard parameter for different query parser

2010-01-21 Thread Yonik Seeley
On Thu, Jan 21, 2010 at 3:05 PM, Joe Calderon wrote: > thx much, i see now, having request handlers with the same name as the > query parsers was confusing me, i do however have an additional > problem, if i use defType it does indeed use the right query parser > but is there a way to not send all

Re: create requesthandler with default shard parameter for different query parser

2010-01-21 Thread Joe Calderon
thx much, i see now, having request handlers with the same name as the query parsers was confusing me, i do however have an additional problem, if i use defType it does indeed use the right query parser but is there a way to not send all the query parameters in the url (qf, pf, bf etc), its the mai

Re: create requesthandler with default shard parameter for different query parser

2010-01-21 Thread Yonik Seeley
On Thu, Jan 21, 2010 at 2:39 PM, Joe Calderon wrote: > hello *, what is the best way to create a requesthandler for > distributed search with a default shards parameter but that can use > different query parsers > > thus far i have > >   >     >     >       *,score >       json >       name="sha