Re: How to install DuplicatesDetectorService

2010-09-15 Thread Erick Erickson
EX_DIGITS[(b >> 4) & 0xf]; >arr[idx + 1] = StrUtils.HEX_DIGITS[b & 0xf]; >} > return new String(arr); >} > -- > View this message in context: > http://lucene.472066.n3.nabble.com/How-to-install-DuplicatesDetectorService-tp1472561p1478526.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: How to install DuplicatesDetectorService

2010-09-15 Thread hellboy
dx] = StrUtils.HEX_DIGITS[(b >> 4) & 0xf]; arr[idx + 1] = StrUtils.HEX_DIGITS[b & 0xf]; } return new String(arr); } -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-install-DuplicatesDetectorS

Re: How to install DuplicatesDetectorService

2010-09-15 Thread hellboy
) Is there in Solr Webservice-Interface to do it? -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-install-DuplicatesDetectorService-tp1472561p1478111.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to install DuplicatesDetectorService

2010-09-14 Thread Erick Erickson
ates-detector/2.0/ > > Is anybody knows, hot to install ans use this lib on existing Solr > instance? > -- > View this message in context: > http://lucene.472066.n3.nabble.com/How-to-install-DuplicatesDetectorService-tp1472561p1472561.html > Sent from the Solr - User mailing list archive at Nabble.com. >

How to install DuplicatesDetectorService

2010-09-14 Thread hellboy
I found http://www.jarvana.com/jarvana/browse/org/ow2/weblab/service/solr-duplicates-detector/2.0/ Is anybody knows, hot to install ans use this lib on existing Solr instance? -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-install-DuplicatesDetectorService