A C++ port of Lucene: the high-performance, full-featured text search engine http://www.sourceforge.net/projects/clucene/
Go to file
2024-01-06 04:00:32 +01:00
libclucene-2.3.3.4-fix_pkgconfig_clucene_shared.patch libclucene-core.pc: remove internal boost includes conflicting with boost 1.54 (seen with libreoffice) [release 2.3.3.4-4mamba;Tue Jul 23 2013] 2024-01-06 04:00:31 +01:00
libclucene-2.3.3.4-install_contribs_lib.patch libclucene-core.pc: remove internal boost includes conflicting with boost 1.54 (seen with libreoffice) [release 2.3.3.4-4mamba;Tue Jul 23 2013] 2024-01-06 04:00:31 +01:00
libclucene-2.3.3.4-pkgconfig_no_internal_boost_includes.patch libclucene-core.pc: remove internal boost includes conflicting with boost 1.54 (seen with libreoffice) [release 2.3.3.4-4mamba;Tue Jul 23 2013] 2024-01-06 04:00:31 +01:00
libclucene.spec rebuilt with debug package [release 2.3.3.4-5mamba;Tue Jan 19 2021] 2024-01-06 04:00:32 +01:00
README.md libclucene-core.pc: remove internal boost includes conflicting with boost 1.54 (seen with libreoffice) [release 2.3.3.4-4mamba;Tue Jul 23 2013] 2024-01-06 04:00:31 +01:00

libclucene

CLucene is a high-performance, scalable, cross platform, full-featured, open-source indexing and searching API written in C++. CLucene is a port of the very popular Java Lucene text search engine API. Specifically, CLucene is the guts of a search engine, the hard stuff. CLucene aims to be a good alternative to Java Lucene when performance really matters or if you want to stick to good old C++.