Tuesday, October 1, 2013

An Specialized Class "TikaDocumentTransformer" => Dems pledge to reject GOP 'piecemeal' effort to fund parks, vets

"Não virou crente, virou padre."


package org.nanotek.lucene;

import org.nanotek.lucene.document.TransformerException;

/**
 * Interface that defines a basic contract transformation from
 * source and target formats.
 * @author JoseCanovaMauger
 *  normalize after.
 * @param <S> the source object format.
 *
 * @param <T> the target object format.
 */
public interface TikaDocumentTransformer<S,P,T> extends DocumentTransformer<S,T> {

        public T transform ( S source , P parameter) throws TransformerException;

}