ZincSearch alternative to ES?

Hi, since I am using Seafile on a system with not much RAM memory, I’m trying to optimize the software I host to have a small footprint.
I was wondering if anybody ever managed to use ZincSearch as alternative to ElasticSearch for search on Seafile Pro.
Apparently ZincSearch is a low resource demanding search engine, and that’s the reason I tried that first.
To be honest, I tried, but all the requests returned a lot of 404 errors, probably because the requests from Seafile are incompatible with ZincSearch.

{"level":"info","time":"2023-10-28T15:51:29+02:00","message":"Listen on 0.0.0.0:4080"}
{"level":"error","method":"HEAD","code":404,"took":0,"time":"2023-10-28T15:53:08+02:00","message":"/repofiles"}
{"level":"info","method":"HEAD","code":404,"took":0,"time":"2023-10-28T15:53:08+02:00","message":"/repofiles"}
{"level":"error","method":"PUT","code":404,"took":0,"time":"2023-10-28T15:53:08+02:00","message":"/repofiles"}
{"level":"info","method":"PUT","code":404,"took":0,"time":"2023-10-28T15:53:08+02:00","message":"/repofiles"}
{"level":"error","method":"HEAD","code":404,"took":0,"time":"2023-10-28T15:53:08+02:00","message":"/repofiles"}
{"level":"info","method":"HEAD","code":404,"took":0,"time":"2023-10-28T15:53:08+02:00","message":"/repofiles"}
{"level":"error","method":"PUT","code":404,"took":0,"time":"2023-10-28T15:53:08+02:00","message":"/repofiles"}
{"level":"info","method":"PUT","code":404,"took":0,"time":"2023-10-28T15:53:08+02:00","message":"/repofiles"}
{"level":"error","method":"HEAD","code":404,"took":0,"time":"2023-10-28T15:53:08+02:00","message":"/repofiles"}
{"level":"info","method":"HEAD","code":404,"took":0,"time":"2023-10-28T15:53:08+02:00","message":"/repofiles"}
{"level":"error","method":"PUT","code":404,"took":0,"time":"2023-10-28T15:53:08+02:00","message":"/repofiles"}
{"level":"info","method":"PUT","code":404,"took":0,"time":"2023-10-28T15:53:08+02:00","message":"/repofiles"}
{"level":"error","method":"HEAD","code":404,"took":0,"time":"2023-10-28T15:53:08+02:00","message":"/repofiles"}
{"level":"info","method":"HEAD","code":404,"took":0,"time":"2023-10-28T15:53:08+02:00","message":"/repofiles"}
{"level":"error","method":"PUT","code":404,"took":0,"time":"2023-10-28T15:53:08+02:00","message":"/repofiles"}
{"level":"info","method":"PUT","code":404,"took":0,"time":"2023-10-28T15:53:08+02:00","message":"/repofiles"}
{"level":"error","method":"HEAD","code":404,"took":0,"time":"2023-10-28T15:53:22+02:00","message":"/repo_head"}
{"level":"info","method":"HEAD","code":404,"took":0,"time":"2023-10-28T15:53:22+02:00","message":"/repo_head"}
{"level":"error","method":"PUT","code":404,"took":0,"time":"2023-10-28T15:53:22+02:00","message":"/repo_head"}
{"level":"info","method":"PUT","code":404,"took":0,"time":"2023-10-28T15:53:22+02:00","message":"/repo_head"}
{"level":"error","method":"HEAD","code":404,"took":0,"time":"2023-10-28T15:56:35+02:00","message":"/repo_head"}
{"level":"info","method":"HEAD","code":404,"took":0,"time":"2023-10-28T15:56:35+02:00","message":"/repo_head"}
{"level":"error","method":"PUT","code":404,"took":0,"time":"2023-10-28T15:56:35+02:00","message":"/repo_head"}
{"level":"info","method":"PUT","code":404,"took":0,"time":"2023-10-28T15:56:35+02:00","message":"/repo_head"}

ZincSearch is not 100% compatible with ElasticSearch API. Seafile does not support ZincSearch yet.

Got it, thanks