Recrawling data

Reading time: 2 minutes

Remove information about data for specific crawler

Go to detail of the crawler in Data Collector and click button Clean index. On next crawl complete data will be crawled without removing those crawled previously.

This operation can be done only when crawler is stopped.

Remove information about all crawled data

On the host system:

1. Connect to DATACOLLECTORDB with psql client

psql -h localhost -U psguser glassfish

You will be asked for password - use the one specified in the docker-compose file as POSTGRES_PASSWORD.

2. Truncate table CRAWLERTASKINDEX index

TRUNCATE "CRAWLERTASKINDEX";

3. Exit the psql client

input \q and hit ENTER

Start the Crawlers manually in Datacollector

If you need, please follow the Cogniware Data Collector documentation: Working with Crawlers.

Get me there: