Re: edismax parsing confusion

2017-04-04 Thread Greg Pendlebury
Try declaring your mm as 1 then and see if that assumption is correct. Default 'mm' values are complicated to describe and depend on a variety of factors. Generally if you want it to be a certain value, just declare it. On 5 April 2017 at 02:07, Abhishek Mishra wrote: > Hello guys > sorry for la

Re: edismax parsing confusion

2017-04-04 Thread Abhishek Mishra
Hello guys sorry for late response. @steve I am using solr 5.2 . @greg i am using default mm from config file(According to me it is default mm is 1). Regards, Abhishek On Tue, Apr 4, 2017 at 5:27 AM, Greg Pendlebury wrote: > eDismax uses 'mm', so knowing what that has been set to is important,

Re: edismax parsing confusion

2017-04-03 Thread Greg Pendlebury
eDismax uses 'mm', so knowing what that has been set to is important, or if it has been left unset/default you would need to consider whether 'q.op' has been set. Or the default operator from the config file. Ta, Greg On 3 April 2017 at 23:56, Steve Rowe wrote: > Hi Abhishek, > > Which version

Re: edismax parsing confusion

2017-04-03 Thread Steve Rowe
Hi Abhishek, Which version of Solr are you using? I can see that the parsed queries are different, but they’re also very similar, and there’s a lot of detail there - can you be more specific about what the problem is? -- Steve www.lucidworks.com > On Apr 3, 2017, at 4:54 AM, Abhishek Mishra

edismax parsing confusion

2017-04-03 Thread Abhishek Mishra
Hi all i am running solr query with these parameter bf: "sum(product(new_popularity,100),if(exists(third_price),50,0))" qf: "test_product^5 category_path_tf^4 product_id gender" q: "handbags between rs150 and rs 400" defType: "edismax" parsed query is like below one for q:- (+(DisjunctionMaxQuer