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 vit <bu...@yahoo.com> on 2015/10/07 14:26:52 UTC

Fuzzy search for names and phrases

Could someone share experience on applying name fuzzy search using Solr. 
It should not be just the one which uses Edit Distance. I also want to cover
cases with split and merge like "OneIndustrial" vs "One Industrial", etc.



--
View this message in context: http://lucene.472066.n3.nabble.com/Fuzzy-search-for-names-and-phrases-tp4233209.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: Fuzzy search for names and phrases

Posted by Alessandro Benedetti <be...@gmail.com>.
Am i the only one that sees this messages out of context in the Mailing
list ?
Is this the expected behaviour ?

Cheers

On 8 October 2015 at 07:37, NutchDev <nu...@gmail.com> wrote:

> WordDelimiterFilterFactory can handle cases like,
>
> wi-fi ==> wifi
> SD500 ==> sd 500
> PowerShot ==> Power Shot
>
> you can get more information at wiki page here,
>
> https://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.WordDelimiterFilterFactory
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Fuzzy-search-for-names-and-phrases-tp4233209p4233413.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>



-- 
--------------------------

Benedetti Alessandro
Visiting card - http://about.me/alessandro_benedetti
Blog - http://alexbenedetti.blogspot.co.uk

"Tyger, tyger burning bright
In the forests of the night,
What immortal hand or eye
Could frame thy fearful symmetry?"

William Blake - Songs of Experience -1794 England

Re: Fuzzy search for names and phrases

Posted by NutchDev <nu...@gmail.com>.
WordDelimiterFilterFactory can handle cases like,

wi-fi ==> wifi
SD500 ==> sd 500
PowerShot ==> Power Shot

you can get more information at wiki page here,
https://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.WordDelimiterFilterFactory



--
View this message in context: http://lucene.472066.n3.nabble.com/Fuzzy-search-for-names-and-phrases-tp4233209p4233413.html
Sent from the Solr - User mailing list archive at Nabble.com.