You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by meghana <me...@amultek.com> on 2011/11/28 15:05:53 UTC

Fuzzy search with slop

Hi,

Can i apply fuzzy query and slop together... like 

q="hello world~0.5"~3

I am getting error when applying like this. i want to make both fuzzy search
and slop work.

How can i do this, can anybody help me?
Thanks in Advance.
Meghana

--
View this message in context: http://lucene.472066.n3.nabble.com/Fuzzy-search-with-slop-tp3542280p3542280.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: Fuzzy search with slop

Posted by Ahmet Arslan <io...@yahoo.com>.

> Can i apply fuzzy query and slop together... like 
> 
> q="hello world~0.5"~3
> 
> I am getting error when applying like this. i want to make
> both fuzzy search
> and slop work.
> 
> How can i do this, can anybody help me?

It is possible with this plugin. https://issues.apache.org/jira/browse/SOLR-1604