org.apache.solr.handler.dataimport
Class TikaEntityProcessor

java.lang.Object
  extended by org.apache.solr.handler.dataimport.EntityProcessor
      extended by org.apache.solr.handler.dataimport.EntityProcessorBase
          extended by org.apache.solr.handler.dataimport.TikaEntityProcessor

public class TikaEntityProcessor
extends EntityProcessorBase

An implementation of EntityProcessor which reads data from rich docs using Apache Tika

Since:
solr 3.1

Field Summary
 
Fields inherited from class org.apache.solr.handler.dataimport.EntityProcessorBase
ABORT, cacheSupport, context, CONTINUE, entityName, isFirstInit, ON_ERROR, onError, query, rowIterator, SKIP, SKIP_DOC, TRANSFORM_ROW, TRANSFORMER
 
Constructor Summary
TikaEntityProcessor()
           
 
Method Summary
protected  void firstInit(Context context)
           
 Map<String,Object> nextRow()
           
 
Methods inherited from class org.apache.solr.handler.dataimport.EntityProcessorBase
destroy, getNext, init, initCache, nextDeletedRowKey, nextModifiedParentRowKey, nextModifiedRowKey
 
Methods inherited from class org.apache.solr.handler.dataimport.EntityProcessor
close, postTransform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TikaEntityProcessor

public TikaEntityProcessor()
Method Detail

firstInit

protected void firstInit(Context context)
Overrides:
firstInit in class EntityProcessorBase

nextRow

public Map<String,Object> nextRow()
Overrides:
nextRow in class EntityProcessorBase


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.