|
Application Error:
ParseException occurred while running the Lucene Search: : Encountered "OR" at line 1, column 77.
Was expecting one of:
<NOT> ...
"+" ...
"-" ...
"(" ...
<QUOTED> ...
<TERM> ...
<PREFIXTERM> ...
<WILDTERM> ...
"[" ...
"{" ...
<NUMBER> ...
org.apache.lucene.queryParser.ParseException: Encountered "OR" at line 1, column 77.
Was expecting one of:
<NOT> ...
"+" ...
"-" ...
"(" ...
<QUOTED> ...
<TERM> ...
<PREFIXTERM> ...
<WILDTERM> ...
"[" ...
"{" ...
<NUMBER> ...
at org.apache.lucene.queryParser.QueryParser.generateParseException(QueryParser.java(Compiled Code))
at org.apache.lucene.queryParser.QueryParser.jj_consume_token(QueryParser.java(Compiled Code))
at org.apache.lucene.queryParser.QueryParser.Clause(QueryParser.java(Compiled Code))
at org.apache.lucene.queryParser.QueryParser.Query(QueryParser.java(Compiled Code))
at org.apache.lucene.queryParser.QueryParser.Clause(QueryParser.java(Compiled Code))
at org.apache.lucene.queryParser.QueryParser.Query(QueryParser.java(Compiled Code))
at org.apache.lucene.queryParser.QueryParser.parse(QueryParser.java:140)
at com.dc.storefront.itemdisplay.LuceneSearch.runQueryHits(LuceneSearch.java(Inlined Compiled Code))
at com.dc.storefront.itemdisplay.LuceneSearch.performSearch(LuceneSearch.java(Compiled Code))
at com.dc.storefront.itemdisplay.LuceneSearch.getItemSearchResults(LuceneSearch.java:104)
at com.dc.storefront.ejb.session.ItemSearchSessBean.getLuceneSearchResults(ItemSearchSessBean.java:420)
at com.dc.storefront.ejb.session.ItemSearchSessBean.getSearchResults(ItemSearchSessBean.java:225)
at com.dc.storefront.ejb.session.EJSLocalStatelessItemSearchSess_8b6dbe20.getSearchResults(EJSLocalStatelessItemSearchSess_8b6dbe20.java:267)
at com.dc.storefront.b2c.actions.BrowseAction.prepare_browse_results(BrowseAction.java:476)
at com.dc.storefront.b2c.actions.BrowseAction.executeAdditionalActions(BrowseAction.java:210)
at com.dc.storefront.b2c.actions.MaintenanceAction.execute(MaintenanceAction.java(Compiled Code))
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java(Inlined Compiled Code))
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java(Compiled Code))
at org.apache.struts.action.ActionServlet.process(ActionServlet.java(Inlined Compiled Code))
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java(Compiled Code))
at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java(Compiled Code))
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java(Compiled Code))
at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java(Compiled Code))
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java(Compiled Code))
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java(Compiled Code))
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java(Compiled Code))
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java(Compiled Code))
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java(Compiled Code))
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java(Compiled Code))
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java(Compiled Code))
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java(Compiled Code))
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code))
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java(Compiled Code))
at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java(Compiled Code))
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
|