Re: Using dismax with shards specified in solrconfig.xml

2010-04-12 Thread Lance Norskog
Is this at the broker or the shard? If it is at the shard, does the log record the full stack trace of the parsing exception? Do simpler function queries work? On Sun, Apr 11, 2010 at 5:57 PM, Shawn Heisey wrote: > Adding it to the main core looks like it works, without the dismax handler > even

Re: Using dismax with shards specified in solrconfig.xml

2010-04-11 Thread Shawn Heisey
Adding it to the main core looks like it works, without the dismax handler even present in the live core config. It won't take the bf value that I described, though. recip(ms(NOW,product(post_date,1000)),3.17e-11,1,1) This spits an error: Problem accessing /solr/main/select. Reason: und

Re: Using dismax with shards specified in solrconfig.xml

2010-04-11 Thread Lance Norskog
The query is at the broker level, and is included in the distributed search. You can't place in the shard, because the distributed search shortcuts the query handlers (I think). On 4/11/10, Shawn Heisey wrote: > I am using a setup where I have specified the shards parameter in a > broker called "

Using dismax with shards specified in solrconfig.xml

2010-04-11 Thread Shawn Heisey
I am using a setup where I have specified the shards parameter in a broker called "main", which then queries a bunch of other machines including the one it's on, using the core named "live." true 6000 explicit 50 name="shards">idxinc:8983/solr/live,idxst0-b:8983/solr/live,idxst1-b:8983/solr/l