issue/57 Added Debug to SegmentPostingsOption

This commit is contained in:
Paul Masurel
2016-11-16 23:37:42 +09:00
parent 831ed4caf6
commit 50712c4594

View File

@@ -6,7 +6,7 @@
/// avoid this extra cost when the information is not required.
/// For instance, positions are useful when running phrase queries
/// but useless in other queries.
#[derive(Clone, Copy)]
#[derive(Clone, Copy, Debug)]
pub enum SegmentPostingsOption {
/// Only the doc ids are decoded
NoFreq,