Re: camel-casing and dismax troubles

2009-05-13 Thread Yonik Seeley
On Tue, May 12, 2009 at 7:19 PM, Geoffrey Young ge...@modperlcookbook.org wrote: hi all :) I'm having trouble with camel-cased query strings and the dismax handler. a user query  LeAnn Rimes isn't matching the indexed term  Leann Rimes This is the camel-case case that can't currently

Re: camel-casing and dismax troubles

2009-05-13 Thread Geoffrey Young
On Wed, May 13, 2009 at 6:23 AM, Yonik Seeley yo...@lucidimagination.com wrote: On Tue, May 12, 2009 at 7:19 PM, Geoffrey Young ge...@modperlcookbook.org wrote: hi all :) I'm having trouble with camel-cased query strings and the dismax handler. a user query LeAnn Rimes isn't matching

Re: camel-casing and dismax troubles

2009-05-13 Thread Yonik Seeley
On Wed, May 13, 2009 at 12:29 PM, Geoffrey Young ge...@modperlcookbook.org wrote: However since the indexed term is simply leann, a WordDelimiterFilter configured to split won't match (a search for LeAnn will be translated into a search for le ann. but the concatparts and/or concatall should

camel-casing and dismax troubles

2009-05-12 Thread Geoffrey Young
hi all :) I'm having trouble with camel-cased query strings and the dismax handler. a user query LeAnn Rimes isn't matching the indexed term Leann Rimes even though both are lower-cased in the end. furthermore, the analysis tool shows a match. the debug query looks like