nextcloud / files_fulltextsearch

🔍 Index the content of your files
GNU Affero General Public License v3.0
58 stars 30 forks source link

RediSearch open source as an alternative of closed source Elasticsearch #126

Open franciscopaniskaseker opened 3 years ago

franciscopaniskaseker commented 3 years ago

I am not dev, but seems to me that the plugin is kind of close to be used with redisearch.

I think everyone here know what Redis is (https://redis.io/) and probably already heard about Redisearch (https://oss.redislabs.com/redisearch/).

As elasticsearch closed the source, maybe a good alternative to the community is the redisearch. Redisearch module is easy to compile and is very resource efficient, like Redis, in contrast with elasticsearch. I already use redisearch with wordpress and the performance is aewsome.

They already provide client libraries in Python, Java, JavaScript, Ruby, Go, C#, and PHP.

I think it will be a good next step to this plugin. Redis already is being used for a lot of users of Nextcloud and is very easy to add redisearch module.

solracsf commented 2 years ago

For the feeding of discussion: https://redis.com/blog/search-benchmarking-redisearch-vs-elasticsearch/

arnowelzel commented 10 months ago

Just came accross this issue, RediSearch looks very promising. But I wonder why nothing happened in this project for more than 2(!) years. Is this Nextcloud search still alive?