mirror of
https://github.com/simon987/sist2.git
synced 2025-12-15 08:19:06 +00:00
index: incremental indexing, add stub for index entries removal
This commit is contained in:
@@ -40,6 +40,8 @@ void print_json(cJSON *document, const char index_id_str[MD5_STR_LENGTH]);
|
||||
|
||||
void index_json(cJSON *document, const char index_id_str[MD5_STR_LENGTH]);
|
||||
|
||||
void delete_document(const char *document_id_str, void* data);
|
||||
|
||||
es_indexer_t *create_indexer(const char *url, const char *index);
|
||||
|
||||
void elastic_cleanup();
|
||||
|
||||
Reference in New Issue
Block a user