Hi,
I'm new to Lucene...very new. I'd like to use Lucene to index a MySQL database
(six tables, actually), and then use it to search the database in lieu of using
SQL. I can't seem to find any sample code to do this, so I was hoping that
someone could share some or point me in the right direc
t searches your index and "does
the right thing"
Best
Erick
On 6/7/07, Lindsey Hess
wrote:
>
> Hi,
>
> I'm new to Lucene...very new. I'd like to use Lucene to index a MySQL
> database (six tables, actually), and then use it to search the database in
>
Hi,
Is anyone using DBSight to index a database? If so, is there a way to just
implement some Java code within my application to do a search, rather than
using the Velocity templates in a browser? I'd like to use the DBSight
web-based admin tool to index my database, but then call my key
Hi,
I'm building an application that needs to translate one query format into
another. For example, my application generates the following query from a UI:
((title="Gone With The Wind") (title="Brave New World"))
and internally I need to convert it into this format so that I can make a web
s
I'm trying to get some relatively old Lucene code to compile (please see
below), and it appears that Field.Text has been deprecated. Can someone please
suggest what I should use in its place?
Thank you.
Lindsey
public static void main(String args[]) throws Exception
{
t; http://wiki.apache.org/lucene-java/LuceneFAQ#head-86d479476c63a2579e867b
> 75d4faa9664ef6cf4d
>
>
> Andy
> -Original Message-
> From: Lindsey Hess [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 25, 2007 12:31 PM
> To: Lucene
> Subject: What replaced org.apache.lucene.doc