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

2014-10-23 Thread karsten-solr
with qt=dismax. This normaly would throw an exception. Is there a tag   requestHandler name=/dismax ... inside your solrconfig.xml ?    Best regards     Karsten   P.S. in Context: http://lucene.472066.n3.nabble.com/How-to-properly-use-Levenstein-distance-with-in-Java-td4164793.html   On 20 October

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

2014-10-23 Thread Walter Underwood
throw an exception. Is there a tag requestHandler name=/dismax ... inside your solrconfig.xml ? Best regards Karsten P.S. in Context: http://lucene.472066.n3.nabble.com/How-to-properly-use-Levenstein-distance-with-in-Java-td4164793.html On 20 October 2014 11:13

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

2014-10-23 Thread Alexandre Rafalovitch
-to-properly-use-Levenstein-distance-with-in-Java-td4164793.html On 20 October 2014 11:13, Aleksander Sadecki wrote: Ok, thank you for your response. But why I cannot use '~'?

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

2014-10-23 Thread Will Martin
the Levenshtein distance. http://dx.doi.org/10.1145/2623330.2623677 re will -Original Message- From: Alexandre Rafalovitch [mailto:arafa...@gmail.com] Sent: Thursday, October 23, 2014 12:05 PM To: solr-user Subject: Re: How to properly use Levenstein distance with ~ in Java The last

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

2014-10-21 Thread Erick Erickson
in context: http://lucene.472066.n3.nabble.com/How-to-properly-use-Levenstein-distance-with-in-Java-tp4164793p4165079.html Sent from the Solr - User mailing list archive at Nabble.com.

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

2014-10-20 Thread Aleksander Sadecki
(Levenstein Distance by default) and then by aggregate frequency. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-properly-use-Levenstein-distance-with-in-Java-tp4164793p4164883.html Sent from the Solr - User mailing list archive at Nabble.com. -- Pozdrawiam

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

2014-10-20 Thread Ramzi Alqrainy
such as foo bar~1000 is an interesting alternative to foo AND bar. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-properly-use-Levenstein-distance-with-in-Java-tp4164793p4165079.html Sent from the Solr - User mailing list archive at Nabble.com.

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

2014-10-19 Thread Ramzi Alqrainy
strultrasharp/str /arr /lst /lst /lst Once the suggestions are collected, they are ranked by the configured distance measure (Levenstein Distance by default) and then by aggregate frequency. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-properly-use-Levenstein

How to properly use Levenstein distance with ~ in Java

2014-10-18 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