On 1/22/07, Chris Hostetter <[EMAIL PROTECTED]> wrote:
acctually, that's makes me realize: if you support zero width prefix queries, then "*" is going to be parsed as a zero width prefix on whatever the defaultSearchField is and return all results which have a value in that field
Hmmm, right. if the QueryParser actually supports parsing that syntax. I haven't tried it out. It's just that it normally surprises people that they can do foo:a* and not foo:* -Yonik