mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-08-18 03:58:21 +00:00
fix merge
This commit is contained in:
@@ -879,7 +879,7 @@ struct VecTermBucketsWithLanes<B> {
|
||||
impl<B: BucketIdSlot> TermAggregationMap for VecTermBucketsWithLanes<B> {
|
||||
type Slot = B;
|
||||
|
||||
const SORTED_BY_ORD: bool = true;
|
||||
const SORTED_BY_KEY: bool = true;
|
||||
|
||||
fn get_memory_consumption(&self) -> usize {
|
||||
self.buckets.capacity() * std::mem::size_of::<TermBucketWithLanes<B>>()
|
||||
|
||||
Reference in New Issue
Block a user