Adde demux operation (#1150)

* add merge for DeleteBitSet, allow custom DeleteBitSet on merge
* forward delete bitsets on merge, add tests
* add demux operation and tests
This commit is contained in:
PSeitz
2021-10-06 09:05:16 +02:00
committed by GitHub
parent ffe4446d90
commit 352e0cc58d
18 changed files with 812 additions and 92 deletions

View File

@@ -77,7 +77,7 @@ impl<'a> TermMerger<'a> {
/// This method may be called
/// iff advance() has been called before
/// and "true" was returned.
pub fn current_segment_ordinals_and_term_infos<'b: 'a>(
pub fn current_segment_ords_and_term_infos<'b: 'a>(
&'b self,
) -> impl 'b + Iterator<Item = (usize, TermInfo)> {
self.current_segment_and_term_ordinals