Hello When search term has word 'OR', Lucene throws an ParseException but here the term 'OR' is not searched for to be interpreted by condition in query intentionally.The needs is simple to get the lucene document which has text for example ' Holland OR Germany '.in other words when i search for 'Holland OR Germany' for example, i dont want the lucene documents which contains either text 'Holland' or 'Germany'.I want simply the document which has exactly containing the text ' Holland OR Germany '.I want the 'OR' term interpreted as usual string not search operator in Lucene.
When i try same with Luke, also i am having same problem there. How can i avoid this and make Lucene interpret search operators in its own implementation as simple text ? Thank you in advance. -- View this message in context: http://www.nabble.com/ParseException-tp25185575p25185575.html Sent from the Lucene - Java Developer mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org