Previous topic

2.1.7.1.3. solrclient.SOLRArrayTransformer

Next topic

2.1.7.1.5. solrclient.SOLRSearchResponseIterator

This Page

2.1.7.1.4. solrclient.SOLRRecordTransformer

class solrclient.SOLRRecordTransformer

A SOLR record transformer. Used to transform a SOLR search response document into some other form, such as a dictionary or list of values.

This base implementation just returns the record unchanged.

__init__()

Methods

__init__()
transform(record)