quickwit
quickwit copied to clipboard
Harmonise the internal object id marker
In Quickwit, we have some special objects with known names.
- SOURCE_FIELD_NAME:
_source - DYNAMIC_FIELD_NAME:
_dynamic - CLI_INGEST_SOURCE_ID:
.cli-ingest-source - INGEST_API_SOURCE_ID:
.ingest-api
Let's hamonise all this to use the _ marker .
It would also be nice to group all these known objects' names in one place, namely quickwit-common/quickwit.rs (debatable).
Agreed with the harmonization. I disagree with the all in one place. Most of these are "private" names that are not meant to be used outside of a project