Iâm posting this because itâs a feature I was using with Owncloud that I didnât want to lose.
I was using the app Search Lucene ( https://github.com/owncloud/search_lucene ) for full text searching of files stored in OwnCloud. I was able to keep it running in Nextcloud with some minor changes.
(Optional) Add the min/max version line to appinfo/info.xml with
It may work on a higher version but for now I know it is working on v9 for me.
we use Nextcloud 10.0.1 and search_lucene with the described patches, the application works only partly. search and find file by existing index works. but new indexing is not working, and if i delete the lucene_index in a user dir it would not be recreated fully. has anyone else this problem (and a solution)?
currently when i used in the past the search lucene, the search only works as existing indexes⊠newer does not apply very well its a common but for that applicationâŠ