Re: for lengthy search string edismax parser doesnot work but dismax works

2016-10-05 Thread Walter Underwood
We have production traffic with 1000 word free text edismax queries. They are slow, but they have never caused an OOM error. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Oct 5, 201

Re: for lengthy search string edismax parser doesnot work but dismax works

2016-10-05 Thread Shawn Heisey
On 10/5/2016 4:03 AM, preeti kumari wrote: > For lengthy search string (chars more than 150) edismax parser doesnot > work. It starts giving OOM heap error. But same query with dismax > works and no heap issue. Can anyone help me with any parameter to > tweak such queries to make it work with edism

Re: for lengthy search string edismax parser doesnot work but dismax works

2016-10-05 Thread Alexandre Rafalovitch
Can you give a query example? Any wild cards? Also an exception stack trace if you have one. Regards, Alex On 5 Oct 2016 5:03 PM, "preeti kumari" wrote: > Hi All, > > For lengthy search string (chars more than 150) edismax parser doesnot > work. It starts giving OOM heap error. > > But sam

for lengthy search string edismax parser doesnot work but dismax works

2016-10-05 Thread preeti kumari
Hi All, For lengthy search string (chars more than 150) edismax parser doesnot work. It starts giving OOM heap error. But same query with dismax works and no heap issue. Can anyone help me with any parameter to tweak such queries to make it work with edismax parser? Thanks Preeti