The iF.CLExtLib is a C++ extension library for the CLucene full text search engine. The library is based on the CLucene version 2.3.2.
Features
Version 1.0.0
- Spell checking
- Create spell index from existing full text index
- Create custom spell index from a list of words
- Implementation possibility to provide an own dictionary for spell check index
Coming next:
A detailed list of features can be found in our issue tracking system. Click here to view bugs and features of the library.
Getting the source
Subversion (Tag 1.0.0): https://www.insanefactory.com/svn/source/cpp/tags/ifclextlib_1.0.0/
Subversion (Trunk): https://www.insanefactory.com/svn/source/cpp/trunk/libs/ifclextlib/
Build the source
We use Qt (qmake) as our build system. Currently there is no support for cmake files or any other build system. You have to create them on your own.
Compiling tested with: VC9 x86 (32 bit)
License
The ifclextlib is licensed under the LGPL
