[dev] Horde Search
Erdinc YILMAZEL
erdinc at yilmazel.com
Mon Jun 6 02:21:02 PDT 2005
Marko Djukic wrote:
>exactly, lucene is a good candidate. set the search library up to be
>driver-based so that administrators could choose different search engines as
>backends for indexing.
>
Ok, I am familiar with Lucene. Perhaps I can try to port Lucene to PHP.
Lucene has several ports to other platforms
and all share the same type of index structure. The index can be
constructed using any Lucene compatible indexer and
the PHP port of Lucene that we will create, can execute queries on this
index.
More information about the dev
mailing list