Returns the delta (in millis) for the delete mark deleted. File entries marked as being deleted will
be deleted from the system (using
org.apache.lucene.store.jdbc.JdbcDirectory.deleteMarkDeleted if: current_time - deletelMarkDeletedDelta < Time File Entry Marked as Deleted.
Returns the file entries according to the name. If a direct match is found, it's registered
JdbcFileEntrySettings is returned. If one is registered
against the last 3 charecters, then it is returned. If none is found, the default file entry
handler is returned.
Registers a
JdbcFileEntrySettings against the given name.
The name can be the full name of the file, or it's 3 charecters suffix.
setDeleteMarkDeletedDelta
public void setDeleteMarkDeletedDelta(long deleteMarkDeletedDelta)(Code)
Sets the delta (in millis) for the delete mark deleted. File entries marked as being deleted will
be deleted from the system (using
org.apache.lucene.store.jdbc.JdbcDirectory.deleteMarkDeleted if: current_time - deletelMarkDeletedDelta < Time File Entry Marked as Deleted.
setDeletedColumnName
public void setDeletedColumnName(String deletedColumnName)(Code)
Sets the deleted column name.
setLastModifiedColumnName
public void setLastModifiedColumnName(String lastModifiedColumnName)(Code)