Search History - moritzmars/ScienceDataManagement GitHub Wiki
The search history displays all executed search as well as the meta informations:
- Total Items: All items, which are found by the search definition query.
- Crawled Items: Items which are parsed and managed by the connector.
- New Items Found: Items, which did not exists on the the local database. The connector will safe these items.
- Local Items: Items, which are already safed to the local database. The connector will skip these items.
- Query: Executed query
- Request Url: URL of the web service.
- Start time: Start time of the crawl.
- Finished time: Finished time of the crawl.
- System instance name: Name of the system instance, to which the execution info belongs.
- Search state: Display the state of the crawl. In case of an error the state is "Failure" otherwise it is Success.
- Message: Empty on search state "Success". On search state "Failure" the exception stack trace is displayed.