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
> > 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 '~'?
>
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
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 '~'?
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.
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.
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
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.
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