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