Re: solr java API for fuzzy query

2012-12-25 Thread Otis Gospodnetic
;Keyword~5 > > Is treated as: > >Keyword~2 > > Check with &debug=query to see. > > -- Jack Krupansky > > -Original Message- From: Otis Gospodnetic > Sent: Tuesday, December 25, 2012 1:38 AM > To: solr-user@lucene.apache.org > Subject: Re: so

Re: solr java API for fuzzy query

2012-12-25 Thread Jack Krupansky
r 25, 2012 1:38 AM To: solr-user@lucene.apache.org Subject: Re: solr java API for fuzzy query Hi Alexey, You can use the Lucene query syntax with Solr, does that help? Try Keyword~5 for example. Otis -- SOLR Performance Monitoring - http://sematext.com/spm/index.html Search Analytics -

Re: solr java API for fuzzy query

2012-12-24 Thread Otis Gospodnetic
Hi Alexey, You can use the Lucene query syntax with Solr, does that help? Try Keyword~5 for example. Otis -- SOLR Performance Monitoring - http://sematext.com/spm/index.html Search Analytics - http://sematext.com/search-analytics/index.html On Tue, Dec 25, 2012 at 12:19 AM, Yakubovich Alexey