Solr Payload example

2019-10-20 Thread Vincenzo D'Amore
Hi all, I'm trying to understand what I did wrong with a payload query that returns error: { metadata: [ "error-class", "org.apache.solr.common.SolrException", "root-error-class", "org.apache.solr.common.SolrException" ], msg: "No payload decoder found for field: colorCode", code: 400 } I have r

Re: Solr Payload example

2019-10-20 Thread Vincenzo D'Amore
Sorry, I just realized that I was wrong in how I'm using the payload function. Give that the payload function only handles a numeric (integer or float) payload, could you suggest me an alternative function that handles strings? If not, should I write one? On Sun, Oct 20, 2019 at 10:43 PM Vincenzo