I have a problem where the format of the response not as before, response should return the fields with type(int/bool/long) on the index fields as below but I am getting it without the type of fields. any idea how i am returning also the fields type? somechange in solrConfig.xml? on request(same request worked before)?
I am using Solr 8.11.3
The request: http://:/solr//admin/luke?fl=lastModified
Example of good response: 3 true
But currently it’s return without types: "Bad" response without the fields type: { "responseHeader":{ "status":0, "QTime":0}, "index":{ "numDocs":0, "maxDoc":0, "deletedDocs":0, "indexHeapUsageBytes":0, "version":5, "segmentCount":0, "current":true,
Thanks Shlomi Dahan
I am expecting to get the type field in the response like below with int/Long/bool:
. . 47 trueThanks Shlomi Dahan