Best text search engine for integrating with custom web app?

后端 未结 6 1465
温柔的废话
温柔的废话 2021-01-06 07:28

We have a web app that allows users to upload documents, create their own documents, and so on. Uploaded files are stored on Amazon S3, created information is stored in a My

6条回答
  •  独厮守ぢ
    2021-01-06 08:00

    There is also Xapian which is fast and is quite customizable.

    It has support for custom indexers allowing one to index data that is not stored in a database which might be useful for your documents stored on S3.

提交回复
热议问题