roda icon indicating copy to clipboard operation
roda copied to clipboard

Add API method to get indexed object class solr fields

Open chalkos opened this issue 5 years ago • 1 comments

To better support fieldsToReturn, there should be a way to list all the solr fields for an indexed object class.

chalkos avatar Nov 06 '18 14:11 chalkos

Dynamic fields were obtained using a Luke request which has been discontinued in solr 7.

Maybe this feature could be implemented by returning the schema fields and using a list from configuration to return some extra fields (like the dynamic fields used in ingest crosswalks).

chalkos avatar Nov 12 '18 17:11 chalkos