mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Restrict field ids in search context
This commit is contained in:
parent
0ccf1e2e40
commit
fb8fa07169
2 changed files with 60 additions and 18 deletions
|
@ -4,8 +4,8 @@ pub use self::delete_documents::{DeleteDocuments, DeletionStrategy, DocumentDele
|
|||
pub use self::facet::bulk::FacetsUpdateBulk;
|
||||
pub use self::facet::incremental::FacetsUpdateIncrementalInner;
|
||||
pub use self::index_documents::{
|
||||
merge_roaring_bitmaps, DocumentAdditionResult, DocumentId, IndexDocuments,
|
||||
IndexDocumentsConfig, IndexDocumentsMethod, MergeFn,
|
||||
merge_cbo_roaring_bitmaps, merge_roaring_bitmaps, DocumentAdditionResult, DocumentId,
|
||||
IndexDocuments, IndexDocumentsConfig, IndexDocumentsMethod, MergeFn,
|
||||
};
|
||||
pub use self::indexer_config::IndexerConfig;
|
||||
pub use self::prefix_word_pairs::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue