Extension of DDataSourceBase to support separately retrieving document properties and contents during indexing
class DDataSourceBase2 : public DDataSourceBase;
DInputStream.h
|
Method |
Description |
|
Constructor | |
|
Get interface that can be attached to dtsIndexJob.dataSourceToIndex | |
|
Get the next document in the data source | |
|
Initialize the data source so the next getNextDoc call will return the first document |
|
Method |
Description |
|
Constructor | |
|
Get the document whose properties were just returned by getNextDocInfo or getDocInfoByName | |
|
Get information about a named document in the data source. | |
|
Get information about a the next document in the data source. | |
|
Make interface that can be attached to dtsIndexJob.dataSourceToIndex |
|
Constructor |
|
abstract |
|
virtual |
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|