Hello,

I have the following problem. I am doing a search by street name, but I
would like to use the fuzzy capabilities of Solr.

My example:
I search for street name:ALCALA (query: NVIAC:ALCALA) and I get this result:
<doc>
<str name="CMUM">079</str>
<str name="COD_VIA">2807900132</str>
<int name="CPRO">28</int>
<str name="NOMBRE_MUN">MADRID</str>
<str name="NVIAC">ALCALA</str>
<str name="TVIA">CALLE</str>
</doc>

but... if I do NVIAC:ALCALO~  I would expect the first document to appear
(at least), but I get no results instead.

I am a newbie in this, so I have got no clue on what is happening. Anybody's
help will be more than appreciated.

Thanks!


--
View this message in context: 
http://lucene.472066.n3.nabble.com/Fuzzy-search-not-giving-expected-results-tp3710168p3710168.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to