iorixxx wrote:
> 
> What is your purpose of using it in pf parameter?
> 
I don't know. I have seen it somewhere and i thought it has to be in the pf
parameter.


iorixxx wrote:
> 
> edismax enables fuzzy search but you should use that tilde sing in q
> parameter. 
> 
I tried this in qf parameter (fieldname~0.8^2) but have still the same
problem: no results

How is the syntax when I do this in the q parameter?

here is my requesthandler. May be it helps:

<requestHandler name="search" class="solr.SearchHandler" default="true">
         <lst name="defaults">
       <str name="echoParams">all</str>
       <int name="rows">10</int>
<str name="defType">edismax</str>
       <str name="q.alt">*:*</str>
       <str name="fl">*,score</str>
        <str name="bf">population^0.0005</str>
        <str name="sort">score desc, </str>
        <str name="qf">country^1 country_exact^1.5 city~0.8^2 city_exact^2.5
street^2 street_exact^2.5 poi_name^1.5 housenumber^2 poi_name_exact^2</str>
     </lst>
</requestHandler>


--
View this message in context: 
http://lucene.472066.n3.nabble.com/Dismax-RequestHandler-adn-Fuzzy-Search-tp3178747p3179261.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to