Re: Fuzzy Query Param

2011-07-18 Thread steffen_kmt
entdeveloper wrote: I'm using Solr trunk. Hi! I'm using solr 3.1.0 and the feature is not implemented. When I search for a word with e.g. ~2 the ~2 is interpreted as part of the search string. Where can I get the trunk version? Is it a stable version or just for testing purposes?

Dismax RequestHandler adn Fuzzy Search

2011-07-18 Thread steffen_kmt
Hi! I would like to implement a fuzzy search with the Dismax Request Handler. I noticed that there are some discussions about that, but all from the year 2009. (adding ~ in solrconfig) Is it still at the same state or may be already implemented? Is there another option to do fuzzy search with a

Re: Dismax RequestHandler adn Fuzzy Search

2011-07-18 Thread steffen_kmt
thanks for your answer! I tried to add the following line to the solrconfig.xml file: str name=pffieldName~0.8/str Before adding the line I got 14 results for a request. After adding the line (and restarting solr) I did the same request and changed just one letter of the string. I was expecting

Re: Dismax RequestHandler adn Fuzzy Search

2011-07-18 Thread steffen_kmt
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

Re: Dismax RequestHandler adn Fuzzy Search

2011-07-18 Thread steffen_kmt
iorixxx wrote: q=test~0.8 do you add ~0.8 in the query (http) or in the solrconfig.xml (like str name=qfield~0.8/str)? is test the fieldName or a search string? -- View this message in context: