27;t support DB2 database?
Regards,
lilyyan
>From: "Chris Lu" <[EMAIL PROTECTED]>
>Reply-To: java-user@lucene.apache.org
>To: java-user@lucene.apache.org
>Subject: Re: ask for a question about Lucene
>Date: Thu, 5 Oct 2006 22:02:06 -0700
>
>You can use D
Hi Erick,
Thanks for your advice. I guess your suggestion is right. Maybe it's more
proper that I only use SQL query for now.
Regards,
lilyyan
From: "Erick Erickson" <[EMAIL PROTECTED]>
Reply-To: java-user@lucene.apache.org
To: java-user@lucene.apache.org
Subject: R
ser@lucene.apache.org
To: java-user@lucene.apache.org
Subject: Re: ask for a question about Lucene
Date: Thu, 5 Oct 2006 22:02:06 -0700
You can use DBSight. It's free for your data. And you just need to
follow this example you will know how to use it, no java coding
needed. And you can schedul
You can use DBSight. It's free for your data. And you just need to
follow this example you will know how to use it, no java coding
needed. And you can schedule jobs to synchronize with the database.
http://wiki.dbsight.com/index.php?title=Step_by_step
The website is:
http://www.dbsight.net
Chri
My gut feel is that, with 150 records, using Lucene is overkill. This
assumes that your database already exists. You'd have to extract the data
from the DB, store it in a lucene index, then worry about keeping them
synchronized.
I'd suggest, though, that the fastest way to satisfy yourself about
Hello ALL,
i'm new to Lucene and wandering where i can start from Lucene? : )
basically my application is: when user input some keywords (can be more than
one words) within an academic research site, the output will be the
researchers' academic interests.
there are will be a DB2 database tha