[elephant-devel] full text indexing
Ben
ben at medianstrip.net
Thu Mar 10 06:15:24 UTC 2005
i don't know how to do this sort of thing. AFAICT the "update
problem" is an issue for most indexing systems. have you looked at
lucene et al?
B
On Mon, 7 Mar 2005, [iso-8859-1] Gábor Melis wrote:
> There are 100k users in the db. Each user has a description string. I need to
> search users for words in their descriptions by prefix. Currently I lean
> towards simply maintaining a reverse word->oid index in a btree. Searching
> this is easy, but whenever a description changes the old mapping entries for
> that oid need to be deleted and the new ones added. Has any of you
> implemented such a scheme or have other ideas?
>
> Cheers, Gábor
> _______________________________________________
> elephant-devel site list
> elephant-devel at common-lisp.net
> http://common-lisp.net/mailman/listinfo/elephant-devel
>
More information about the elephant-devel
mailing list