org.apache.lenya.lucene.index
Class DefaultDocumentCreator

java.lang.Object
  extended by org.apache.lenya.lucene.index.AbstractDocumentCreator
      extended by org.apache.lenya.lucene.index.DefaultDocumentCreator
All Implemented Interfaces:
DocumentCreator

public class DefaultDocumentCreator
extends AbstractDocumentCreator


Constructor Summary
DefaultDocumentCreator()
          Creates a new instance of DefaultDocumentCreator
 
Method Summary
 org.apache.lucene.document.Document getDocument(java.io.File file, java.io.File htdocsDumpDir)
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDocumentCreator

public DefaultDocumentCreator()
Creates a new instance of DefaultDocumentCreator

Method Detail

getDocument

public org.apache.lucene.document.Document getDocument(java.io.File file,
                                                       java.io.File htdocsDumpDir)
                                                throws java.lang.Exception
DOCUMENT ME!

Specified by:
getDocument in interface DocumentCreator
Overrides:
getDocument in class AbstractDocumentCreator
Parameters:
file - DOCUMENT ME!
htdocsDumpDir - DOCUMENT ME!
Returns:
DOCUMENT ME!
Throws:
java.lang.Exception - DOCUMENT ME!


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.