Re: Issues with Special Characters

2008-09-16 Thread Erick Erickson
out escape char //NOT OK > Q5: key:"hatti ghoda (e-mail)" //without escape char //OK > Q6: key:"hatti ghoda \(e\-mail\)" //with escape char //OK > > And with .NET API the behaviour is different. > Q1 doesnt work > Q2 works > Q3 works > Q4 throws except

Re: Issues with Special Characters

2008-09-16 Thread miztaken
Q2 works Q3 works Q4 throws exception Q5 works Q6 doesnt work Any suggestions? -- View this message in context: http://www.nabble.com/Issues-with-Special-Characters-tp19511428p19515241.html Sent from the Lucene - Java Users mailing list archive at Nabble.com.

Re: Issues with Special Characters

2008-09-16 Thread Erick Erickson
;t > >> have to escape the special characters ( , ) and : but for input such as > >> "re:" queryParser is producing error so i have escaped characters here. > >> So it seems like i have two cases to deal with.. > >> Can anyone

Re: Issues with Special Characters

2008-09-16 Thread miztaken
is producing error so i have escaped characters here. >> So it seems like i have two cases to deal with.. >> Can anyone suggest me one generic way to deal with both the cases? >> >> Basically how to index and search string with escape characters will be >> my >> ge

Re: Issues with Special Characters

2008-09-16 Thread Erick Erickson
nyone suggest me one generic way to deal with both the cases? > > Basically how to index and search string with escape characters will be my > generalized question? > > > Please help me > miztaken > > > > > > -- > View this message in context: > http

Issues with Special Characters

2008-09-16 Thread miztaken
ken -- View this message in context: http://www.nabble.com/Issues-with-Special-Characters-tp19511428p19511428.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]