Posted By:
Bene_Hwaer
Posted On:
Tuesday, November 22, 2005 05:38 AM
Hi, when i do a search with Lucene sometimes thorw the next error:
org.apache.lucene.queryParser.ParseException: Encountered "OR" at line 1, column 0.
Was expecting one of:
...
"+" ...
"-" ...
"(" ...
...
...
...
...
"[" ...
"{" ...
...
atorg.apache.lucene.queryParser.QueryParser.generateParseException(QueryParser.java:1152)
How i can fix it? Because i must do the search with this word.
Thank you.