Interface IDfFtExportResult
public interface IDfFtExportResult
The result from creating a representation of a DfPersistentObject]
for full text indexing.
-
Method Summary
Modifier and TypeMethodDescriptionString[]longReturn an estimate of the total size in bytes of the content files that are referenced by the returned DFTXML document.
-
Method Details
-
getDocument
Document getDocument()- Returns:
- a DFTXML document that specifies the full text index content for an IDfPersistentObject.
-
getMessages
String[] getMessages()- Returns:
- an Array of messages that result from creating a DFTXML document.
-
getTotalContentSize
long getTotalContentSize()Return an estimate of the total size in bytes of the content files that are referenced by the returned DFTXML document. The value returned may not include remote files that are accessed through a URL.- Returns:
- an estimate of the total size in bytes of the content files that are referenced by the returned DFTXML document.
-