Re: Dismax Minimum Match/Stopwords Bug

2011-05-02 Thread Chris Hostetter
: However, is there an actual fix in the 3.1 eDisMax parser which solves : the problem for real? Cannot find a JIRA issue for it. edismax uses the same query structure as dismax, which means it's not possible to "fix" anything here ... it's how the query parsers work. each "word" from the quer

Dismax Minimum Match/Stopwords Bug

2011-04-15 Thread Jan Høydahl
A thread with this same subject from 2008/2009 is here: http://search-lucene.com/m/jkBgXnSsla We're seeing customers being bitten by this "bug" now and then, and normally my workaround is to simply not use stopwords at all. However, is there an actual fix in the 3.1 eDisMax parser which solves t

Re: Dismax Minimum Match/Stopwords Bug

2009-01-08 Thread Chris Hostetter
: Hmm, that makes sense to me - however I still think that even if we have mm : set to "2" and we have "the 7449078" it should still match 7449078 in a : productId field (it does not: : http://zeta.zappos.com/search?department=&term=the+7449078). This seems like : it works against the way one woul

Re: Dismax Minimum Match/Stopwords Bug

2008-12-29 Thread Matthew Runo
Hmm, that makes sense to me - however I still think that even if we have mm set to "2" and we have "the 7449078" it should still match 7449078 in a productId field (it does not: http://zeta.zappos.com/search?department=&term=the+7449078) . This seems like it works against the way one would rea

Re: Dismax Minimum Match/Stopwords Bug

2008-12-20 Thread Chris Hostetter
: Would this mean that, for example, if we wanted to search productId (long) : we'd need to make a field type that had stopwords in it rather than simply : using (long)? not really ... that's kind of a special usecase. if someone searches for a productId that's usually *all* they search for (1

Re: Dismax Minimum Match/Stopwords Bug

2008-12-15 Thread Matthew Runo
Would this mean that, for example, if we wanted to search productId (long) we'd need to make a field type that had stopwords in it rather than simply using (long)? Thanks for your time! Matthew Runo Software Engineer, Zappos.com mr...@zappos.com - 702-943-7833 On Dec 12, 2008, at 11:56 PM,

Re: Dismax Minimum Match/Stopwords Bug

2008-12-12 Thread Chris Hostetter
: I have discovered some weirdness with our Minimum Match functionality. : Essentially it comes up with absolutely no results on certain queries. : Basically, searches with 2 words and 1 being ³the² don¹t have a return : result. From what we can gather the minimum match criteria is making it : su

Dismax Minimum Match/Stopwords Bug

2008-12-11 Thread Jeff Newburn
I have discovered some weirdness with our Minimum Match functionality. Essentially it comes up with absolutely no results on certain queries. Basically, searches with 2 words and 1 being ³the² don¹t have a return result. From what we can gather the minimum match criteria is making it such that if