From: "leegold" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: RE: Lucene with MYSQL
Date: Thu, 29 Jul 2004 16:56:23 -0400
...snip...
>
> This combination works fine for some scenarios but it doesnt for
> others, in some cases the best choice is to use the FullTe
...snip...
>
> This combination works fine for some scenarios but it doesnt for
> others, in some cases the best choice is to use the FullText feature
> available in MySQL which employs the same Vectorial Model that
> Lucene's do. One advantage of Lucene is that is composed of layers and
> you
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jon Hancock wrote:
| Carlos Proal wrote:
|
|
|>Hi, i have been using Lucene & MySQL but separately, MySQL is written
|>in C/C++ with a JDBC driver available and Lucene is coded in Java, so
|>(besides the mysql team opinion) you can mix searches through
Carlos Proal wrote:
Hi, i have been using Lucene & MySQL but separately, MySQL is written
in C/C++ with a JDBC driver available and Lucene is coded in Java, so
(besides the mysql team opinion) you can mix searches throught both
apis and referring to each other with the PrimaryKey.
Does anyone
Hi, i have been using Lucene & MySQL but separately, MySQL is written in
C/C++ with a JDBC driver available and Lucene is coded in Java, so (besides
the mysql team opinion) you can mix searches throught both apis and
referring to each other with the PrimaryKey.
This combination works fine for