I have fields that set up as "stored=false", still they are showing up in the response. I checked "useDocValuesAsStored" is set to false. Any idea why these fields showing up in the response.
Solr8- stored=false fields show up in the response
519 views Asked by user2137216 At
1
I am new in solr but when I checked the schema.xml file, I saw that, all fieldTypes are almost DocValues (docValues="true")
you can check it in Schema in Admin UI. so set docValues to false if you dont want to retrive in result set.