Re: search with Filter

2008-09-15 Thread Erick Erickson
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

search with Filter

2008-09-15 Thread Dino Korah
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

Re: about the performance of search with filter

2006-04-22 Thread karl wettin
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

about the performance of search with filter

2006-04-21 Thread 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? Thanks Sen Zhou - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio