mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Reintroduce a basic highlight display
This commit is contained in:
parent
3912d1ec4b
commit
00336c5154
5 changed files with 23 additions and 386 deletions
|
@ -7,7 +7,7 @@ use sdset::SetBuf;
|
|||
use slice_group_by::GroupBy;
|
||||
|
||||
use crate::automaton::QueryEnhancer;
|
||||
use crate::bucket_sort::{SimpleMatch, PostingsListView, QueryWordAutomaton};
|
||||
use crate::bucket_sort::{SimpleMatch, PostingsListView};
|
||||
use crate::database::MainT;
|
||||
use crate::query_tree::QueryId;
|
||||
use crate::{store, RawDocument, MResult};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue