Main Page
From clucene
CLucene Search Engine Wiki
Welcome to the CLucene wiki! We use the wiki for brainstorming, maintainance of a FAQ, a free-for-all link database, and lots of miscellaneous snippets. Feel free to contribute.
Overview
CLucene is a high-performance, scalable, cross platform, full-featured, open-source indexing and searching API. It is 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. You write the easy stuff, the UI and the process of selecting and parsing your data files to pump them into the search engine yourself.
CLucene aims to be a good alternative to Java Lucene when performance really matters or if you want to stick to good old C++.
| Downloads | How to get the sources and binaries |
| Sourceforge | Sourceforge development page |
| Documentation | Online and downloadable documentation |
| Official_CLucene_FAQ | The CLucene FAQ |
| Support | CLucene support options (mailing lists, Parties For Hire, etc) |
| Developers | |
| HowToContribute | How to contribute to the CLucene project |
| IssueTracking | Bugs and Feature tracking |
| Performance | Ideas, discussions, patches on CLucene performance |
| CLucenePlanning | Whiteboard for future CLucene |
| HowTo | CLucene HOWTOs: small tutorials and code snippets |
| CommunityContributions | Community Contributions, code, modules |
| Perl Bindings | Use CLucene within Perl |
| Resources | |
| PoweredBy | Link to projects using CLucene |
| Resources | Books, Articles, Corpora, ... |
| ApacheProposal | Proposal to Apache to receive incubator status |
| LuceneImplementations | Lucene implementations in languages other than Java |
| Compatibility | Tables of compatibility |
| Benchmarks | Tables of benchmarks |
