mirror of
https://github.com/sist2app/sist2.git
synced 2026-01-24 03:11:13 +00:00
Optionally ES schema from file #117
This commit is contained in:
@@ -25,7 +25,7 @@ es_indexer_t *create_indexer(const char *url, const char *index);
|
||||
void elastic_cleanup();
|
||||
void finish_indexer(char *script, int async_script, char *index_id);
|
||||
|
||||
void elastic_init(int force_reset);
|
||||
void elastic_init(int force_reset, const char* user_mappings, const char* user_settings);
|
||||
|
||||
cJSON *elastic_get_document(const char *uuid_str);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user