CouchDB-Lucene:实现CouchDB全文搜索功能

jopen 11年前

couchdb-lucene这个开源项目能够让CouchDB文档支持全文搜索。它通过HTTP 与CouchDB 通信。

Couchdb-lucene使用 Apache Tika 来索引附件,它支持格式:

  • Excel spreadsheets (application/vnd.ms-excel)
  • HTML (text/html)
  • Images (image/*)
  • Java class files
  • Java jar archives
  • MP3 (audio/mp3)
  • OpenDocument (application/vnd.oasis.opendocument.*)
  • Outlook (application/vnd.ms-outlook)
  • PDF (application/pdf)
  • Plain text (text/plain)
  • Powerpoint presentations (application/vnd.ms-powerpoint)
  • RTF (application/rtf)
  • Visio (application/vnd.visio)
  • Word documents (application/msword)
  • XML (application/xml)

项目主页:http://www.open-open.com/lib/view/home/1371914006416