I'm trying to export Solr index to a JSON file. However, among the 2 fields I care about, one of them (field A
) is multivalued
, another (field B
) neither indexed nor has doc values
(this field is probably missing schema). Both cause error that says can not use FieldCache on a field which is ...
The schemas of these fields is on remote server, and shouldn't be changed. Is it possible then to export the index with these fields anyway? Thank you!
p.s. If possible I would also like to fl
on these 2 fields since they are all I need.