Save This Page
Home » lucene-2.3.2-src » org.apache » lucene » document » [javadoc | source]
org.apache.lucene.document
public class: TestDocument [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.apache.lucene.document.TestDocument
Tests Document class.
Method from org.apache.lucene.document.TestDocument Summary:
testGetValuesForIndexedDocument,   testGetValuesForNewDocument,   testRemoveForNewDocument
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.lucene.document.TestDocument Detail:
 public  void testGetValuesForIndexedDocument() throws Exception 
 public  void testGetValuesForNewDocument() throws Exception 
 public  void testRemoveForNewDocument() throws Exception 
    Tests Document#remove() method for a brand new Document that has not been indexed yet.