Introduce the IndexUidPattern type

This commit is contained in:
Clément Renault 2022-12-01 15:48:23 +01:00 committed by Kerollmops
parent 474d4ec498
commit 0b08413c98
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
2 changed files with 98 additions and 0 deletions

View file

@ -2,6 +2,7 @@ pub mod compression;
pub mod document_formats;
pub mod error;
pub mod index_uid;
pub mod index_uid_pattern;
pub mod keys;
pub mod settings;
pub mod star_or;