コード例 #1
0
 def get_string_rec_attributes(self, solr_recs):
     """ gets string record attributes from the database.
         The solr index does not keep string-fields in memory
     """
     solr_uuids = SolrUUIDs(self.response_dict_json)
     solr_uuids.rec_attributes = self.rec_attributes
     output = solr_uuids.get_string_rec_attributes(solr_recs)
     return output
コード例 #2
0
 def get_string_rec_attributes(self, solr_recs):
     """ gets string record attributes from the database.
         The solr index does not keep string-fields in memory
     """
     solr_uuids = SolrUUIDs(self.response_dict_json)
     solr_uuids.rec_attributes = self.rec_attributes
     output = solr_uuids.get_string_rec_attributes(solr_recs)
     return output