[ 
https://issues.apache.org/jira/browse/SOLR-11365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Cassandra Targett updated SOLR-11365:
-------------------------------------
    Component/s: query parsers
     Issue Type: Improvement  (was: Bug)

> Verbose parameter's names for QParsers
> --------------------------------------
>
>                 Key: SOLR-11365
>                 URL: https://issues.apache.org/jira/browse/SOLR-11365
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: query parsers
>            Reporter: Cao Manh Dat
>            Priority: Major
>
> SOLR-11244 enabled a powerful and easy to construct Query DSL for Solr. 
> Thefore we may consider using verbose names for parameters of QParsers to 
> make the query more easy to understand. For example 
> {code}
> curl -XGET http://localhost:8983/solr/query -d '
> { 
>     "query" : {
>         "boost" : {
>             "query" : {
>                 "lucene" : {
>                     "operator" : "AND",
>                     "default_field" : "cat_s",
>                     "query" : "A"
>                 }
>             }
>             "function" : "log(popularity)"
>         }
>     }
> }
> {code}
> In my opinion we should support both verbose and shorthand names for Query DSL



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to