trieve the record
> from main table.
>
> I didn't see this kind of example at DBsight web site. I'm just wondering if
> DBSight can do that.
>
> Thanks,
> Tony
>
>
>
>
> >From: "Chris Lu" <[EMAIL PROTECTED]>
> >Reply-To: java-user@l
example at DBsight web site. I'm just wondering if
DBSight can do that.
Thanks,
Tony
From: "Chris Lu" <[EMAIL PROTECTED]>
Reply-To: java-user@lucene.apache.org
To: java-user@lucene.apache.org
Subject: Re: full text search using Lucene
Date: Mon, 10 Apr 2006 22:18:44
Hi, Tony,
DBSight, like SearchBlox, Nutch, Solr, is using Lcuene to search. It
just makes it super easy and flexible to create a search on any
databases. Lucene's implementation is far more superior and flexible
to MySql's full text search.
Try it and you will know what I am talking about. Actual
All,
I'm working on a project which requires full text search on multiple tables
in MySql database. Although, MySql supports full text search, it only
supports full text search on signle table. I'm wondering if Lucene can help
me to do full text search against MySql database. (I noticed that D