Re: to filter or not to filter

2005-08-17 Thread Erik Hatcher
On Aug 17, 2005, at 3:29 PM, Dan Funk wrote: Currently I'm working with a single index where content is indexed by it's original printed page. I have to show the total number of matching documents, so I end up running through all the hits and taking an order of magnitude hit on performance a

to filter or not to filter

2005-08-17 Thread Dan Funk
Currently I'm working with a single index where content is indexed by it's original printed page. I have to show the total number of matching documents, so I end up running through all the hits and taking an order of magnitude hit on performance as I calculate the number of unique documents. I