org.apache.solr.handler.dataimport
Class DateFormatTransformer
java.lang.Object
org.apache.solr.handler.dataimport.Transformer
org.apache.solr.handler.dataimport.DateFormatTransformer
public class DateFormatTransformer
- extends Transformer
Transformer instance which creates Date instances out of Strings.
Refer to http://wiki.apache.org/solr/DataImportHandler
for more details.
This API is experimental and subject to change
- Since:
- solr 1.3
- Version:
- $Id: DateFormatTransformer.java 762180 2009-04-05 22:50:10Z shalin $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DATE_TIME_FMT
public static final String DATE_TIME_FMT
- See Also:
- Constant Field Values
DateFormatTransformer
public DateFormatTransformer()
transformRow
public Object transformRow(Map<String,Object> aRow,
Context context)
- Description copied from class:
Transformer
- The input is a row of data and the output has to be a new row.
- Specified by:
transformRow
in class Transformer
- Parameters:
aRow
- A row of datacontext
- The current context
- Returns:
- The changed data. It must be a Map if it returns
only one row or if there are multiple rows to be returned it must
be a List
Copyright © 2011 Apache Software Foundation. All Rights Reserved.