com.endeca.itl.web.process
Interface EndecaRecordGenerator

All Superinterfaces:
Configurable, Pluggable

public interface EndecaRecordGenerator
extends Pluggable, Configurable

Author:
wyung

Field Summary
static String X_POINT_ID
          The name of the extension point.
 
Method Summary
 List<com.endeca.itl.record.Record> generate(Content content, Parse parse)
           
 
Methods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
 

Field Detail

X_POINT_ID

static final String X_POINT_ID
The name of the extension point.

Method Detail

generate

List<com.endeca.itl.record.Record> generate(Content content,
                                            Parse parse)
                                            throws Exception
Throws:
Exception


Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.