Does edismax query parser support prefixlen (length of common (non-fuzzy)
prefix)?
Thanks
"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
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
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