Bruno Roustant
Bruno Roustant
"can the optimization be implemented in a less-invasive manner?" Well, the change optimizes both seekExact(ord) and seekCeil(term), and it handles calls to next() to keep track of the last accessed...
> Is this a fair test though? Doesn't it ignore the cost added by the optimization? The measure does not ignore the cost added by the optimization. It counts all...
Actually I'll need that to simplify the code in BlobDirectory. So based on your remark David, I should rather integrate this code in BlobDirectory code and close this Jira issue.
@dsmiley I rebased with the recent works on these classes. Ready for a review.
@dsmiley I refreshed to be up to date, and I added the solr.autoPreferredLeader property.
Thanks for the review! Merged
+1 to extract the support of transient cores as a subclass of SolrCores.
I'll also try to review! On the bit packing subject, I have some handy generic code (not in Lucene yet) to write and read variable size bits. Tell me if...
> I believe there no support for OS level anywhere in the [solr-sandbox](https://github.com/apache/solr-sandbox)? Right, OS level encryption is managed differently. > What does "commit" metadata mean? How is this metadata...
Actually I used the generic term "OS-level encryption" to include both the block device level (dm-crypt) and file system level (fscrypt). fscrypt is a good alternative _if you accept that...