Re: Problem with Custom Filter

2007-01-26 Thread Paul Lynch
: Problem with Custom Filter I think you're only setting one bit in your filter. You're docs array is only one cell long, and your termDocs.read reads up to the length of docs (exactly one in this case) entries. So, you're getting only one doc ID. And setting it. Even if you made yo

Re: Problem with Custom Filter

2007-01-26 Thread Erick Erickson
I think you're only setting one bit in your filter. You're docs array is only one cell long, and your termDocs.read reads up to the length of docs (exactly one in this case) entries. So, you're getting only one doc ID. And setting it. Even if you made your array larger, you would only set one bec

Problem with Custom Filter

2007-01-26 Thread Paul Lynch
Hi, I am going mad trying to find out what I am doing wrong with my custom filter implementation (almost an exact copy of SpecialsFilter from LIA). I have put together a quick sample to illustrate my problem, if some kind soul has 2 minutes to take a quick look and tell me where I am being so s