Fwd: Document Ordering

2015-02-16 Thread Elliott Bradshaw
Hi, I'm interested in using Lucene to index binary objects with a specific document order, such that documents with the same key will be adjacent in the indexes. This would be done with the intent to maximize the use of the disk block cache, since adjacent documents are more likely to be accessed

Fwd: Document Ordering

2015-02-16 Thread Elliott Bradshaw
Hi, I'm interested in using Lucene to index binary objects with a specific document order, such that documents with the same key will be adjacent in the indexes. This would be done with the intent to maximize the use of the FS cache, since adjacent documents are more likely to be accessed togethe

Document Ordering

2015-02-16 Thread Elliott Bradshaw
Hi, I'm interested in using Lucene to index binary objects with a specific document order, such that documents with the same key will be adjacent in the indexes. This would be done with the intent to maximize the use of the FS cache, since adjacent documents are more likely to be accessed togethe