Re: What replaced org.apache.lucene.document.Field.Text?

2007-07-25 Thread Lindsey Hess
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

What replaced org.apache.lucene.document.Field.Text?

2007-07-24 Thread Lindsey Hess
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 {

Query parsing?

2007-07-24 Thread Lindsey Hess
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

DBSight: Using Java, not Velocity

2007-06-12 Thread Lindsey Hess
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

Re: Lucene & MySq

2007-06-11 Thread Lindsey Hess
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 >

Lucene & MySql

2007-06-07 Thread Lindsey Hess
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