Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Valid as of Datafari X4.X6

It can be useful sometimes to force a job to reindex all documents into MCF. When we do this the documents are still present into Solr and not deleted. Indeed, for a filer job, normally MCF compares the document that it is stored in its internal database before fetching the content of the file. If they are the same, the document is not fetched because it is identical.

For other jobs like a web job for example, each time that we start a job MCF does a full indexation because it can not compare a webpage to crawl with a webpage already crawled so this process is not useful. For other sources, if you are not sure about the behavior of the crawler, you can apply this process.

But if we do a modification into the job like adding a metadata, the change would not be visible because the document is not reindexed.

...