![]() |
![]() |
![]() |
Libbeagle Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
BeagleIndexingStatusResponse;
gboolean beagle_indexing_status_response_is_indexing
(BeagleIndexingStatusResponse *response
);
typedef struct _BeagleIndexingStatusResponse BeagleIndexingStatusResponse;
gboolean beagle_indexing_status_response_is_indexing
(BeagleIndexingStatusResponse *response
);
Returns whether or not the daemon is running a large indexing process. This will be TRUE if a long crawling process is running, but will return FALSE if it's just indexing one or two documents.
|
a BeagleIndexingStatusResponse |
Returns : |
TRUE if indexing, FALSE if not. |