Skip to content

Releases: nextcloud/fulltextsearch

ALPHA 0.1.0

17 Oct 12:49
Compare
Choose a tag to compare
ALPHA 0.1.0 Pre-release
Pre-release

fullnextsearch is a replacement to nextant.

rc 0.10.4

03 Dec 16:01
Compare
Choose a tag to compare
rc 0.10.4 Pre-release
Pre-release

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

01 Dec 21:39
Compare
Choose a tag to compare
rc 0.10.3 Pre-release
Pre-release
  • 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

26 Nov 16:19
Compare
Choose a tag to compare
rc 0.10.2 Pre-release
Pre-release

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

22 Nov 15:57
Compare
Choose a tag to compare
rc 0.10.0 Pre-release
Pre-release

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

03 Nov 21:50
Compare
Choose a tag to compare
index all Pre-release
Pre-release

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

14 Oct 09:50
Compare
Choose a tag to compare
fixing Pre-release
Pre-release

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.

11 Oct 11:47
Compare
Choose a tag to compare
Pre-release

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

04 Oct 20:53
Compare
Choose a tag to compare

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

27 Sep 00:36
Compare
Choose a tag to compare
  • Background jobs & index safe guard,
  • New options,
  • better UI,
  • Highlighting result,
  • bugfixes,
  • more wiki