Add more snapshots from facet tests

This commit is contained in:
Loïc Lecrenier 2022-09-01 11:09:01 +02:00 committed by Loïc Lecrenier
parent 61252248fb
commit 07ff92c663
40 changed files with 840 additions and 81 deletions

View file

@ -1,9 +1,8 @@
use crate::facet::FacetType;
use crate::heed_codec::facet::new::{
FacetGroupValue, FacetGroupValueCodec, FacetKey, FacetKeyCodec, MyByteSlice,
};
use crate::search::facet::get_highest_level;
use crate::{Index, Result};
use crate::Result;
use heed::Error;
use heed::{types::ByteSlice, BytesDecode, RoTxn, RwTxn};
use roaring::RoaringBitmap;