The application's use cases
What you can do with TEXTML SDK.
Here is a summary of what your application can do with TEXTML SDK:
High-level use case | Details |
---|---|
Connect to a TEXTML Server instance |
|
Manage a TEXTML Server instance |
|
Create (install) and manage docbases |
|
Get the status of a docbase or a server instance | |
Create/manage collections | Collections are similar to folders/directories in a file system. You
can:
Like directories, collections are organized in hierarchies (trees). For a given collection, you can:
|
Manage and manipulate documents |
|
Add/replace/manage documents in a docbase. |
|
Create and modify indexes |
You can create and manage indexes that are based on the contents and properties of documents in a docbase. |
Search for documents |
You can search for specific documents in a docbase. Usually, you search the indexes rather than perform a full-text search of the actual documents. Either way, you retrieve a document list (or document data).Then you can select which document(s) to retrieve from the docbase. |
Manage the versioning of documents |
|