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