This command will erase existing content in your index and regenerate the index for all or optionally one document specification.
The syntax for the command is:
> SeekerConsole --reindex [specification display name]
When the database contains data that is out of sync with your search index you should use the Seeker Console to re-index your database. Re-indexing will remove all search documents from the index and rebuild the index.
Running the reindex command with no arguments will update the index for all document specifications. When the first argument to the reindex command is the display name (domain) of a document specification, only that domain will be reindexed.
Warning: This operation could take a long time depending on the number of entities being indexed.
>seekerconsole.exe --reindex
Dovetail Seeker Console - version 2.0.5.9319
INFO 11:24:45 Dovetail.Search.Console.ConsoleController - Executing reindex command (argument: domain to reindex. When no
argument is specified all domains will be reindexed.
Warning: this operation may take a very long time.).
INFO 11:24:45 Dovetail.Search.Indexing.IndexWriterBoundary - Index opened.
INFO 11:24:45 Dovetail.Search.Commands.ReIndexCommand - Reindexing all domains.
INFO 11:24:45 Dovetail.Search.FileDocuments.DeleteDomainConsumer - Deleting attachment,case,contact,documentation,solution domain documents.
INFO 11:24:45 Dovetail.Search.Commands.UpdateIndexCommand - Updating index for all domains.
INFO 11:24:45 Dovetail.Search.Indexing.ClarifyDocumentService - Domain solution was last indexed at 01/01/1753 00:00:00
INFO 11:24:45 Dovetail.Search.Indexing.ClarifyDocumentService - Found 20 solution documents requiring indexing.
INFO 11:24:46 Dovetail.Search.Indexing.IndexWriterBoundary - Closing index.
Re-Indexing a domain (display name)
When you want to only re-index a specific domain, add the domain name as an argument to the command line
>seekerconsole.exe --reindex solution
Dovetail Seeker Console - version 2.0.5.9319
INFO 11:27:41 Dovetail.Search.Console.ConsoleController - Executing reindex command (argument: domain to reindex. When no
argument is specified all domains will be reindexed.
Warning: this operation may take a very long time.).
INFO 11:27:42 Dovetail.Search.Indexing.IndexWriterBoundary - Index opened.
INFO 11:27:42 Dovetail.Search.Commands.ReIndexCommand - Reindexing the solution domain.
INFO 11:27:42 Dovetail.Search.FileDocuments.DeleteDomainConsumer - Deleting solution domain documents.
INFO 11:27:42 Dovetail.Search.Commands.UpdateIndexCommand - Updating index for domain solution.
INFO 11:27:42 Dovetail.Search.Indexing.ClarifyDocumentService - Domain solution was last indexed at 01/01/1753 00:00:00
INFO 11:27:42 Dovetail.Search.Indexing.ClarifyDocumentService - Found 20 solution documents requiring indexing.
INFO 11:27:42 Dovetail.Search.Indexing.IndexWriterBoundary - Closing index.
Important Note
Be careful when using console commands, like reindex, which modify the search index while the Dovetail Seeker Indexer windows service is running. There is a good chance that you will run into index locking issues. We recommend that you stop the windows service while using the SeekerConsole to manipulate the index
See Also |
Next |