Erik Hatcher wrote:
The downside is scoring closer matches (in say the WildcardQuery) would no longer be possible, right?
Right. We could implement a scorer that keeps a byte array of scores instead of a bit vector, using Similarity.java's 8-bit float format. That would use more memory, but still permit ranked searches. Worth it? I don't know. I'd go with the simpler solution first.
Doug --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]