| 
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.lucene.pipelets.LuceneIndexPipelet
public class LuceneIndexPipelet
Pipelet for adding and deleting records from index.
| Field Summary | |
|---|---|
static java.lang.String | 
ALLOW_DOUBLETS
name of parameter configuring if doublets are allowed in index.  | 
static java.lang.String | 
EXECUTION_MODE
execution mode.  | 
static java.lang.String | 
INDEX_NAME
index name parameter.  | 
static java.lang.String | 
INDEXING_PARAMETERS
name of indexing su parameters.  | 
| Constructor Summary | |
|---|---|
LuceneIndexPipelet()
 | 
|
| Method Summary | |
|---|---|
 void | 
configure(AnyMap configuration)
set configuration of pipelet.  | 
 java.lang.String[] | 
process(Blackboard blackboard,
        java.lang.String[] recordIds)
process records on Blackboard service.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String INDEXING_PARAMETERS
public static final java.lang.String INDEX_NAME
public static final java.lang.String EXECUTION_MODE
public static final java.lang.String ALLOW_DOUBLETS
| Constructor Detail | 
|---|
public LuceneIndexPipelet()
| Method Detail | 
|---|
public void configure(AnyMap configuration)
               throws ProcessingException
configure in interface Pipeletconfiguration - configuration of pipelet.
ProcessingException - configuration is not applicable for pipelet (missing properties, wrong datatypes)
public java.lang.String[] process(Blackboard blackboard,
                                  java.lang.String[] recordIds)
                           throws ProcessingException
process in interface Pipeletblackboard - Blackboard service managing the records.recordIds - Ids of records to process.
ProcessingException - error during processing.
  | 
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||