On 2/19/26 11:51, Gus Heck wrote:
I'm not a fan of this design in Solr either since almost every default
implementation in every language incorrectly assumes JSON is a Map
structure by default...
JSON stands for JavaScript Object Notation and JavaScript does not allow
duplicate keys in its objects any more than any other programming language.
Whether it's "correct" or not, the "add-updatehadler" syntax for
> <str name="facet.field">subject</str>
> <str name="facet.field">country</str>
> <str name="facet.field">state</str>
is not documented and if anyone has any idea what it should look like in
"JSON", please share.
As well as quoting style for quotes:
"q" : "(_query_:\"{!edismax ...
or
"q" : "(_query_:""{!edismax ...
or
"q" : "(_query_:'{!edismax ...
???
Dima