docs.rs failed to build quickwit-core-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
quickwit-core provides IndexService that let you manage your indexes:
createfor creating a new index;get_indexfor getting an index;get_indexesfor getting all indexes registered in the metastore;reset_indexfor indexing new-line delimited json documents;delete_indexfor deleting an index;garbage_collect_indexfor garbage collecting dangling files.