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

2014-10-23 Thread Will Martin
using 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

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

2014-10-23 Thread Alexandre Rafalovitch
> > 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, 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 Walter Underwood
you are using path "/select" with qt=dismax. This normaly > would throw an exception. > Is there a tag >inside your solrconfig.xml ? > > Best regards > > Karsten > > P.S. in Context: > http://lucene.472066.n3.nabble.com/How-to-properly-use-Leve

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

2014-10-22 Thread karsten-solr
using path "/select" with qt=dismax. This normaly would throw an exception. Is there a tag   http://lucene.472066.n3.nabble.com/How-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-21 Thread Erick Erickson
1. > A query 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-20 Thread Ramzi Alqrainy
proximity 1. A query 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-20 Thread Aleksander Sadecki
asure (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 / Best regards Aleksander Sadecki

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

2014-10-19 Thread Ramzi Alqrainy
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.

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