org.apache.lucene.index
Class PayloadProcessorProvider.PayloadProcessor
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PayloadProcessorProvider.PayloadProcessor
public PayloadProcessorProvider.PayloadProcessor()
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.