Edismax and prefixlen for fuzzy queries

2013-12-10 Thread Mhd Wrk
Does edismax query parser support prefixlen (length of common (non-fuzzy) prefix)? Thanks

Re: Shouldn't fuzzy version of a solr query always return a super set of its not-fuzzy equivalent

2013-12-04 Thread Mhd Wrk
"multiterm" analysis scenario, stemming does not. What stemmer are you > using? I suspect that "swimming" normally becomes "swim". Compare the debug > output of the two queries. > > -- Jack Krupansky > > -Original Message- From: Mhd Wrk > Sent

Re: Shouldn't fuzzy version of a solr query always return a super set of its not-fuzzy equivalent

2013-12-04 Thread Mhd Wrk
not being lowercased. See > http://wiki.apache.org/solr/MultitermQueryAnalysis for more details (this > applies to fuzzy, not just wildcard) terms too. > > Erik > > > On Dec 4, 2013, at 4:46 AM, Mhd Wrk wrote: > > > I'm using the following query to do a fu

Shouldn't fuzzy version of a solr query always return a super set of its not-fuzzy equivalent

2013-12-04 Thread Mhd Wrk
I'm using the following query to do a fuzzy search on Solr 4.5.1 and am getting empty result. qt=standard&q=+(field1|en_CA|:Swimming~2 field1|en|:Swimming~2) +(field1|en_CA|:Goggle~1 field1|en|:Goggle~1) +(+startDate:[* TO 2013-12-04T00:23:00Z] -endDate:[* TO 2013-12-04T00:23:00Z])&start=0&rows=10