Filters aren't really specified per field. All they are is a bitmask, one
bit per *document*. You can construct the filter any way you want, in your
case by inspecting the date-time field and passing it along with your query.
You can even combine several fields into one filter by twiddling the bits
Hi All,
I am trying to utilize Filter to see if I can get a bit more performance out
of my application that searches over 100million document lucene index.
On all my documents I have a two fields over which I will have to scope my
searches. One is a date-time field (MMDDHHMMSS) and a user-i
22 apr 2006 kl. 08.56 skrev Sen Zhou:
Hi, all
I want to know the different between the search without
rangefilter and
the search with rangefilter. Is the letter more slow than the latter?
Adding more data processing usually consume more clock ticks. But you
won't know until you test. W
Hi, all
I want to know the different between the search without rangefilter and
the search with rangefilter. Is the letter more slow than the latter?
Thanks
Sen Zhou
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additio