Reintroduce a basic highlight display

This commit is contained in:
Clément Renault
2020-01-16 14:24:45 +01:00
parent 3912d1ec4b
commit 00336c5154
5 changed files with 23 additions and 386 deletions

View File

@ -1,7 +1,7 @@
use compact_arena::SmallArena;
use sdset::SetBuf;
use crate::DocIndex;
use crate::bucket_sort::{SimpleMatch, BareMatch, QueryWordAutomaton, PostingsListView};
use crate::bucket_sort::{SimpleMatch, BareMatch, PostingsListView};
use crate::reordered_attrs::ReorderedAttrs;
pub struct RawDocument<'a, 'tag> {