RE: Lucene with MYSQL

2004-07-29 Thread Carlos Proal
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

RE: Lucene with MYSQL

2004-07-29 Thread leegold
...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

Re: Lucene with MYSQL

2004-07-29 Thread Mark Matthews
-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

Re: Lucene with MYSQL

2004-07-29 Thread Jon Hancock
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

RE: Lucene with MYSQL

2004-07-29 Thread Carlos Proal
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