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 wrote: > 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 > Eri

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 wrote: > Hello, > > I'm using edismax and Solr 4.0 and I'd lik

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 : my_field1~2 my_field2 my_field3 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 edismax query, an