* bump *
Anyone?
On Oct 15, 2008, at 14:36 , Jurriën Stutterheim wrote:
Hi all,
In my search index with roughly 200k documents I need to be able to
search on document dates. I've already got a nice ranged query
working and it returns the right results. In addition to the date
fields the search form of course also provides a text field so the
user can search for some keywords.
My main problem now is that the date-range query is incredibly slow
when it's spread across more than a few years. One of the solutions
I came up with was to search for the keywords first, and then narrow
those results down by using a date-range query.
Is this possible?
- Jurriën