About Raw Query Parameters

2020-02-29 Thread 李世明
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

Re: Raw query parameters

2014-04-29 Thread Xavier Morera
You saved my life Shawn! Thanks! On Mon, Apr 28, 2014 at 11:54 PM, Shawn Heisey wrote: > On 4/28/2014 7:54 PM, Xavier Morera wrote: > > Would anyone be so kind to explain what are the "Raw query parameters" > > in Solr's admin UI. I can't find an explanatio

Re: Raw query parameters

2014-04-28 Thread Shawn Heisey
On 4/28/2014 7:54 PM, Xavier Morera wrote: > Would anyone be so kind to explain what are the "Raw query parameters" > in Solr's admin UI. I can't find an explanation in either the reference > guide nor wiki nor web search. The query API supports a lot more parameter

Raw query parameters

2014-04-28 Thread Xavier Morera
Hi, Would anyone be so kind to explain what are the "Raw query parameters" in Solr's admin UI. I can't find an explanation in either the reference guide nor wiki nor web search. [image: Inline image 1] A bit confused on what it actually is for [image: Inline image 3] Thank