Open Source Search Engine [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionI'm learning search technology and reading the paper about Google prototype.
Is there an open source search engine written in C++ that is easy to read?
Lucene is probably the first place to look.
Xapian is a popular open-source search engine written in C++
here is port for the Lucene search engine in Perl, which will give you access to the c++ API
with tutorial
Lucene
clucene
Since i know nothing about java,I found clucene, it's a c++ port of lucene.
精彩评论