pkgsrc-wip/libclucene/DESCR
Mark Kirby 8c79b37920 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++.
2007-08-22 18:06:31 +00:00

10 lines
542 B
Text

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++.