public class CleanupQueuedDocument extends DeleteQueuedDocument
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
_rcsid  | 
protected boolean | 
deleteFromIndex
Flag indicating whether we should delete the document from the index or not. 
 | 
documentDescription, wasProcessed| Constructor and Description | 
|---|
CleanupQueuedDocument(DocumentDescription documentDescription,
                     boolean deleteFromIndex)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
shouldBeRemovedFromIndex()
Check if document should be removed from the index. 
 | 
getDocumentDescription, setProcessed, wasProcessedpublic static final java.lang.String _rcsid
protected boolean deleteFromIndex
public CleanupQueuedDocument(DocumentDescription documentDescription, boolean deleteFromIndex)
documentDescription - is the document description.