Hi,
I'm looking for an open source search indexing library. It will be used for embedded web application so it should have a small code size. Preferably, written in C, C++ or PHP and does not require any database to be installed for storing indexes. Indexes should be stored on a file instead (e.g., xml, txt). I tried to look on some famous search libraries such as xapian and clucene, they're good but have a relatively large code size for an embedded system.
This will be run on a Linux platform and will be used to index HTML files.
Any thoughts on what would be a good search library/API to use?
Thanks.