[][src]Module stellr::response_types

Utility Structs for deserialising solr responses

This module contains a set of structs that you can use to deserialise common solr responses.

As the SolrResponseHeader is frequently reused, this is split out into it's own struct, and composed into other types (eg. in SolrSelectType and SolrUpdateType).

Structs

SolrListCollectionsType

Standard structure for a call to /admin/collections?action=LIST

SolrResponseHeader

Struct to match the standard solr responseHeader

SolrSelectBody

Struct to match the standard solr select body

SolrSelectType

Standard structure for a full select response

SolrUpdateType

Standard structure for an update response