Re: Question regarding URL encoding

2006-07-17 Thread Chris Hostetter
it sounds like you may be confused by a couple of differnet things: 1) you are getting a parse exception bcause the '"' character is meaningful to the query parser ... it thinks you are trying to do a phraes search but you haven't finished the phrase, try escaping it with \" 2) just because you

Question regarding URL encoding

2006-07-17 Thread Van Nguyen
I'm trying to search my index using this search phrase: 1" That returns zero search results and throws a ParseException: Lexical error at line... I can see that 1" is part of that particular document by searching that same document using a different search term. How should the Lucene in