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
). 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
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