Re: How to do RangeQuery on a Computed Value of a Field?

2007-10-21 Thread Johnny R. Ruiz III
). Tnx for pointing me to that direction, I will study it and see how I can use it. Johnny - Original Message From: Erick Erickson <[EMAIL PROTECTED]> To: java-user@lucene.apache.org; Johnny R. Ruiz III <[EMAIL PROTECTED]> Sent: Monday, October 22, 2007 2:56:46 AM Subj

How to do RangeQuery on a Computed Value of a Field?

2007-10-20 Thread Johnny R. Ruiz III
Hi All, I was looking for a way to do a range query on 2 numeric field of my index. The tricky part is, I don't directly use the numeric field but I have to use it on a computation formula to satisfy my criteria. Hope this helps to explain my scenario: pointX--> latitude X input by user.

Re: Index Dedupe

2007-10-02 Thread Johnny R. Ruiz III
ct: Re: Index Dedupe On Tuesday 02 October 2007 12:25:47 Johnny R. Ruiz III wrote: > Hi, > > I can't seem to find a way to delete duplicate in lucene index. I hve a > unique key so it seems to be straight forward. But I can't find a simple > way to do it except for putting

Index Dedupe

2007-10-01 Thread Johnny R. Ruiz III
Hi, I can't seem to find a way to delete duplicate in lucene index. I hve a unique key so it seems to be straight forward. But I can't find a simple way to do it except for putting each record in the index into HashMap. Are there any method in lucene package that I could use? Tnx, Johnny

Re: setting up lucene

2007-09-25 Thread Johnny R. Ruiz III
What exactly is your problem? We'll be able to help u better if u can be specific or paste some errors you are getting. -- jruiz - Original Message From: Liaqat Ali <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Tuesday, September 25, 2007 11:03:08 PM Subject: setting up luc