How to implement Elasticsearch in Nextcloud

Did you try to reconfigure the Nextcloud fulltext app in the Nextcloud admin settings?

You may try to reset the index and start over.

sudo -u apache scl enable php71 'php -d memory_limit=512M /usr/share/nextcloud/occ fulltextsearch:reset'
2 Likes