mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-06 17:22:54 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user