Re: Index Question

2005-12-19 Thread praveenl
That helped thanx. Praveen. > Please try using the JDK from Sun. I believe this is the issue > you're having with Ant and compiling Lucene. > > Erik > > > On Dec 18, 2005, at 9:07 PM, [EMAIL PROTECTED] wrote: > >> Thanks for the reply. I thought of doing it. I downloaded the latest >> sou

Re: Index Question

2005-12-18 Thread praveenl
Thanks for the reply. I thought of doing it. I downloaded the latest source and tried to build it using ant. I am new to using 'ant'. It gives me an error and I think the problem is with 'rmic'. I never came across this before either. It says - BUILD FAILED /projects/keyconcept/praveen/lucene-1.4.

Index Question

2005-12-18 Thread praveenl
Hi, I know that lucene index takes a directory of files to be indexed and builds the index. Now is there a way to specify the number of files from the directory to be indexed? I mean if I have a directory of 10,000 files and I want an index of only 2000 files from these 10k files, how can specify