From: | "otisg" <otisg(at)iVillage(dot)com> |
---|---|
To: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Fast vector similarity metric |
Date: | 2002-03-11 23:08:45 |
Message-ID: | 23be01c1c951$b1f9da00$6ac8010a@mail2world.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Java, search engine....why not use something like Lucene?
http://jakarta.apache.org/lucene
Otis
_______________________________________________________________
Get your own FREE email account at iVillage.com!
http://webmail.ivillage.com/
<-----Original Message----->
>
> From: Travis Bauer
> Sent: 3/11/2002 8:13:23 PM
> To: pgsql-general(at)postgresql(dot)org
> Subject: [GENERAL] Fast vector similarity metric
>
> I am writing a java search engine which uses Postgresql as the
backend.
> In this search engine, I'm using an inverted term table (to store the
> vectors). The search engine is actually working, but the vector
> comparison is very slow. I'm wondering if someone with experience with
> this sort of thing could give me some ideas on how to implement a fast
> vector comparison for Postgres.
>
> Thank you,
>
> --
> ----------------------------------------------------------------
> Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer
> ----------------------------------------------------------------
>
>
>
>
> ---------------------------(end of
broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
From | Date | Subject | |
---|---|---|---|
Next Message | Jeffrey W. Baker | 2002-03-11 23:27:24 | Re: pg_toast table growth out of control |
Previous Message | Jan Wieck | 2002-03-11 23:04:23 | Re: pg_toast table growth out of control |