You need to set the "lang" on the query builder to "native". Also, you probably want to use the docs lookup to fetch the field (all values loaded and cached to memory), compared with fields lookup, which fetches it if it was stored from the index storage.
On Tuesday, May 24, 2011 at 8:34 PM, davrob2 wrote:
Hi,
I have created a NativeScriptFactory: NativeScriptFactory · GitHub
Which I call using this snippet, which builds on an existing query
that works fine: AddScriptSort_snippet · GitHubBut this is the error I get in the response: sortQueryResponse.json · GitHub
This is my config where I associate the Factory with the name "my":
sortQueryResponse.json · GitHubAny reason why I am getting the error?
Regards,
David.