Hi All,
When I am trying to search for string "s - " (s,space,dash,space).I am getting below error.
Please let me know how to handle such exceptions thrown by lucene.
Caught Exception: com.fatwire.cs.core.search.query.QueryConversionException: org.apache.lucene.queryParser.ParseException: Cannot parse 's -': Encountered "<EOF>" at line 1, column 3.
Was expecting one of:
"(" ...
"*" ...
<QUOTED> ...
<TERM> ...
<PREFIXTERM> ...
<WILDTERM> ...
"[" ...
"{" ...
<NUMBER> ...
<TERM> ...
"*" ...
Thanks,
Jagadeesh