You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by 李世明 <li...@live.com> on 2020/02/29 09:34:53 UTC

About Raw Query Parameters

Hi:

Use Raw Query Parameters to pass in an array. How can you use cursors to refer to elements of an array in a function?

For example,How do I get $a[0] to work properly:
"params":{
    "a":["1”,  "2”, "3"],
    "q": "*:*",
    "fl": "$a, $a[0]"  
}


Thank you very much