Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.search.api.client.indexing.blobs
Interface BlobExtractor

All Superinterfaces:
Serializable
All Known Implementing Classes:
NXTransformBlobExtractor

public interface BlobExtractor
extends Serializable

Blob full text extractor.

Author:
Julien Anguenot

Method Summary
 String extract(Blob blob, String mimetype, FulltextFieldDescriptor desc)
          Extracts fulltext from a streaming blob.
 

Method Detail

extract

String extract(Blob blob,
               String mimetype,
               FulltextFieldDescriptor desc)
               throws Exception
Extracts fulltext from a streaming blob.

Parameters:
blob - : a nxcore blob instance
mimetype - blob mimetype
Returns:
a string holding the the extracted fulltext for a given blob.
Throws:
Exception

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.