Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaita <maxence@pontapreta.net>2016-09-26 20:25:46 +0300
committerdaita <maxence@pontapreta.net>2016-09-26 20:25:46 +0300
commit46607876a03e11055fc7a50a6421340e04f2374f (patch)
treec3a37ec2600544822c0fb6479265b76a6ff57393
parent98080bff42c68be237d8124481e7b181e8a49130 (diff)
updating few docs0.4.0
-rw-r--r--CHANGELOG.md9
-rw-r--r--README.md24
2 files changed, 15 insertions, 18 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c71f2b0..6241b21 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,19 @@
+**v0.4.0**
+- index safe guard
+- new options on nextant:index
+- better display of search results: highlighting result & icons.
+- lot of bugfixes
+
+
**v0.3.4**
* halt long update process
+
**v0.3.3**
* Exception issue in SolrAdmin/SolrTools
* rework on the indexing process
+
**v0.3.2**
* better script to index your current documents
* better managment of all file operations (move, shares, trash, ...)
diff --git a/README.md b/README.md
index 93a973a..d38c73e 100644
--- a/README.md
+++ b/README.md
@@ -5,32 +5,20 @@
# Nextant
-What does it do right now:
-- When uploaded to the cloud, text and pdf file are extracted to the Solr Server.
-- It add an owner filter to solr documents so each user search in its own library.
-- Use the Solr server when using the searchbox in the files App of your nextcloud.
-- You can also extract your current files using ./occ nextant:scan
-
-What does it do right now that it should not :
-- results can be displayed behind an element so it can't be clicked.
-
-What will it be doing in the future:
-- search within shared file.
-- search within deleted file.
-- extract more format (docx, ...)
-- have a better display and a better indexing of the results
+ One to enable a full text search within your cloud.
+Index your own files and your shared documents and perform fast and precise search using a Solr Servlet.
+Recognized file format: text, rtf, pdf, html, openoffice, office, ...
## Installation
-- [You first need to install a Solr servlet](https://github.com/daita/nextant/wiki/Setup-your-local-standalone-Solr)
+- [You first need to install a Solr servlet](https://github.com/daita/nextant/wiki)
- Download the .zip from the appstore, unzip and place this app in **nextcloud/apps/** (or clone the github and build the app yourself)
- Enable the app in the app list,
- Edit the settings in the administration page.
-- (Optionnal) Extract the current files from your cloud using the **./occ nextant:scan** command
-
-
+- Extract the current files from your cloud using the **./occ nextant:index** command
+- Have a look to this [explanation on how Nextant works](https://github.com/daita/nextant/wiki/Extracting-&-Live-Update)
## Building the app