Re: Postgres + Xapian (was Re: fulltext searching via a custom index type )

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: "Eric B(dot)Ridge" <ebr(at)tcdi(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Postgres + Xapian (was Re: fulltext searching via a custom index type )
Date: 2004-01-03 16:12:05
Message-ID: 20040103161205.GA10977@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On Sat, Jan 03, 2004 at 02:49:23PM +0800, Christopher Kings-Lynne wrote:
> >I think one way of attacking the problem would be using the existing
> >nbtree by allowing it to store the five btrees.
>
> Why not write it using the GiST interface - that is after all the entire
> point of GiST...

Well, the project is to adapt Postgres as a Xapian backend ... I think
it is much more straightforward to use the BTrees that Xapian already
uses, than to use GiST. Plus, GiST already has an interface for
fulltext indexing, doesn't it?

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"La victoria es para quien se atreve a estar solo"

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Oleg Bartunov 2004-01-03 16:15:57 Re: Postgres + Xapian (was Re: fulltext searching via a
Previous Message Dave Cramer 2004-01-03 15:26:19 Re: website doc search is extremely SLOW

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Bartunov 2004-01-03 16:15:57 Re: Postgres + Xapian (was Re: fulltext searching via a
Previous Message Dave Cramer 2004-01-03 15:28:41 Re: PL/Java issues