Releases: nextcloud/fulltextsearch
Releases · nextcloud/fulltextsearch
ALPHA 0.1.0
fullnextsearch is a replacement to nextant.
rc 0.10.4
v0.10.4
- Upload/creating a .noindex file in a folder will prevent nextant to index its content (and subdirectories)
- --background will force the scan on next tick of the cron
- Live Index can use database instead of Semaphore
- bugfixes
rc 0.10.3
- Upload/creating a .noindex file in a folder will prevent nextant to index its content (and subdirectories)
- --background will force the scan on next tick of the cron
- bugfixes.
rc 0.10.2
v0.10.2
- To make nextant working fine on single-board computers, admin can now choose between 3 levels of performance: High, Low, Lower.
- compatible NC11
- bugfixes
rc 0.10.0
v0.10.0
- nextant is working fine with Solr 6.3.0
- results are displayed using fileList.
- public sharelink are using same JS than private
- bugfixes:
- local file that are considered not local by NC (ie. encrypted module enabled but not used).
- default file filters configuration could make files not to be extracted.
- other minor bugfixes. UI glitch.
index all
v0.6.3
- search within link shared documents, both public and private (w/ key)
- search within federated documents
- admin can choose to add files and directory structure to improve search
- mid, mp3 and flac are now indexed.
- index/search now ignore case and accents
- minor bugfixes
fixing
v0.5.1
- bugfix: search allowed to non-admin
- bugfix: warning on deleted file with no extension
Alpha is over, Nextant is now in Beta.
Well, still bugged but at least some neat features are here !
This update resets the current setup of your Nextant. Meaning that, after upgrading, you will need to visit the administration page to configure your Nextant (again), and index your files (again).
It is recommended to delete/recreate the core from your Solr Servlet before configuring your Nextant.
$ sudo -u solr /opt/solr/bin/solr delete -c nextant $ sudo /etc/init.d/solr restart $ sudo -u solr /opt/solr/bin/solr create -c nextant
Note: Indexing requiert a descent amount of ressources. I am aware that some of you are running nextcloud on single-board computer (Raspberry Pi, oDroid, ...) and I have no idea if Solr is running fine on that kind of equipment.
Trash and orphans
v0.4.2
- extract and index files from trash
- orphans documents are removed while indexing
- Force index unlock after 24h
- maximum size on extracted file
- new field nextant_path
- bugfixes
Delayed index
- Background jobs & index safe guard,
- New options,
- better UI,
- Highlighting result,
- bugfixes,
- more wiki