On 4/28/08 10:20 AM, "Chris Hostetter" <[EMAIL PROTECTED]> wrote:
> the recursive mapping was something i put in the DismaxQueryParser because > it was easy. The param syntax of the DismaxRequestHandler has never > supported it, but it's possible someone out there has a subclass that > takes advantage of it. Seems like a distant possibility. Recursive mapping for non-fuzzy fields will still work, though. > if you're writing a new dismax parser that gets boosts and fuzzy values in > a different way it it could easily just be a new parser (one of the things > on my "if only i had more time" list would be to write a new parser from > scrath that didn't have the weird hacks to get arround the baggage of > Lucene's QueryParser) I'm making minimal changes on top of 1.1. Store the fuzzy fields in a Map, then call getFuzzyQuery instead of getFieldQuery. I've done the "write a query parser then toss it and write a good one", but I'm not planning on it this time. wunder