[ https://issues.apache.org/jira/browse/SOLR-11156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Cassandra Targett resolved SOLR-11156. -------------------------------------- Resolution: Cannot Reproduce I just tried to reproduce this with 7.2 and 6.4.2 and in both cases I see: {code:json} "debug": { "rawquerystring": "*:*", "querystring": "*:*", "parsedquery": "(+MatchAllDocsQuery(*:*))/no_coord", "parsedquery_toString": "+*:*", "QParser": "ExtendedDismaxQParser", ... {code} I think unless we get some additional information, this isn't a bug. > Edismax query parser fails to parse q=(*:*) > ------------------------------------------- > > Key: SOLR-11156 > URL: https://issues.apache.org/jira/browse/SOLR-11156 > Project: Solr > Issue Type: Bug > Security Level: Public(Default Security Level. Issues are Public) > Components: query parsers > Affects Versions: 5.5.1 > Environment: Solr 5.5.1 > Reporter: Alfonso Noriega Meneses > Priority: Major > Labels: edismax, query-parser, solr > > The Edismax query parser does parse the query {{(\*:\*)}} as a exact text > match instead of a match all documents. > Setting the debugQuery param to true and the query {{\*:\*}} we get this > json: > {code} > "debug": { > "rawquerystring": "*:*", > "querystring": "*:*", > "parsedquery": "(+MatchAllDocsQuery(*:*))/no_coord", > "parsedquery_toString": "+*:*", > ... > } > {code} > But with the query {{(\*:\*)}} the Edismax query parser returns a > {{DisjunctionMaxQuery}} like shown in the following json: > {code} > "debug": { > "rawquerystring": "(*:*)", > "querystring": "(*:*)", > "parsedquery": "(+DisjunctionMaxQuery((text:*\\:*)))/no_coord", > "parsedquery_toString": "+(text:*\\:*)", > "explain": {}, > "QParser": "ExtendedDismaxQParser", > ... > } > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org