issue/162 Added block iteration API

This commit is contained in:
Paul Masurel
2017-05-20 11:46:40 +09:00
parent 3f49d65a87
commit 2be5f08cd6
3 changed files with 90 additions and 210 deletions

View File

@@ -22,9 +22,7 @@ use postings::SegmentPostingsOption;
use postings::{SegmentPostings, BlockSegmentPostings};
use fastfield::{FastFieldsReader, FastFieldReader, U64FastFieldReader};
use schema::Schema;
use schema::FieldType;
use postings::FreqHandler;
use schema::TextIndexingOptions;