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: | -- (:) |
| From: | Oliver Bandel <oliver@f...> |
| Subject: | Re: [Caml-list] [1/2 OT] Indexing (and mergeable Index-algorithms) |
On Thu, Nov 17, 2005 at 01:39:43PM +0100, Florian Weimer wrote:
> * Oliver Bandel:
>
> > I found an interesting paper there, about using updatable indexing
> > ("Fast Incremental Indexing for Full-Text Information Retrieval"
> > from Brown/Callen/Croft.) They talked about "inverted lists", and
> > this together with other hints from this list may be a good starter.
>
> 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?
Ciao,
Oliver