Re: How to properly use Levenstein distance with ~ in Java

2014-10-18 Thread Aleksander Sadecki
Hi, thank you for your message. In SOLR logs it looks like: qf=tags^11.0+title^10.0+...

Re: How to properly use Levenstein distance with ~ in Java

2014-10-18 Thread Jack Krupansky
sday, October 16, 2014 11:46 AM To: java-user@lucene.apache.org Subject: How to properly use Levenstein distance with ~ in Java Hi, I have got a SOLR instance on my local machine with samples of data. When I run in myhost:8083/solr/#/mycore/query a query: title:taverna it gives me 4 results. When I make a mist

Re: How to properly use Levenstein distance with ~ in Java

2014-10-18 Thread Jack Krupansky
apache.org Subject: How to properly use Levenstein distance with ~ in Java Hi, I have got a SOLR instance on my local machine with samples of data. When I run in myhost:8083/solr/#/mycore/query a query: title:taverna it gives me 4 results. When I make a mistake, for instance: title:taveranx it gives

How to properly use Levenstein distance with ~ in Java

2014-10-16 Thread Aleksander Sadecki
Hi, I have got a SOLR instance on my local machine with samples of data. When I run in myhost:8083/solr/#/mycore/query a query: title:taverna it gives me 4 results. When I make a mistake, for instance: title:taveranx it gives me 0 results but with '~' it finds all of the 4 samples which have been