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
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
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
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