DLESE Tools
v1.6.0

org.dlese.dpc.index
Class FileIndexingServiceData

java.lang.Object
  extended by org.dlese.dpc.index.FileIndexingServiceData

public class FileIndexingServiceData
extends Object


Constructor Summary
FileIndexingServiceData()
           
 
Method Summary
 void addDocToRemove(String field, String value)
           
 void clearAll()
           
 org.apache.lucene.document.Document getDoc()
           
 HashMap getDocsToRemove()
           
 void setDoc(org.apache.lucene.document.Document documentToAdd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileIndexingServiceData

public FileIndexingServiceData()
Method Detail

setDoc

public void setDoc(org.apache.lucene.document.Document documentToAdd)

getDoc

public org.apache.lucene.document.Document getDoc()

getDocsToRemove

public HashMap getDocsToRemove()

addDocToRemove

public void addDocToRemove(String field,
                           String value)

clearAll

public void clearAll()

DLESE Tools
v1.6.0