Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

owncloud-archive/search_lucene

Repository files navigation

Search Lucene

Build Status Scrutinizer Code Quality Scrutinizer Code Coverage

The Search Lucene app adds a full text search for files stored in ownCloud. It is based on Zend Search Lucene and can index content from plain text, .docx, .xlsx, .pptx, .odt, .ods and .pdf files. The source code is available on GitHub

Maintainers

Maintainers wanted for additional features!

Known limitations

  • Does not work with Encryption: the background indexing process does not have access to the key needed to decrypt files when the user is not logged in.
  • Does not index files in external storage. For performance reasons.
  • Not all PDF versions can be indexed. The text extraction used for it is incompatible with newer PDF versions.