public class ClobTransformer extends Transformer
Transformer
instance which converts a Clob
to a String
.
Refer to http://wiki.apache.org/solr/DataImportHandler for more details.
This API is experimental and subject to change
Constructor and Description |
---|
ClobTransformer() |
public static final String CLOB
public Object transformRow(Map<String,Object> aRow, Context context)
Transformer
transformRow
in class Transformer
aRow
- A row of datacontext
- The current contextMap
<String
, Object
> if it returns
only one row or if there are multiple rows to be returned it must
be a List
<Map
<String
, Object
>>