RE: Best solution for the Date Range problem

2006-06-12 Thread Satuluri, Venu_Madhav
To: java-user@lucene.apache.org Subject: RE: Best solution for the Date Range problem Hello, You might consider using the suggestion at http://wiki.apache.org/jakarta-lucene/LargeScaleDateRangeProcessing We successfully used it to search for wide date ranges, on a relatively large number of

RE: Best solution for the Date Range problem

2006-06-12 Thread Mile Rosu
). Gluing and MM in a field like MM also would make your query look nicer. Greets, Mile Rosu -Original Message- From: Björn Ekengren [mailto:[EMAIL PROTECTED] Sent: Monday, June 12, 2006 11:51 AM To: java-user@lucene.apache.org Subject: Best solution for the Date Range problem Hi, I

Best solution for the Date Range problem

2006-06-12 Thread Björn Ekengren
Hi, I would like users to be able to search on both terms and within a date range. The solutions I have come across so far are: 1. Use the default QueryParser which will use RangeQuery which will expand into a number of Boolean clauses. It is quite likely that this will run into the TooManyClause