Skip to content

Releases: casouri/xapian-lite

v2.0

08 Dec 23:14
0de1e08
Compare
Choose a tag to compare

Breaking change

  • Now xapian-lite can handle long file paths (longer than 245 bytes). The database generated by v1.0 is not compatible with v2.0. So make sure to delete the old database.

As before, these prebuilt modules are standalone, so they don't require xapian dynamic library to work.

v1.0

24 Mar 22:14
2456f1e
Compare
Choose a tag to compare

I built standalone dynamic module for linux and mac. You don't need to install xapian to use them. Just drop the module in load-path and (require 'xapian-lite).