Re: too many open files in system

2002-04-09 Thread Chris Withers
root wrote: > > Doesn't Lucene releases the filehandles?? > > because I get "too many open files in system" after running lucene a while! Are you closing the readers and writers after you've finished using them? cheers, Chris -- To unsubscribe, e-mail: For additi

Newbie Questions

2002-04-07 Thread Chris Withers
Hi there, I'm new to Lucene and have what will hopefully be a couple of simple questions. 1. Can I index numbers with Lucene? If so, ints or floats or ? 2. Can I index dates with Lucene? In either case, is there any way I can sort the results returned by a search on these fields? Also, can I s

Re: "Match All Words" Query

2002-04-06 Thread Chris Withers
Melissa Mifsud wrote: > > I've been going round in circles trying to come up with a query that will return >documents which contian ALL the query terms. This should be easy, however I would >like the words to span ANY of the fields of the documents. Just a thought... have you tried building a