Package com.atlantbh.nutch.index.alternativedataflow.conf

Examples of com.atlantbh.nutch.index.alternativedataflow.conf.Field


    parameterMap.put(CsvDataFlow.ADD_FIELD_NAMES_TO_FIRST_LINE, "true");
    parameterMap.put(CsvDataFlow.APPEND_TIMESTAMP, "true");
   
    Entry entry = new Entry("CSV");
    entry.setParameterMap(parameterMap);
    entry.setFieldList(Arrays.asList(new Field[] {new Field("testString"), new Field("testFloat"), new Field("testDate")}));
    entryList.add(entry);
  }
View Full Code Here

TOP

Related Classes of com.atlantbh.nutch.index.alternativedataflow.conf.Field

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.