org.apache.lucene.index
Class PayloadProcessorProvider.PayloadProcessor

java.lang.Object
  extended by org.apache.lucene.index.PayloadProcessorProvider.PayloadProcessor
Enclosing class:
PayloadProcessorProvider

public abstract static class PayloadProcessorProvider.PayloadProcessor
extends Object

Processes the given payload.

WARNING: This API is experimental and might change in incompatible ways in the next release.

Constructor Summary
PayloadProcessorProvider.PayloadProcessor()
           
 
Method Summary
abstract  void processPayload(BytesRef payload)
          Process the incoming payload and stores the result in the given BytesRef.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PayloadProcessorProvider.PayloadProcessor

public PayloadProcessorProvider.PayloadProcessor()
Method Detail

processPayload

public abstract void processPayload(BytesRef payload)
                             throws IOException
Process the incoming payload and stores the result in the given BytesRef.

Throws:
IOException


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