[Pkg-owncloud-commits] [owncloud-doc] 218/227: add full path to lucene_index
David Prévot
taffit at moszumanska.debian.org
Sat Oct 11 17:20:51 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit f2fbc6a904f554cc7d398ce80c28e11049d97e2e
Author: Jörn Friedrich Dreyer <jfd at butonic.de>
Date: Wed Oct 8 10:11:04 2014 +0200
add full path to lucene_index
---
admin_manual/configuration/configuring_search.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/admin_manual/configuration/configuring_search.rst b/admin_manual/configuration/configuring_search.rst
index 6043659..cda3d59 100644
--- a/admin_manual/configuration/configuring_search.rst
+++ b/admin_manual/configuration/configuring_search.rst
@@ -4,7 +4,7 @@ The Full-Text Search app indexes plain text, ``.docx``, ``.xlsx``, ``.pptx``,
``.odt``, ``.ods`` and ``.pdf`` files stored in ownCloud. It is based on Zend
Search Lucene, which is a good general purpose text
search engine written in PHP 5. The Zend Lucene index is stored on the
-filesystem (in ``owncloud/data/$user``) and does not require a database server.
+filesystem (in ``owncloud/data/$user/lucene_index``) and does not require a database server.
Using the Full-Text Search app is literally set-it-and-forget-it: all you do is
enable it on your Apps page, and then it automatically indexes all documents on
@@ -27,4 +27,4 @@ process does not have access to the key needed to decrypt files when the user is
not logged in.
Not all PDF versions can be indexed because the its text extraction is
-incompatible with newer PDF versions.
\ No newline at end of file
+incompatible with newer PDF versions.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list