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.
>
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
)
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.
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.
>
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