On Friday 18 February 2005 21:55, Erik Hatcher wrote: > > On Feb 18, 2005, at 3:47 PM, Paul Elschot wrote: > > > Erik, > > > > Just curious: it would seem easier to use multiple fields for the > > original case and lowercase searching. Is there any particular reason > > you analyzed the documents to multiple indexes instead of multiple > > fields? > > I considered that approach, however to expose QueryParser I'd have to > get tricky. If I have title_orig and title_lc fields, how would I > allow freeform queries of title:something?
By lowercasing the querytext and searching in title_lc ? Regards, Paul Elschot. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]