luceneplusplus / LucenePlusPlus

Lucene++ is an up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine.
luceneplusplus@googlegroups.com
Other
738 stars 232 forks source link

more cmake options to configure and build LucenePlusPlus #188

Open xlazom00 opened 2 years ago

xlazom00 commented 2 years ago

I use LucenePlusPlus in one project as pure index, application is single thread and index is in memory. So it will be nice to have a cmake options to disable all useless stuff like disabling all lock-s disabling file system disabling compression

Any plan for this?