refactor: logging + search modules PH
This commit is contained in:
7
server/modules/search/sphinx/definition.yml
Normal file
7
server/modules/search/sphinx/definition.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
key: sphinx
|
||||
title: Sphinx
|
||||
description: Sphinx is an open source full text search server, designed from the ground up with performance, relevance and integration simplicity in mind.
|
||||
author: requarks.io
|
||||
logo: https://static.requarks.io/logo/sphinx.svg
|
||||
website: http://sphinxsearch.com/
|
||||
props: {}
|
26
server/modules/search/sphinx/engine.js
Normal file
26
server/modules/search/sphinx/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