Browse thread
[1/2 OT] Indexing (and mergeable Index-algorithms)
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2005-11-17 (22:02) |
From: | Florian Weimer <fw@d...> |
Subject: | Re: [Caml-list] [1/2 OT] Indexing (and mergeable Index-algorithms) |
* Oliver Bandel: >> If you need a full-text search capability on natural language >> documents, there are various libraries you could reuse: Xapian, Lucene >> (although this is one is writtein Java, IIRC), Estraier, OpenFTS, a >> MySQL component, and probably many more. > > constraint: have to use PostgreSQL. > > Does it have fulltext search? OpenFTS is based on PostgreSQL and its tsearch2 contrib module.