Re: Questions about tie parameter for dismax/edismax

2016-04-20 Thread Ahmet Arslan
20, 2016 8:23 PM To: solr-user@lucene.apache.org Subject: Re: Questions about tie parameter for dismax/edismax Hi Jimi, Field based scoring, where you query multiple fields (title,body,keywords etc) with multiple query terms, is an unsolved problem. (E)dismax is a heuristic approach to attack

RE: Questions about tie parameter for dismax/edismax

2016-04-20 Thread jimi.hullegard
- From: Ahmet Arslan [mailto:iori...@yahoo.com.INVALID] Sent: Wednesday, April 20, 2016 8:23 PM To: solr-user@lucene.apache.org Subject: Re: Questions about tie parameter for dismax/edismax Hi Jimi, Field based scoring, where you query multiple fields (title,body,keywords etc) with multiple q

Re: Questions about tie parameter for dismax/edismax

2016-04-20 Thread Ahmet Arslan
Hi Jimi, Field based scoring, where you query multiple fields (title,body,keywords etc) with multiple query terms, is an unsolved problem. (E)dismax is a heuristic approach to attack the problem. Please see the javadoc of DisjunctionMaxQuery : https://lucene.apache.org/core/6_0_0/core/org/apac