Re: Phrase matching with set union as opposed to set intersection on query terms

2013-06-05 Thread Eustache Felenc
There is also http://wiki.apache.org/solr/SolrRelevancyCookbook with nice examples. On 06/05/2013 12:13 PM, Jack Krupansky wrote: "Is there any other documentation that I should review?" It's in the works! Within a week or two. -- Jack Krupansky -Original Message- From: Dotan Cohen S

Boolean Query Scorer Over-weighting Query Terms With Synonyms

2013-03-19 Thread Eustache Felenc
Hi, I don't understand why the scorer is making a sum of the weight of the OR clauses. It seems to me that it is unbalancing the query scoring toward the term that has more alternatives. To me it would make more sense to have the max of the weight of query term alternatives. Here is an examp