refactor: logging + search modules PH
This commit is contained in:
7
server/modules/search/elasticsearch/definition.yml
Normal file
7
server/modules/search/elasticsearch/definition.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
key: elasticsearch
|
||||
title: Elasticsearch
|
||||
description: Elasticsearch is a distributed, RESTful search and analytics engine capable of solving a growing number of use cases.
|
||||
author: requarks.io
|
||||
logo: https://static.requarks.io/logo/elasticsearch.svg
|
||||
website: https://www.elastic.co/products/elasticsearch
|
||||
props: {}
|
26
server/modules/search/elasticsearch/engine.js
Normal file
26
server/modules/search/elasticsearch/engine.js
Normal file
@@ -0,0 +1,26 @@
|
||||
module.exports = {
|
||||
activate() {
|
||||
|
||||
},
|
||||
deactivate() {
|
||||
|
||||
},
|
||||
query() {
|
||||
|
||||
},
|
||||
created() {
|
||||
|
||||
},
|
||||
updated() {
|
||||
|
||||
},
|
||||
deleted() {
|
||||
|
||||
},
|
||||
renamed() {
|
||||
|
||||
},
|
||||
rebuild() {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user