Re: Simple Java Object Search

2009-02-26 Thread Erick Erickson
for (int i = 0; i < hits.length(); i++) { >Document hitDoc = hits.doc(i); >} > > > isearcher.close(); >directory.close(); > > -Original Message- > From: Garth Patil [mailto:garth

RE: Simple Java Object Search

2009-02-26 Thread Ambati, Ravi BGI SF
its.doc(i); } isearcher.close(); directory.close(); -Original Message- From: Garth Patil [mailto:garthpa...@gmail.com] Sent: Thursday, February 26, 2009 9:11 AM To: java-user@lucene.apache.org Subject: Re: Simple Java Object Search Sure: http://lucene.apach

Re: Simple Java Object Search

2009-02-26 Thread Garth Patil
Sure: http://lucene.apache.org/java/2_4_0/gettingstarted.html On Thu, Feb 26, 2009 at 9:06 AM, Ambati, Ravi BGI SF wrote: > > All, > > I have a list of java objects and would like to index the contents of > those objects. And would like to update the index whenever list of > objects is changed. >