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

solr java API for fuzzy query

2012-12-24 Thread Yakubovich Alexey (Nokia-LC/Chicago)
Is there any java API available in Solr for fuzzy query, similar to the Lucene org.apache.lucene.search.FuzzyQuery class? More general, : is there any general way to define query with Lucene java API and invoke it thru Solr (kind of Lucene-Solr bridge)? Thanks Alexey _