DateField issues

2002-06-13 Thread Nader S. Henein
I managed to index according to the date field no problem, but then when I search using a date filter, the search is slightly slower and the results do not seem to be constraint by any date. The following code segment shows how I'm searching : (I basically want all the records indexed with

RE: DateField issues

2002-06-13 Thread James Ricci
Nader, I found that RangeQuery works fine with the dates. I always felt that the DateFilter could be slow on a large file. If you think about it, it should be fine so long as you normalize the data your putting into the high/low terms of the RangeQuery. I also made this work with numeric fields

RE: Indexing Problem (thank you)

2002-06-13 Thread none none
thank you very much, the problem was the maxFieldLength, as soon as i changed to 500.000 it is working fine, little bit slower, but fine. Thank you very much. bye -- On Thu, 13 Jun 2002 11:33:17 Anders Nielsen wrote: Or, it could be because you have to set a higher value on maxFieldLength

RE: Boolean Query + Memory Monster

2002-06-13 Thread Scott Ganyo
Use the java -Xmx option to increase your heap size. Scott -Original Message- From: Nader S. Henein [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 12:20 PM To: [EMAIL PROTECTED] Subject: Boolean Query + Memory Monster I have 1 Geg of memory on the machine with the