You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Bjarke Mortensen (JIRA)" <ji...@apache.org> on 2017/10/02 11:17:00 UTC

[jira] [Commented] (SOLR-10078) "Unknown query type:org.apache.lucene.search.MatchNoDocsQuery" error with Solr v6.3

    [ https://issues.apache.org/jira/browse/SOLR-10078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16187870#comment-16187870 ] 

Bjarke Mortensen commented on SOLR-10078:
-----------------------------------------

I have a similar error on Solr 6.6.1
As the stack trace shows it stems from ComplexPhrase and highlighting.

{
  "responseHeader":{
    "status":500,
    "QTime":9,
    "params":{
      "q":"vowifi OR personalealarm* OR personalealarmer OR personsikring* OR demenssikring* OR kaldeanlæg* OR kaldeanlægget OR kaldesystem* OR kaldesystemer OR beboerkald* OR dect OR overfaldsalarm* OR overfaldsalarmer OR tryghedsalarm* OR tryghedsalarmer OR ascom* OR condig* OR nødkaldeanlæg* OR nødkaldsanlægget OR nødkaldsløsning* OR nødkaldsløsningen OR patientkald* OR _query_:\"{!complexphrase inOrder=false df=all_text}\\\"patien* (alarm* OR nødkald*)\\\"~5\" OR sikringsanlæg* OR _query_:\"{!complexphrase inOrder=false df=all_text}\\\"gps (hospital* OR syghus*)\\\"~10\" OR positioneringsteknologi* OR kortidscenter* OR gulvsensor* OR _query_:\"{!complexphrase inOrder=false df=all_text}\\\"sensor* OR gulv*\\\"~1\" OR _query_:\"{!complexphrase inOrder=false df=all_text}\\\"patientsikkerhed* (fok?s OR initiativ* OR tiltag OR aktivitete* OR projek*)\\\"~3\" OR _query_:\"{!complexphrase inOrder=false df=all_text}\\\"(enheder* OR modtagecentral* OR callcenter* OR beskyttels* OR tryghe* OR sikkerhe*) (udebesøg* OR hjemmebesøg* OR udekøre*)\\\"~3\" OR sundhedsplatform* OR sundhedsplatformen OR _query_:\"{!complexphrase inOrder=false df=all_text}\\\"(nødkald* OR alarm* OR alarmer) (plejecenter* OR ældrebolig* OR demenscenter* OR plejehjem* OR patien* OR demens* OR ældr* OR gennemgan* OR udskif* OR nedslid* OR gamme* OR utids*)\\\"~5\" OR ( _query_:\"{!complexphrase inOrder=false df=all_text}\\\"nødkald* plejebolig*\\\"~10\" NOT taastru*)",
      "hl":"on",
      "indent":"on",
      "fl":"content_hash",
      "fq":["(document_date:[2016-11-09T00:00:00Z TO *])",
        "document_type:(minutes OR addendum OR agenda OR budget OR financial_report)"],
      "hl.fl":"title,full_text,pcv_text,authority,department",
      "wt":"json"}},
  "response":{"numFound":1860,"start":0,"docs":[
      {
        "content_hash":"c41c26deefd28edf8f588d9ee6b3cab9970e4451"},
      {
        "content_hash":"cbfe965b1910d7d94ef01b7222722adb1d21fe44"},
      {
        "content_hash":"426d417d4f4fe6c7f8955dd2291bd9670e577b57"},
      {
        "content_hash":"00ad8409210d8f851cce43a544125adfd02d0031"},
      {
        "content_hash":"7a71fe577c7f32df52841da3f1234a93f9facee5"},
      {
        "content_hash":"baf517f930a2870ec31069471064ad217928dd9e"},
      {
        "content_hash":"d3b43e1bdf9b310e2ba7e0a42a1e23a033919ade"},
      {
        "content_hash":"9974c198550cf725f8ac405565d7375d897cc282"},
      {
        "content_hash":"b4c1b8aa925581d362fd17f831d472f216fe9bc9"},
      {
        "content_hash":"1ad959998e9e66b24bfaafb9f6a89b3f514377d7"}]
  },
  "error":{
    "msg":"Unknown query type:org.apache.lucene.search.MatchNoDocsQuery",
    "trace":"java.lang.IllegalArgumentException: Unknown query type:org.apache.lucene.search.MatchNoDocsQuery\n\tat org.apache.lucene.queryparser.complexPhrase.ComplexPhraseQueryParser$ComplexPhraseQuery.addComplexPhraseClause(ComplexPhraseQueryParser.java:403)\n\tat org.apache.lucene.queryparser.complexPhrase.ComplexPhraseQueryParser$ComplexPhraseQuery.rewrite(ComplexPhraseQueryParser.java:296)\n\tat org.apache.lucene.search.highlight.WeightedSpanTermExtractor.extract(WeightedSpanTermExtractor.java:230)\n\tat org.apache.lucene.search.highlight.WeightedSpanTermExtractor.extract(WeightedSpanTermExtractor.java:113)\n\tat org.apache.lucene.search.highlight.WeightedSpanTermExtractor.getWeightedSpanTerms(WeightedSpanTermExtractor.java:522)\n\tat org.apache.lucene.search.highlight.QueryScorer.initExtractor(QueryScorer.java:218)\n\tat org.apache.lucene.search.highlight.QueryScorer.init(QueryScorer.java:186)\n\tat org.apache.lucene.search.highlight.Highlighter.getBestTextFragments(Highlighter.java:195)\n\tat org.apache.solr.highlight.DefaultSolrHighlighter.doHighlightingByHighlighter(DefaultSolrHighlighter.java:612)\n\tat org.apache.solr.highlight.DefaultSolrHighlighter.doHighlightingOfField(DefaultSolrHighlighter.java:456)\n\tat org.apache.solr.highlight.DefaultSolrHighlighter.doHighlighting(DefaultSolrHighlighter.java:418)\n\tat org.apache.solr.handler.component.HighlightComponent.process(HighlightComponent.java:182)\n\tat org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:296)\n\tat org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)\n\tat org.apache.solr.core.SolrCore.execute(SolrCore.java:2477)\n\tat org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:723)\n\tat org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:529)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:361)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:305)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1691)\n\tat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)\n\tat org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)\n\tat org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)\n\tat org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)\n\tat org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)\n\tat org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213)\n\tat org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:119)\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)\n\tat org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:335)\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)\n\tat org.eclipse.jetty.server.Server.handle(Server.java:534)\n\tat org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)\n\tat org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)\n\tat org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)\n\tat org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)\n\tat org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)\n\tat org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)\n\tat org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)\n\tat org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)\n\tat java.lang.Thread.run(Thread.java:748)\n",
    "code":500}}

> "Unknown query type:org.apache.lucene.search.MatchNoDocsQuery" error with Solr v6.3
> -----------------------------------------------------------------------------------
>
>                 Key: SOLR-10078
>                 URL: https://issues.apache.org/jira/browse/SOLR-10078
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>    Affects Versions: 6.3
>            Reporter: Andy Tran
>            Priority: Minor
>
> With Solr v6.3, when I issue this query:
> http://localhost:8983/solr/BestBuy/select?wt=json&rows=10&q={!complexphrase%20inOrder=false}_text_:%22maytag~%20(refri~%20OR%20refri*)%20%22&fl=id&hl=true&hl.preserveMulti=false&hl.fragsize=60&hl.fl=nameX,shortDescription,longDescription,artistName,type,manufacturer,department
> I get this error in the JSON response:
> *************************************************************
> {
>   "responseHeader": {
>     "zkConnected": true,
>     "status": 500,
>     "QTime": 8,
>     "params": {
>       "q": "{!complexphrase inOrder=false}_text_:\"maytag~ (refri~ OR refri*) \"",
>       "hl": "true",
>       "hl.preserveMulti": "false",
>       "fl": "id",
>       "hl.fragsize": "60",
>       "hl.fl": "nameX,shortDescription,longDescription,artistName,type,manufacturer,department",
>       "rows": "10",
>       "wt": "json"
>     }
>   },
>   "response": {
>     "numFound": 2,
>     "start": 0,
>     "docs": [
>       {
>         "id": "5411379"
>       },
>       {
>         "id": "5411404"
>       }
>     ]
>   },
>   "error": {
>     "msg": "Unknown query type:org.apache.lucene.search.MatchNoDocsQuery",
>     "trace": "java.lang.IllegalArgumentException: Unknown query type:org.apache.lucene.search.MatchNoDocsQuery\n\tat org.apache.lucene.queryparser.complexPhrase.ComplexPhraseQueryParser$ComplexPhraseQuery.addComplexPhraseClause(ComplexPhraseQueryParser.java:388)\n\tat org.apache.lucene.queryparser.complexPhrase.ComplexPhraseQueryParser$ComplexPhraseQuery.rewrite(ComplexPhraseQueryParser.java:289)\n\tat org.apache.lucene.search.highlight.WeightedSpanTermExtractor.extract(WeightedSpanTermExtractor.java:230)\n\tat org.apache.lucene.search.highlight.WeightedSpanTermExtractor.getWeightedSpanTerms(WeightedSpanTermExtractor.java:522)\n\tat org.apache.lucene.search.highlight.QueryScorer.initExtractor(QueryScorer.java:218)\n\tat org.apache.lucene.search.highlight.QueryScorer.init(QueryScorer.java:186)\n\tat org.apache.lucene.search.highlight.Highlighter.getBestTextFragments(Highlighter.java:195)\n\tat org.apache.solr.highlight.DefaultSolrHighlighter.doHighlightingByHighlighter(DefaultSolrHighlighter.java:602)\n\tat org.apache.solr.highlight.DefaultSolrHighlighter.doHighlightingOfField(DefaultSolrHighlighter.java:448)\n\tat org.apache.solr.highlight.DefaultSolrHighlighter.doHighlighting(DefaultSolrHighlighter.java:410)\n\tat org.apache.solr.handler.component.HighlightComponent.process(HighlightComponent.java:141)\n\tat org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:295)\n\tat org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:153)\n\tat org.apache.solr.core.SolrCore.execute(SolrCore.java:2213)\n\tat org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:654)\n\tat org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:460)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:303)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:254)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1668)\n\tat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)\n\tat org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)\n\tat org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)\n\tat org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)\n\tat org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)\n\tat org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213)\n\tat org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:119)\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)\n\tat org.eclipse.jetty.server.Server.handle(Server.java:518)\n\tat org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308)\n\tat org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)\n\tat org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)\n\tat org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)\n\tat org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)\n\tat org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)\n\tat org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)\n\tat java.lang.Thread.run(Thread.java:745)\n",
>     "code": 500
>   }
> }
> *************************************************************
> I did NOT have this error in Solr v6.1 so something has changed in v6.3 that is causing this error.
> Steve Rowe thinks it may be related to https://issues.apache.org/jira/browse/LUCENE-7337
> Hoss' initial thoughts:  "i think the root of the issue is that the way those fuzzy and prefix queries are parsed means that they *may* produce an empty boolean query depending on the contents of the index, and then the new optimization rewrites those empty boolean queries into MatchNoDocsQueries -- but the highlighter (which uses hueristics to figure out what to ask each query -- based on it's type -- what to highlight) doesn't know what to do with that.  i'm really suprised the highlighter throws an error in the "unexpected query type" code path instead of just ignorning it."



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org