Re: Edismax and fuzzy querying

2011-12-08 Thread Erick Erickson
What about q=my_field1:my_search_string~2 my_search_string ? True, the clause edismax created would search for your my_search_string in my_field1 twice, but it might suffice.. Best Erick On Wed, Dec 7, 2011 at 3:15 AM, Marc SCHNEIDER marc.schneide...@gmail.com wrote: Hello, I'm using edismax

Re: Edismax and fuzzy querying

2011-12-08 Thread Marc SCHNEIDER
Hello, It should do the job, thanks! Marc. On Thu, Dec 8, 2011 at 2:06 PM, Erick Erickson erickerick...@gmail.comwrote: What about q=my_field1:my_search_string~2 my_search_string ? True, the clause edismax created would search for your my_search_string in my_field1 twice, but it might

Edismax and fuzzy querying

2011-12-07 Thread Marc SCHNEIDER
Hello, I'm using edismax and Solr 4.0 and I'd like to add fuzzy parameters for some fields like this : str name=qfmy_field1~2 my_field2 my_field3/str Unfortunately It doesn't work, so I tried following approaches : 1) /select?q=my_search_string~2 = of course it applies to *all* fields of my