mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
11 lines
542 B
Plaintext
11 lines
542 B
Plaintext
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++.
|