0.1.0-PRE20
- Added an option for LSH queries to use the more-like-this heuristics to pick a subset of LSH hashes to retrieve candidate vectors.
Uses Lucene's MoreLikeThis class
to pick a subset of hashes based on index statistics. It's generally much faster than using all of the hashes,
yields comparable recall, but is still disabled by default.