org.apache.lucene.ant

Interface DocumentHandler

public interface DocumentHandler

Allows a class to act as a Lucene document handler

Author: Erik Hatcher

UNKNOWN: October 27, 2001

Method Summary
DocumentgetDocument(File file)
Gets the document attribute of the DocumentHandler object

Method Detail

getDocument

public Document getDocument(File file)
Gets the document attribute of the DocumentHandler object

Parameters: file Description of Parameter

Returns: The document value

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