Huh? Queries come in through URL parameters and this is all ASCII anyway. Even in XML, entities and UTF-8 decode to the same characters after parsing.
The glyph formerly known as Prince belongs in the private use area, of course. wunder On 2/7/08 11:06 AM, "Lance Norskog" <[EMAIL PROTECTED]> wrote: > Some people loathe UTF-8 and do all of their text in XML entities. This > might work better for your punctuation needs. But it still won't help you > with Prince :) > > -----Original Message----- > From: Walter Underwood [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 07, 2008 9:25 AM > To: solr-user@lucene.apache.org > Subject: Query with literal quote character: 6'2" > > We have a movie with this title: 6'2" > > I can get that string indexed, but I can't get it through the query parser > and into DisMax. It goes through the analyzers fine. I can run the analysis > tool in the admin interface and get a match with that exact string. > > These variants don't work: > > 6'2" > 6'2\" > 6\'2\" > > Any ideas? I'm still running 1.1. Been a bit busy to plan the upgrade. > > wunder