IBM Information Integrator for Content V8.2 APIs
A C D E G H I J K L M N P R S T U

A

addExtension(String, dkExtension) - Method in class com.ibm.mm.sdk.client.dkClientService
 
addExtension(String, dkExtension) - Method in class com.ibm.mm.sdk.client.dkAbstractService
 
addExtension(String, dkExtension) - Method in interface com.ibm.mm.sdk.common.dkService
 
addExtension(String, dkExtension) - Method in class com.ibm.mm.sdk.cs.dkAbstractService
 
addExtension(String, dkExtension) - Method in class com.ibm.mm.sdk.server.dkAbstractService
 
analyze(DKIKFTextDocument) - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFLanguageIdentifier
determines the language of doc.
analyze(DKIKFTextDocument) - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFSummarizer
summarizes doc.
analyze(DKIKFTextDocument) - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFCategorizer
categorizes doc.
analyze(DKIKFTextDocument) - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFClusterer
Adds a document to the set of documents to be clustered.
analyze(DKIKFTextDocument) - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFInformationExtractor
analyses doc.
ANSI - Static variable in class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilter
7-bit ANSI
ANSI8 - Static variable in class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilter
8-bit ANSI
ASCII - Static variable in class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilter
7-bit ASCII
ASCII8 - Static variable in class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilter
8-bit ASCII

C

catalogExists(String) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFLibrary
Checks if there is a catalog with the specified name.
categoryExists(DKIKFCategory) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFTaxonomy
Checks if there is a category that represents the same category as the specified category.
categoryExists(String) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFTaxonomy
Checks if there is a category with the specified path.
categoryExists(String[]) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFTaxonomy
Checks if there is a category with the specified path, assuming the array starts with the name of the root category.
CHINESEBIG5 - Static variable in class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilter
Plain text file uses Chinese Big 5 character set (DBCS).
CHINESEGB - Static variable in class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilter
Plain text file uses Chinese GB character set (DBCS).
cluster() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFClusterer
Clusters all documents sent to DKIKFClusterer.analyze(DKIKFTextDocument).
com.ibm.mm.sdk.client - package com.ibm.mm.sdk.client
Provides classes for creating Information Mining client applications.
com.ibm.mm.sdk.common - package com.ibm.mm.sdk.common
Contains common classes and interfaces of the Java APIs.
com.ibm.mm.sdk.common.infomining - package com.ibm.mm.sdk.common.infomining
Provides classes and interfaces for basic Information Mining functionality.
com.ibm.mm.sdk.common.infomining.analysis - package com.ibm.mm.sdk.common.infomining.analysis
Provides classes for text analysis functionality.
com.ibm.mm.sdk.cs - package com.ibm.mm.sdk.cs
Provides classes for creating Information Mining applications that can run on the server as well as the client.
com.ibm.mm.sdk.server - package com.ibm.mm.sdk.server
Provides classes for creating Information Mining server applications.
connect(String, String, String, String) - Method in class com.ibm.mm.sdk.client.dkClientService
 
connect(String, String, String, String) - Method in class com.ibm.mm.sdk.client.dkAbstractService
 
connect(String, String, String, String) - Method in interface com.ibm.mm.sdk.common.DKIKFService
Connects to the named service with user name, authentication, and connect string information.
connect(String, String, String, String) - Method in interface com.ibm.mm.sdk.common.dkService
 
connect(String, String, String, String) - Method in class com.ibm.mm.sdk.cs.dkAbstractService
 
connect(String, String, String, String) - Method in class com.ibm.mm.sdk.server.dkAbstractService
 
connection() - Method in class com.ibm.mm.sdk.client.dkClientService
 
connection() - Method in class com.ibm.mm.sdk.client.dkAbstractService
 
connection() - Method in interface com.ibm.mm.sdk.common.dkService
 
connection() - Method in class com.ibm.mm.sdk.cs.dkAbstractService
 
connection() - Method in class com.ibm.mm.sdk.server.dkAbstractService
 
create() - Static method in class com.ibm.mm.sdk.client.DKIKFServiceFed
Creates a new service object.
create() - Static method in class com.ibm.mm.sdk.common.infomining.DKIKFSearchConfiguration
Created a new search configuration object.
create() - Static method in class com.ibm.mm.sdk.cs.DKIKFServiceFed
 
create() - Static method in class com.ibm.mm.sdk.server.DKIKFServiceFed
 
create(String) - Static method in class com.ibm.mm.sdk.common.infomining.DKIKFTextDocument
Creates a new text document with the specified content.
create(String, DKIKFSchema) - Static method in class com.ibm.mm.sdk.common.infomining.DKIKFRecord
Creates a new record according to the specified schema.
create(String, String) - Static method in class com.ibm.mm.sdk.common.infomining.DKIKFTextDocument
Creates a new text document with the specified content and a name.
create(String, String, String) - Static method in class com.ibm.mm.sdk.common.infomining.DKIKFTextDocument
Creates a new text document with the specified content and a name.
createRecord(DKIKFRecord, DKIKFCategory[]) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFCatalog
Creates a new record in the catalog and assigns it to the specified categories.

D

DB_STRING_TYPE_CLOB - Static variable in class com.ibm.mm.sdk.common.infomining.DKIKFSchema
The database type CLOB; to be used for a String value.
DB_STRING_TYPE_VARCHAR - Static variable in class com.ibm.mm.sdk.common.infomining.DKIKFSchema
The database type VARCHAR; to be used for a String value.
DEFAULT - Static variable in class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilter
Default encoding, uses automatic codepage detection and the system codepage as fallback.
deleteRecord(String) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFCatalog
Deletes the record with the specified PID in the catalog.
destroy() - Method in class com.ibm.mm.sdk.client.dkClientService
 
destroy() - Method in class com.ibm.mm.sdk.client.dkAbstractService
 
destroy() - Method in interface com.ibm.mm.sdk.common.dkService
 
destroy() - Method in class com.ibm.mm.sdk.cs.dkAbstractService
 
destroy() - Method in class com.ibm.mm.sdk.server.dkAbstractService
 
disconnect() - Method in class com.ibm.mm.sdk.client.dkClientService
 
disconnect() - Method in class com.ibm.mm.sdk.client.dkAbstractService
 
disconnect() - Method in interface com.ibm.mm.sdk.common.DKIKFService
Disconnects from the service.
disconnect() - Method in interface com.ibm.mm.sdk.common.dkService
 
disconnect() - Method in class com.ibm.mm.sdk.cs.dkAbstractService
 
disconnect() - Method in class com.ibm.mm.sdk.server.dkAbstractService
 
dkAbstractService - class com.ibm.mm.sdk.client.dkAbstractService.
 
dkAbstractService - class com.ibm.mm.sdk.cs.dkAbstractService.
 
dkAbstractService - class com.ibm.mm.sdk.server.dkAbstractService.
 
dkAbstractService() - Constructor for class com.ibm.mm.sdk.client.dkAbstractService
 
dkAbstractService() - Constructor for class com.ibm.mm.sdk.cs.dkAbstractService
 
dkAbstractService() - Constructor for class com.ibm.mm.sdk.server.dkAbstractService
 
dkClientService - class com.ibm.mm.sdk.client.dkClientService.
 
dkClientService() - Constructor for class com.ibm.mm.sdk.client.dkClientService
 
DKException - exception com.ibm.mm.sdk.common.DKException.
 
DKException() - Constructor for class com.ibm.mm.sdk.common.DKException
 
DKException(DKException) - Constructor for class com.ibm.mm.sdk.common.DKException
 
DKException(String) - Constructor for class com.ibm.mm.sdk.common.DKException
 
DKException(String, DKLogMessageInserts) - Constructor for class com.ibm.mm.sdk.common.DKException
 
DKException(String, int) - Constructor for class com.ibm.mm.sdk.common.DKException
 
DKException(String, int, DKLogMessageInserts) - Constructor for class com.ibm.mm.sdk.common.DKException
 
DKException(String, int, int) - Constructor for class com.ibm.mm.sdk.common.DKException
 
DKException(String, int, int, DKLogMessageInserts) - Constructor for class com.ibm.mm.sdk.common.DKException
 
DKException(String, int, String, int) - Constructor for class com.ibm.mm.sdk.common.DKException
 
DKException(String, int, String, int, DKLogMessageInserts) - Constructor for class com.ibm.mm.sdk.common.DKException
 
DKIKFAuthorizationException - exception com.ibm.mm.sdk.common.infomining.DKIKFAuthorizationException.
 
DKIKFAuthorizationException() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFAuthorizationException
 
DKIKFAuthorizationException(int) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFAuthorizationException
 
DKIKFAuthorizationException(int, String) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFAuthorizationException
 
DKIKFCatalog - class com.ibm.mm.sdk.common.infomining.DKIKFCatalog.
A catalog is an object that can be used to store, retrieve and search for records.
DKIKFCatalog() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFCatalog
Objects can be obtained from DKIKFLibrary.
DKIKFCatalogNotTrainedException - exception com.ibm.mm.sdk.common.infomining.DKIKFCatalogNotTrainedException.
 
DKIKFCatalogNotTrainedException() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFCatalogNotTrainedException
 
DKIKFCatalogNotTrainedException(int) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFCatalogNotTrainedException
 
DKIKFCatalogNotTrainedException(int, Object) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFCatalogNotTrainedException
 
DKIKFCatalogNotTrainedException(int, Object[]) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFCatalogNotTrainedException
 
DKIKFCategorizationResult - class com.ibm.mm.sdk.common.infomining.analysis.DKIKFCategorizationResult.
Represents the result of the DKIKFCategorizer.
DKIKFCategorizationResult() - Constructor for class com.ibm.mm.sdk.common.infomining.analysis.DKIKFCategorizationResult
Objects can be obtained from DKIKFCategorizer.
DKIKFCategorizer - class com.ibm.mm.sdk.common.infomining.analysis.DKIKFCategorizer.
A categorizer determines categories for documents.
DKIKFCategorizer(DKIKFCatalog) - Constructor for class com.ibm.mm.sdk.common.infomining.analysis.DKIKFCategorizer
Creates a new categorizer object that works on the specified catalog.
DKIKFCategory - class com.ibm.mm.sdk.common.infomining.DKIKFCategory.
A category represents a node in a taxonomy.
DKIKFCategory() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFCategory
Objects can be obtained from DKIKFTaxonomy and other objects.
DKIKFClusterer - class com.ibm.mm.sdk.common.infomining.analysis.DKIKFClusterer.
A cluster can be used to partition a document collection into sets of similar documents.
DKIKFClusterer(DKIKFService) - Constructor for class com.ibm.mm.sdk.common.infomining.analysis.DKIKFClusterer
Creates a new clusterer object.
DKIKFClusteringException - exception com.ibm.mm.sdk.common.infomining.analysis.DKIKFClusteringException.
 
DKIKFClusteringException(Throwable) - Constructor for class com.ibm.mm.sdk.common.infomining.analysis.DKIKFClusteringException
Constructs a DKIKFClusteringException with the specified nested exception.
DKIKFClusterNode - class com.ibm.mm.sdk.common.infomining.analysis.DKIKFClusterNode.
A cluster node represents one of the clusters returned by the DKIKFClusterer.
DKIKFClusterNode() - Constructor for class com.ibm.mm.sdk.common.infomining.analysis.DKIKFClusterNode
 
DKIKFClusterResult - class com.ibm.mm.sdk.common.infomining.analysis.DKIKFClusterResult.
A cluster result is created by the DKIKFClusterer.
DKIKFClusterResult() - Constructor for class com.ibm.mm.sdk.common.infomining.analysis.DKIKFClusterResult
 
DKIKFDocumentAlreadyAnalyzedException - exception com.ibm.mm.sdk.common.infomining.analysis.DKIKFDocumentAlreadyAnalyzedException.
 
DKIKFDocumentAlreadyAnalyzedException() - Constructor for class com.ibm.mm.sdk.common.infomining.analysis.DKIKFDocumentAlreadyAnalyzedException
 
DKIKFDocumentAlreadyAnalyzedException(int) - Constructor for class com.ibm.mm.sdk.common.infomining.analysis.DKIKFDocumentAlreadyAnalyzedException
 
DKIKFDocumentAlreadyAnalyzedException(int, Object) - Constructor for class com.ibm.mm.sdk.common.infomining.analysis.DKIKFDocumentAlreadyAnalyzedException
 
DKIKFDocumentAlreadyAnalyzedException(int, Object[]) - Constructor for class com.ibm.mm.sdk.common.infomining.analysis.DKIKFDocumentAlreadyAnalyzedException
 
DKIKFDocumentFilter - class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilter.
A document filter can be used to get the textual content of a document.
DKIKFDocumentFilter(DKIKFService) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilter
Creates a new filter object.
DKIKFDocumentFilterException - exception com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilterException.
 
DKIKFDocumentFilterException(Throwable) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilterException
Constructs a DKIKFDocumentFilterException with the specified nested exception.
DKIKFDocumentLanguageNotSetException - exception com.ibm.mm.sdk.common.infomining.DKIKFDocumentLanguageNotSetException.
 
DKIKFDocumentLanguageNotSetException() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFDocumentLanguageNotSetException
 
DKIKFDocumentLanguageNotSetException(int) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFDocumentLanguageNotSetException
 
DKIKFDocumentLanguageNotSetException(int, Object) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFDocumentLanguageNotSetException
 
DKIKFDocumentLanguageNotSetException(int, Object[]) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFDocumentLanguageNotSetException
 
DKIKFDocumentNameNotSetException - exception com.ibm.mm.sdk.common.infomining.DKIKFDocumentNameNotSetException.
 
DKIKFDocumentNameNotSetException() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFDocumentNameNotSetException
 
DKIKFDocumentNameNotSetException(int) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFDocumentNameNotSetException
 
DKIKFDocumentNameNotSetException(int, Object) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFDocumentNameNotSetException
 
DKIKFDocumentNameNotSetException(int, Object[]) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFDocumentNameNotSetException
 
DKIKFDocumentProcessingException - exception com.ibm.mm.sdk.common.infomining.analysis.DKIKFDocumentProcessingException.
 
DKIKFDocumentProcessingException(Throwable) - Constructor for class com.ibm.mm.sdk.common.infomining.analysis.DKIKFDocumentProcessingException
Constructs a DKIKFDocumentProcessingException with the specified nested exception.
DKIKFEmptyCategoryArrayException - exception com.ibm.mm.sdk.common.infomining.DKIKFEmptyCategoryArrayException.
 
DKIKFEmptyCategoryArrayException() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFEmptyCategoryArrayException
 
DKIKFEmptyCategoryArrayException(int) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFEmptyCategoryArrayException
 
DKIKFEmptyCategoryArrayException(int, Object) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFEmptyCategoryArrayException
 
DKIKFEmptyCategoryArrayException(int, Object[]) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFEmptyCategoryArrayException
 
DKIKFException - exception com.ibm.mm.sdk.common.infomining.DKIKFException.
 
DKIKFException() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFException
 
DKIKFException(int) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFException
 
DKIKFException(int, Object) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFException
 
DKIKFException(int, Object[]) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFException
 
DKIKFFeature - class com.ibm.mm.sdk.common.infomining.analysis.DKIKFFeature.
A feature is one of the results returned by the DKIKFInformationExtractor.
DKIKFFeature() - Constructor for class com.ibm.mm.sdk.common.infomining.analysis.DKIKFFeature
Objects can be obtained from DKIKFInformationExtractionResult.
DKIKFInformationExtractionResult - class com.ibm.mm.sdk.common.infomining.analysis.DKIKFInformationExtractionResult.
Represents the result of the DKIKFInformationExtractor.
DKIKFInformationExtractionResult() - Constructor for class com.ibm.mm.sdk.common.infomining.analysis.DKIKFInformationExtractionResult
Objects can be obtained from DKIKFInformationExtractor.
DKIKFInformationExtractor - class com.ibm.mm.sdk.common.infomining.analysis.DKIKFInformationExtractor.
A information extractor can be used to extract names, terms and expressions from a document.
DKIKFInformationExtractor(DKIKFService) - Constructor for class com.ibm.mm.sdk.common.infomining.analysis.DKIKFInformationExtractor
Creates a new information extractor object.
DKIKFInvalidLanguageCodeException - exception com.ibm.mm.sdk.common.infomining.DKIKFInvalidLanguageCodeException.
 
DKIKFInvalidLanguageCodeException() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFInvalidLanguageCodeException
 
DKIKFInvalidLanguageCodeException(int) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFInvalidLanguageCodeException
 
DKIKFInvalidLanguageCodeException(int, Object) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFInvalidLanguageCodeException
 
DKIKFInvalidLanguageCodeException(int, Object[]) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFInvalidLanguageCodeException
 
DKIKFInvalidTypeException - exception com.ibm.mm.sdk.common.infomining.DKIKFInvalidTypeException.
 
DKIKFInvalidTypeException() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFInvalidTypeException
 
DKIKFInvalidTypeException(int) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFInvalidTypeException
 
DKIKFInvalidTypeException(int, Object) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFInvalidTypeException
 
DKIKFInvalidTypeException(int, Object[]) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFInvalidTypeException
 
DKIKFLanguageIdentificationResult - class com.ibm.mm.sdk.common.infomining.analysis.DKIKFLanguageIdentificationResult.
Represents a result of the DKIKFLanguageIdentifier.
DKIKFLanguageIdentificationResult() - Constructor for class com.ibm.mm.sdk.common.infomining.analysis.DKIKFLanguageIdentificationResult
Objects can be obtained from DKIKFLanguageIdentifier.
DKIKFLanguageIdentifier - class com.ibm.mm.sdk.common.infomining.analysis.DKIKFLanguageIdentifier.
A language identifier can be used to determine the language in which a document is written.
DKIKFLanguageIdentifier(DKIKFService) - Constructor for class com.ibm.mm.sdk.common.infomining.analysis.DKIKFLanguageIdentifier
Creates a new language identifier object.
DKIKFLibrary - class com.ibm.mm.sdk.common.infomining.DKIKFLibrary.
The library represents the information mining database and maintains a collection of catalogs.
DKIKFLibrary() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFLibrary
Objects can be obtained from DKIKFService objects.
DKIKFNoSuchCatalogException - exception com.ibm.mm.sdk.common.infomining.DKIKFNoSuchCatalogException.
 
DKIKFNoSuchCatalogException() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFNoSuchCatalogException
 
DKIKFNoSuchCatalogException(int) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFNoSuchCatalogException
 
DKIKFNoSuchCatalogException(int, Object) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFNoSuchCatalogException
 
DKIKFNoSuchCatalogException(int, Object[]) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFNoSuchCatalogException
 
DKIKFNoSuchCategoryException - exception com.ibm.mm.sdk.common.infomining.DKIKFNoSuchCategoryException.
 
DKIKFNoSuchCategoryException() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFNoSuchCategoryException
 
DKIKFNoSuchCategoryException(int) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFNoSuchCategoryException
 
DKIKFNoSuchCategoryException(int, Object) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFNoSuchCategoryException
 
DKIKFNoSuchCategoryException(int, Object[]) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFNoSuchCategoryException
 
DKIKFNoSuchKeyException - exception com.ibm.mm.sdk.common.infomining.DKIKFNoSuchKeyException.
 
DKIKFNoSuchKeyException() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFNoSuchKeyException
 
DKIKFNoSuchKeyException(int) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFNoSuchKeyException
 
DKIKFNoSuchKeyException(int, Object) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFNoSuchKeyException
 
DKIKFNoSuchKeyException(int, Object[]) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFNoSuchKeyException
 
DKIKFNoSuchRecordException - exception com.ibm.mm.sdk.common.infomining.DKIKFNoSuchRecordException.
 
DKIKFNoSuchRecordException() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFNoSuchRecordException
 
DKIKFNoSuchRecordException(int) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFNoSuchRecordException
 
DKIKFNoSuchRecordException(int, Object) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFNoSuchRecordException
 
DKIKFNoSuchRecordException(int, Object[]) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFNoSuchRecordException
 
DKIKFQueryException - exception com.ibm.mm.sdk.common.infomining.DKIKFQueryException.
 
DKIKFQueryException(Throwable) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFQueryException
Constructs a DKIKFQueryException with the specified nested exception.
DKIKFQueryParserException - exception com.ibm.mm.sdk.common.infomining.DKIKFQueryParserException.
This class indicates an error while parsing a query string
DKIKFQueryParserException() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFQueryParserException
Constructs an empty DKIKFQueryParserException
DKIKFQueryParserException(String) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFQueryParserException
Constructs an DKIKFQueryParserException with the specified detail message.
DKIKFRecord - class com.ibm.mm.sdk.common.infomining.DKIKFRecord.
A record contains the meta data for a document.
DKIKFRecord() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFRecord
Use DKIKFRecord.create(String,DKIKFSchema) to create a record object.
DKIKFRecordAlreadyExistsException - exception com.ibm.mm.sdk.common.infomining.DKIKFRecordAlreadyExistsException.
 
DKIKFRecordAlreadyExistsException() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFRecordAlreadyExistsException
 
DKIKFRecordAlreadyExistsException(int) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFRecordAlreadyExistsException
 
DKIKFRecordAlreadyExistsException(int, Object) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFRecordAlreadyExistsException
 
DKIKFRecordAlreadyExistsException(int, Object[]) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFRecordAlreadyExistsException
 
DKIKFRuntimeException - exception com.ibm.mm.sdk.common.infomining.DKIKFRuntimeException.
 
DKIKFRuntimeException() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFRuntimeException
Constructs a DKIKFRuntimeException with no specified detail message.
DKIKFRuntimeException(int) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFRuntimeException
 
DKIKFRuntimeException(int, Object) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFRuntimeException
 
DKIKFRuntimeException(int, Object[]) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFRuntimeException
 
DKIKFRuntimeException(String) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFRuntimeException
Constructs a DKIKFRuntimeException with the specified detail message.
DKIKFRuntimeException(String, Throwable) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFRuntimeException
Constructs a DKIKFRuntimeException with the specified detail message and nested exception.
DKIKFRuntimeException(Throwable) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFRuntimeException
Constructs a DKIKFRuntimeException with the specified nested exception.
DKIKFSchema - class com.ibm.mm.sdk.common.infomining.DKIKFSchema.
A schema defines the set of meta data that can be stored in a record.
DKIKFSchema() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFSchema
Objects can be obtained from DKIKFCatalog.getSchema().
DKIKFSearchConfiguration - class com.ibm.mm.sdk.common.infomining.DKIKFSearchConfiguration.
A search configuration can be used to customize a search.
DKIKFSearchConfiguration() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFSearchConfiguration
Use DKIKFSearchConfiguration.create() to get an object.
DKIKFSearchResult - class com.ibm.mm.sdk.common.infomining.DKIKFSearchResult.
A search result.
DKIKFSearchResult() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFSearchResult
Objects can be obtained from searchRecords.
DKIKFServerTask - interface com.ibm.mm.sdk.common.infomining.DKIKFServerTask.
A server task can be used to bundle a sequence of API calls, which can then be executed on the server.
DKIKFServerTaskException - exception com.ibm.mm.sdk.common.infomining.DKIKFServerTaskException.
 
DKIKFServerTaskException() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFServerTaskException
Constructs a DKIKFServerTaskException with no specified detail message.
DKIKFServerTaskException(String) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFServerTaskException
Constructs a DKIKFServerTaskException with the specified detail message.
DKIKFServerTaskException(String, Throwable) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFServerTaskException
Constructs a DKIKFServerTaskException with the specified detail message and nested exception.
DKIKFServerTaskException(Throwable) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFServerTaskException
Constructs a DKIKFServerTaskException with the specified nested exception.
DKIKFServerTaskNotSetException - exception com.ibm.mm.sdk.common.infomining.DKIKFServerTaskNotSetException.
 
DKIKFServerTaskNotSetException() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFServerTaskNotSetException
 
DKIKFServerTaskNotSetException(int) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFServerTaskNotSetException
 
DKIKFServerTaskNotSetException(int, Object) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFServerTaskNotSetException
 
DKIKFServerTaskNotSetException(int, Object[]) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFServerTaskNotSetException
 
DKIKFService - interface com.ibm.mm.sdk.common.DKIKFService.
A DKIKFService provides the access to the information mining functions.
DKIKFServiceFed - class com.ibm.mm.sdk.client.DKIKFServiceFed.
This is the client implementation of the information mining service.
DKIKFServiceFed - class com.ibm.mm.sdk.cs.DKIKFServiceFed.
 
DKIKFServiceFed - class com.ibm.mm.sdk.server.DKIKFServiceFed.
 
DKIKFServiceFed() - Constructor for class com.ibm.mm.sdk.client.DKIKFServiceFed
Use DKIKFServiceFed.create() to get a service instance.
DKIKFServiceFed() - Constructor for class com.ibm.mm.sdk.cs.DKIKFServiceFed
 
DKIKFServiceFed() - Constructor for class com.ibm.mm.sdk.server.DKIKFServiceFed
 
DKIKFSizeOutOfBoundsException - exception com.ibm.mm.sdk.common.infomining.DKIKFSizeOutOfBoundsException.
 
DKIKFSizeOutOfBoundsException() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFSizeOutOfBoundsException
 
DKIKFSizeOutOfBoundsException(int) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFSizeOutOfBoundsException
 
DKIKFSizeOutOfBoundsException(int, Object) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFSizeOutOfBoundsException
 
DKIKFSizeOutOfBoundsException(int, Object[]) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFSizeOutOfBoundsException
 
DKIKFSummarizationResult - class com.ibm.mm.sdk.common.infomining.analysis.DKIKFSummarizationResult.
Represents the result of the DKIKFSummarizer.
DKIKFSummarizationResult() - Constructor for class com.ibm.mm.sdk.common.infomining.analysis.DKIKFSummarizationResult
Objects can be obtained from DKIKFSummarizer.
DKIKFSummarizer - class com.ibm.mm.sdk.common.infomining.analysis.DKIKFSummarizer.
A summarizer can be used to create summaries for documents.
DKIKFSummarizer(DKIKFService) - Constructor for class com.ibm.mm.sdk.common.infomining.analysis.DKIKFSummarizer
Creates a new summarizer object.
DKIKFTaxonomy - class com.ibm.mm.sdk.common.infomining.DKIKFTaxonomy.
A taxonomy is a tree where every node is a category object.
DKIKFTaxonomy() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFTaxonomy
objects can be obtained from DKIKFCatalog
DKIKFTaxonomyNotSetException - exception com.ibm.mm.sdk.common.infomining.DKIKFTaxonomyNotSetException.
 
DKIKFTaxonomyNotSetException() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFTaxonomyNotSetException
 
DKIKFTaxonomyNotSetException(int) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFTaxonomyNotSetException
 
DKIKFTaxonomyNotSetException(int, Object) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFTaxonomyNotSetException
 
DKIKFTaxonomyNotSetException(int, Object[]) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFTaxonomyNotSetException
 
DKIKFTextDocument - class com.ibm.mm.sdk.common.infomining.DKIKFTextDocument.
Represents the textual content of an arbitrary document.
DKIKFTextDocument() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFTextDocument
 
DKIKFUnsupportedLanguageException - exception com.ibm.mm.sdk.common.infomining.DKIKFUnsupportedLanguageException.
 
DKIKFUnsupportedLanguageException() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFUnsupportedLanguageException
 
DKIKFUnsupportedLanguageException(int) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFUnsupportedLanguageException
 
DKIKFUnsupportedLanguageException(int, Object) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFUnsupportedLanguageException
 
DKIKFUnsupportedLanguageException(int, Object[]) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFUnsupportedLanguageException
 
DKIKFWebQueryConverter - class com.ibm.mm.sdk.common.infomining.DKIKFWebQueryConverter.
Converts a web query using unitary '+' and '-' operators to a value that can be used as a CONTAINS string in query.
DKIKFWebQueryConverter() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFWebQueryConverter
Creates a new web query converter.
DKIKFWebQuerySyntaxException - exception com.ibm.mm.sdk.common.infomining.DKIKFWebQuerySyntaxException.
An exception that is thrown when a syntax error in a compound query is detected.
DKIKFWebQuerySyntaxException() - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFWebQuerySyntaxException
 
DKIKFWebQuerySyntaxException(int) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFWebQuerySyntaxException
 
DKIKFWebQuerySyntaxException(int, Object) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFWebQuerySyntaxException
 
DKIKFWebQuerySyntaxException(int, Object[]) - Constructor for class com.ibm.mm.sdk.common.infomining.DKIKFWebQuerySyntaxException
 
dkService - interface com.ibm.mm.sdk.common.dkService.
 

E

errorCode() - Method in class com.ibm.mm.sdk.common.DKException
 
errorState() - Method in class com.ibm.mm.sdk.common.DKException
 
exceptionId() - Method in class com.ibm.mm.sdk.common.DKException
 

G

getCatalog() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFCategorizer
Returns the current catalog.
getCatalog(String) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFLibrary
Returns the catalog with the specified name.
getCatalogNames() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFLibrary
Returns the names of all catalogs in the library.
getCategories() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFTaxonomy
Returns a list of all categories of the tree.
getCategoriesForRecord(String) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFCatalog
Returns all categories to which the record with the specifed PID is assigned.
getCategory() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFCategorizationResult
Returns the category of this result.
getCategory(DKIKFCategory) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFTaxonomy
Returns the category of this taxonomy that is equal to the category represented by the specified category.
getCategory(String) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFTaxonomy
Returns the category with the specified path.
getCategory(String[]) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFTaxonomy
Returns the category with the specified path.
getChildren() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFCategory
Returns all direct child categories if this category belongs to a taxonomy object.
getClusterCount() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFClusterResult
Returns the number of clusters.
getClusterFeatureCount() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFClusterer
Returns the number of cluster features to be returned.
getClusterFeatures() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFClusterNode
Returns the feature strings of this cluster.
getClusterNodes() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFClusterResult
Returns the clusters found for the documents.
getConfidence() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFLanguageIdentificationResult
Returns a level of confidence between 0 and 1 how sure the language is.
getConfidence() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFCategorizationResult
Returns a level of confidence between 0 and 1 how sure the catgory is.
getContent() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFTextDocument
Returns the content of the document.
getContent(byte[]) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilter
Returns a map containing the textual content of the specified document.
getContent(InputStream) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilter
Returns a map containing the textual content of the document that is read from the specified stream.
getDatastore() - Method in class com.ibm.mm.sdk.client.dkClientService
 
getDBStringSize(String) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFSchema
Returns the size that is available in the database to store a string for the specified key.
getDBStringType(String) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFSchema
Returns the type that is used in the database to store a string for the specified key.
getDescription() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFCatalog
Returns the description for the catalog.
getDocumentCount() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFClusterResult
Returns the number of analyzed documents.
getDocumentName() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFDocumentProcessingException
returns the name of the document which caused the exception.
getDocumentNames() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFClusterNode
Returns the names of the documents that belong to this cluster.
getErrorId() - Method in class com.ibm.mm.sdk.common.DKException
 
getErrorId() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFRuntimeException
 
getExtension(String) - Method in class com.ibm.mm.sdk.client.dkClientService
 
getExtension(String) - Method in class com.ibm.mm.sdk.client.dkAbstractService
 
getExtension(String) - Method in interface com.ibm.mm.sdk.common.dkService
 
getExtension(String) - Method in class com.ibm.mm.sdk.cs.dkAbstractService
 
getExtension(String) - Method in class com.ibm.mm.sdk.server.dkAbstractService
 
getFeatures() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFInformationExtractionResult
Returns the extracted features.
getFeatureTypes() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFInformationExtractor
Get the types which should be returned by the analyze() methods.
getFilterEncoding() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilter
Returns the currently set encoding.
getLabel() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFClusterNode
Returns the label of this cluster.
getLanguage() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFTextDocument
get the language code of this document.
getLanguage() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFLanguageIdentificationResult
Returns the language.
getLibrary() - Method in class com.ibm.mm.sdk.client.DKIKFServiceFed
 
getLibrary() - Method in interface com.ibm.mm.sdk.common.DKIKFService
Returns a library object for this service.
getLibrary() - Method in class com.ibm.mm.sdk.cs.DKIKFServiceFed
 
getLibrary() - Method in class com.ibm.mm.sdk.server.DKIKFServiceFed
 
getMaxClusterCount() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFClusterer
Returns the maximum number of clusters to be returned.
getMaxLength() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFSummarizer
get maximal number of sentences in summary.
getMaxResults() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFSearchConfiguration
Returns the maximum number of results.
getMaxResults() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFLanguageIdentifier
Returns the maximum number of results.
getMaxResults() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFCategorizer
Returns the maximum number of results.
getMessage() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFServerTaskException
Returns the detail message, including the message from the nested exception if there is one.
getMessage() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFRuntimeException
Returns the detail message, including the message from the nested exception if there is one.
getMessage() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFQueryException
Returns the detail message, including the message from the nested exception if there is one.
getMessage() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilterException
Returns the detail message, including the message from the nested exception if there is one.
getMessage() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFDocumentProcessingException
Returns the detail message, including the message from the nested exception if there is one.
getMessage() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFClusteringException
Returns the detail message, including the message from the nested exception if there is one.
getMinClusterCount() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFClusterer
Returns the minimum number of clusters to be returned.
getMinConfidence() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFCategorizer
Returns the minimum confidence.
getMode() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFSummarizer
get summarizarion mode (see public fields).
getName() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFCatalog
Returns the name of the catalog.
getName() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFTextDocument
get the name of this document.
getName() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFCategory
Returns the name of the category.
getNestedException() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFRuntimeException
Returns the nested exception.
getParent() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFCategory
Returns the parent category if this category object belongs to a taxonomy object.
getPathAsArray() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFCategory
Returns the category path as an array of names if this category belongs to a taxonomy object.
getPathAsString() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFCategory
Returns the category path as a string of separated category names if this category belongs to a taxonomy object.
getPID() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFRecord
Returns the PID of this record.
getPrivilegeName() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFAuthorizationException
 
getRatio() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFSummarizer
get sentence ratio.
getRecord(String) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFCatalog
Returns the record for the specified PID.
getRecord(String, String[]) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFCatalog
Returns the record for the specified PID containing only the values for the specified keys.
getRecordKeys() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFSearchConfiguration
Returns the currently set keys whose associated values are to be retrieved for the records found.
getResultBufferSize() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFSearchConfiguration
Returns the size of the buffer to be used to retrieve results from the server.
getRootCategory() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFTaxonomy
Returns the root of the tree.
getSchema() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFCatalog
Returns the schema of the catalog.
getSeparator() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFTaxonomy
Returns the current separator string.
getServerTask() - Method in class com.ibm.mm.sdk.client.DKIKFServiceFed
 
getServerTask() - Method in interface com.ibm.mm.sdk.common.DKIKFService
Returns the currently registered server task object of this service.
getServerTask() - Method in class com.ibm.mm.sdk.cs.DKIKFServiceFed
 
getServerTask() - Method in class com.ibm.mm.sdk.server.DKIKFServiceFed
 
getService() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFCatalog
Returns the service object used by this catalog.
getService() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilter
Returns the service object used by this filter.
getService() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFLibrary
Returns the service object used by this library object.
getService() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFLanguageIdentifier
Returns the current service.
getService() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFSummarizer
Returns the current service.
getService() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFClusterer
Returns the current service.
getService() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFInformationExtractor
Returns the current service.
getString() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFFeature
Returns the feature string.
getSubType() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFFeature
Returns the subtype of this feature.
getSubTypeConfidence() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFFeature
Returns a level of confidence between 0 and 1 how sure the subtype catgory is.
getSummary() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFSummarizationResult
Returns the summary.
getSummarySentences() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFSummarizationResult
Returns an array of arrays containing adjacent sentences.
getTaxonomy() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFCatalog
Returns the most recent version of the catalogs taxonomy.
getTaxonomy() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFSearchConfiguration
Returns the taxonomy.
getTaxonomy() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFCategory
Returns the taxonomy object this category belongs to or null if this object does not belong to a taxonomy object.
getTaxonomyLastModified() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFCatalog
Returns the time the taxonomy has been last modified (categories created, deleted or renamed).
getTextDocument(byte[]) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilter
Returns a text document containing all textual parts of the specified document.
getTextDocument(InputStream) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilter
Returns a text document containing all textual parts of the document that is read from the specified stream.
getTimestamp() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFTaxonomy
Returns the timestamp of this taxonomy.
getType() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFFeature
Returns the type of this feature.
getType(String) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFSchema
Returns the type associated with the specified key.
getValue(String) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFRecord
Returns the value associated with the specified key.

H

HANGEUL - Static variable in class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilter
Plain text file uses Korean Hangul character set (DBCS).
HTML_CHINESEBIG5 - Static variable in class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilter
html file encoded in Chinese Big 5 character set
HTML_CHINESEEUC - Static variable in class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilter
html file encoded in Chinese EUC character set
HTML_CHINESEGB - Static variable in class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilter
html file encoded in Chinese GB character set
HTML_JAPANESEEUC - Static variable in class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilter
html file encoded in Japanese EUC character set
HTML_JAPANESESJIS - Static variable in class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilter
html file encoded in Japanese ShiftJIS character set
HTML_KOREANHANGUL - Static variable in class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilter
html file encoded in Korean Hangul character set

I

isConnected() - Method in class com.ibm.mm.sdk.client.dkClientService
 
isConnected() - Method in class com.ibm.mm.sdk.client.dkAbstractService
 
isConnected() - Method in interface com.ibm.mm.sdk.common.DKIKFService
Returns the status of connecting to the service.
isConnected() - Method in interface com.ibm.mm.sdk.common.dkService
 
isConnected() - Method in class com.ibm.mm.sdk.cs.dkAbstractService
 
isConnected() - Method in class com.ibm.mm.sdk.server.dkAbstractService
 
isStringSearchable(String) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFSchema
Returns true if the values stored for the key are text searchable.
iterator() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFSearchResult
Returns an interator over PID strings.

J

JAPANESE_EUC - Static variable in class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilter
Plain text file uses Japanese EUC character set (DBCS).

K

keySet() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFRecord
Returns a set view of the keys contained in this record.
keySet() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFSchema
Returns a set view of the keys contained in this schema.

L

listExtensionNames() - Method in class com.ibm.mm.sdk.client.dkClientService
 
listExtensionNames() - Method in class com.ibm.mm.sdk.client.dkAbstractService
 
listExtensionNames() - Method in interface com.ibm.mm.sdk.common.dkService
 
listExtensionNames() - Method in class com.ibm.mm.sdk.cs.dkAbstractService
 
listExtensionNames() - Method in class com.ibm.mm.sdk.server.dkAbstractService
 

M

MODE_EQUALS_RATIO - Static variable in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFSummarizer
return exactly (ratio * total number of sentences) many sentences.
MODE_EQUALS_RATIO_AND_LESS_THAN_MAXLENGTH - Static variable in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFSummarizer
return at least (ratio * total number of sentences), but at most maxLength many sentences.
MODE_LESS_THAN_MAXLENGTH - Static variable in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFSummarizer
return at most maxLength many sentences.

N

name() - Method in class com.ibm.mm.sdk.common.DKException
 

P

printStackTrace() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFServerTaskException
Prints the composite message to System.err.
printStackTrace() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFRuntimeException
Prints the composite message to System.err.
printStackTrace() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFQueryException
Prints the composite message to System.err.
printStackTrace() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilterException
Prints the composite message to System.err.
printStackTrace() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFDocumentProcessingException
Prints the composite message to System.err.
printStackTrace() - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFClusteringException
Prints the composite message to System.err.
printStackTrace(PrintStream) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFServerTaskException
Prints the composite message and the embedded stack trace to the specified stream ps.
printStackTrace(PrintStream) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFRuntimeException
Prints the composite message and the embedded stack trace to the specified stream ps.
printStackTrace(PrintStream) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFQueryException
Prints the composite message and the embedded stack trace to the specified stream ps.
printStackTrace(PrintStream) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilterException
Prints the composite message and the embedded stack trace to the specified stream ps.
printStackTrace(PrintStream) - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFDocumentProcessingException
Prints the composite message and the embedded stack trace to the specified stream ps.
printStackTrace(PrintStream) - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFClusteringException
Prints the composite message and the embedded stack trace to the specified stream ps.
printStackTrace(PrintWriter) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFServerTaskException
Prints the composite message and the embedded stack trace to the specified print writer pw
printStackTrace(PrintWriter) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFRuntimeException
Prints the composite message and the embedded stack trace to the specified print writer pw
printStackTrace(PrintWriter) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFQueryException
Prints the composite message and the embedded stack trace to the specified print writer pw
printStackTrace(PrintWriter) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilterException
Prints the composite message and the embedded stack trace to the specified print writer pw
printStackTrace(PrintWriter) - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFDocumentProcessingException
Prints the composite message and the embedded stack trace to the specified print writer pw
printStackTrace(PrintWriter) - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFClusteringException
Prints the composite message and the embedded stack trace to the specified print writer pw

R

recordExists(String) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFCatalog
Checks if a record with the specified PID exists in the specified catalog.
removeExtension(String) - Method in class com.ibm.mm.sdk.client.dkClientService
 
removeExtension(String) - Method in class com.ibm.mm.sdk.client.dkAbstractService
 
removeExtension(String) - Method in interface com.ibm.mm.sdk.common.dkService
 
removeExtension(String) - Method in class com.ibm.mm.sdk.cs.dkAbstractService
 
removeExtension(String) - Method in class com.ibm.mm.sdk.server.dkAbstractService
 
runServerTask(DKIKFService, Serializable) - Method in interface com.ibm.mm.sdk.common.infomining.DKIKFServerTask
Implement this method to bundle API calls in a server task.
runServerTask(Serializable) - Method in class com.ibm.mm.sdk.client.DKIKFServiceFed
 
runServerTask(Serializable) - Method in interface com.ibm.mm.sdk.common.DKIKFService
Starts the server task by calling its runServerTask method in the server context.
runServerTask(Serializable) - Method in class com.ibm.mm.sdk.cs.DKIKFServiceFed
 
runServerTask(Serializable) - Method in class com.ibm.mm.sdk.server.DKIKFServiceFed
 

S

searchRecords(String, DKIKFSearchConfiguration) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFCatalog
Searches for records using the specified query string and search configuration.
serviceCategory() - Method in class com.ibm.mm.sdk.client.dkClientService
 
serviceCategory() - Method in class com.ibm.mm.sdk.client.dkAbstractService
 
serviceCategory() - Method in interface com.ibm.mm.sdk.common.dkService
 
serviceCategory() - Method in class com.ibm.mm.sdk.cs.dkAbstractService
 
serviceCategory() - Method in class com.ibm.mm.sdk.server.dkAbstractService
 
serviceId() - Method in class com.ibm.mm.sdk.client.dkClientService
 
serviceId() - Method in class com.ibm.mm.sdk.client.dkAbstractService
 
serviceId() - Method in interface com.ibm.mm.sdk.common.dkService
 
serviceId() - Method in class com.ibm.mm.sdk.cs.dkAbstractService
 
serviceId() - Method in class com.ibm.mm.sdk.server.dkAbstractService
 
serviceName() - Method in class com.ibm.mm.sdk.client.dkClientService
 
serviceName() - Method in class com.ibm.mm.sdk.client.dkAbstractService
 
serviceName() - Method in interface com.ibm.mm.sdk.common.dkService
 
serviceName() - Method in class com.ibm.mm.sdk.cs.dkAbstractService
 
serviceName() - Method in class com.ibm.mm.sdk.server.dkAbstractService
 
serviceType() - Method in class com.ibm.mm.sdk.client.dkClientService
 
serviceType() - Method in class com.ibm.mm.sdk.client.dkAbstractService
 
serviceType() - Method in interface com.ibm.mm.sdk.common.dkService
 
serviceType() - Method in class com.ibm.mm.sdk.cs.dkAbstractService
 
serviceType() - Method in class com.ibm.mm.sdk.server.dkAbstractService
 
setClusterFeatureCount(int) - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFClusterer
Sets the number of cluster features to be returned.
setDatastore(dkDatastore) - Method in class com.ibm.mm.sdk.client.dkClientService
 
setErrorId(int) - Method in class com.ibm.mm.sdk.common.DKException
 
setFeatureTypes(int) - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFInformationExtractor
Set the types which should be returned by the analyze() methods.
setFilterEncoding(String) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilter
Sets the character encoding for data retrieval.
setLanguage(String) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFTextDocument
set the language of this document.
setMaxClusterCount(int) - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFClusterer
Sets the maximum number of clusters to be returned.
setMaxLength(int) - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFSummarizer
set maximal number of sentences in summary.
setMaxResults(int) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFSearchConfiguration
Set the maximum number of search results to be returned.
setMaxResults(int) - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFLanguageIdentifier
Set the maximum number of results to be returned.
setMaxResults(int) - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFCategorizer
Set the maximum number of results to be returned.
setMinClusterCount(int) - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFClusterer
Sets the minimum number of clusters to be returned.
setMinConfidence(float) - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFCategorizer
Sets the minimum confidence.
setMode(int) - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFSummarizer
set summarization mode (see public fields).
setName(String) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFTextDocument
set the name of this document.
setRatio(float) - Method in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFSummarizer
set sentence ratio.
setRecordKeys(String[]) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFSearchConfiguration
Sets the keys of the values to be retrieved for the records found.
setResultBufferSize(int) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFSearchConfiguration
Sets the size of the buffer to be used to retrieve results from the server, default is 20;
setSeparator(char) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFTaxonomy
Sets the character to be used to separate category names in path strings.
setServerTask(DKIKFServerTask) - Method in class com.ibm.mm.sdk.client.DKIKFServiceFed
 
setServerTask(DKIKFServerTask) - Method in interface com.ibm.mm.sdk.common.DKIKFService
Registers the specified server task object in the server runtime.
setServerTask(DKIKFServerTask) - Method in class com.ibm.mm.sdk.cs.DKIKFServiceFed
 
setServerTask(DKIKFServerTask) - Method in class com.ibm.mm.sdk.server.DKIKFServiceFed
 
setServiceName(String) - Method in class com.ibm.mm.sdk.client.dkClientService
 
setServiceName(String) - Method in class com.ibm.mm.sdk.client.dkAbstractService
 
setServiceName(String) - Method in interface com.ibm.mm.sdk.common.dkService
 
setServiceName(String) - Method in class com.ibm.mm.sdk.cs.dkAbstractService
 
setServiceName(String) - Method in class com.ibm.mm.sdk.server.dkAbstractService
 
setTaxonomy(DKIKFTaxonomy) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFSearchConfiguration
Sets the taxonomy to be used for resolving category paths in the query string.
setUserName(String) - Method in class com.ibm.mm.sdk.client.dkClientService
 
setUserName(String) - Method in class com.ibm.mm.sdk.client.dkAbstractService
 
setUserName(String) - Method in interface com.ibm.mm.sdk.common.dkService
 
setUserName(String) - Method in class com.ibm.mm.sdk.cs.dkAbstractService
 
setUserName(String) - Method in class com.ibm.mm.sdk.server.dkAbstractService
 
setValue(String, Object) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFRecord
Associates the specified value with the specified key in this record.
SHIFTJIS - Static variable in class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilter
Plain text file uses Japanese ShiftJIS character set (DBCS).
SUBTYPE_EXPRESSION_ABBREVIATION - Static variable in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFFeature
 
SUBTYPE_EXPRESSION_CARDINAL - Static variable in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFFeature
 
SUBTYPE_EXPRESSION_DATE - Static variable in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFFeature
 
SUBTYPE_EXPRESSION_MONEY - Static variable in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFFeature
 
SUBTYPE_EXPRESSION_ORDINAL - Static variable in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFFeature
 
SUBTYPE_EXPRESSION_PERCENT - Static variable in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFFeature
 
SUBTYPE_EXPRESSION_TIME - Static variable in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFFeature
 
SUBTYPE_NAME_ORGANIZATION - Static variable in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFFeature
 
SUBTYPE_NAME_OTHER - Static variable in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFFeature
 
SUBTYPE_NAME_PERSON - Static variable in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFFeature
 
SUBTYPE_NAME_PLACE - Static variable in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFFeature
 
SUBTYPE_NAME_UNKNOWN - Static variable in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFFeature
 
SUBTYPE_TERM_UNSPECIFIED - Static variable in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFFeature
 

T

toContainsString(String) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFWebQueryConverter
Converts the specified web query to a string that can directly be used as a CONTAINS string in a query.
toString() - Method in class com.ibm.mm.sdk.common.infomining.DKIKFCategory
Returns the String representation of this category.
TYPE_EXPRESSION - Static variable in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFFeature
 
TYPE_NAME - Static variable in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFFeature
 
TYPE_TERM - Static variable in class com.ibm.mm.sdk.common.infomining.analysis.DKIKFFeature
 

U

UNICODE - Static variable in class com.ibm.mm.sdk.common.infomining.DKIKFDocumentFilter
UCS-2 encoded files
updateRecord(DKIKFRecord) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFCatalog
Updates the record in the catalog.
updateRecord(DKIKFRecord, DKIKFCategory[]) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFCatalog
Updates the record in the catalog.
updateRecord(String, DKIKFCategory[]) - Method in class com.ibm.mm.sdk.common.infomining.DKIKFCatalog
Updates the category assignmet of the record with the specified PID.
userName() - Method in class com.ibm.mm.sdk.client.dkClientService
 
userName() - Method in class com.ibm.mm.sdk.client.dkAbstractService
 
userName() - Method in interface com.ibm.mm.sdk.common.dkService
 
userName() - Method in class com.ibm.mm.sdk.cs.dkAbstractService
 
userName() - Method in class com.ibm.mm.sdk.server.dkAbstractService
 

A C D E G H I J K L M N P R S T U
IBM Information Integrator for Content V8.2 APIs

© Copyright International Business Machines Corporation 1996, 2003 IBM Corp. All rights reserved.