views:

120

answers:

3

Hi guys,

I am trying to build a prototype of search engine. Can any one please suggest me C++ APIs for indexing and retrieving the data?

Thanks

A: 

Take a look at Xapian, and there are ports of Lucene available you can use from C++ also.

Paul Dixon
+4  A: 

You might want to look into CLucene, which is a port into C++ of Lucene - one of the most commonly used open source search engines.

Avi
A: 

Clucene is one i'd also recommend, Zettair is another. You may find this link text`useful

zootreeves