org.apache.lucene.ant

Interface DocumentHandler

public interface DocumentHandler

Allows a class to act as a Lucene document handler

Since: October 27, 2001

Author: Erik Hatcher

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.