mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Small corrections
Merge branch 'lucene' of https://github.com/owncloud/documentation into lucene Conflicts: admin_manual/configuration/configuring_search.rst
This commit is contained in:
commit
7bc8e538ea
@ -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,5 +27,6 @@ It does not work with the Encryption app, because the background indexing
|
||||
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 may be
|
||||
incompatible with newer PDF versions.
|
||||
Not all PDF versions can be indexed because its text extraction may be
|
||||
incompatible with newer PDF versions.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user