org.apache.lenya.lucene
Class FileDocument

java.lang.Object
  extended by org.apache.lenya.lucene.FileDocument

public class FileDocument
extends java.lang.Object

A utility for making Lucene Documents from a File.


Method Summary
static org.apache.lucene.document.Document Document(java.io.File f)
          Makes a document for a File.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

Document

public static org.apache.lucene.document.Document Document(java.io.File f)
                                                    throws java.io.FileNotFoundException
Makes a document for a File.

The document has three fields:

Parameters:
f - DOCUMENT ME!
Returns:
DOCUMENT ME!
Throws:
java.io.FileNotFoundException - DOCUMENT ME!


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