Windows Desktop Search - Force re-index / index now from command line.
Posted
by Wade
on Stack Overflow
See other posts from Stack Overflow
or by Wade
Published on 2010-05-14T17:09:55Z
Indexed on
2010/05/14
17:14 UTC
Read the original article
Hit count: 537
I'm working on a project where we're using Windows Desktop Search (WDS) to index files on a web share and then later allow the user to search via a website for documents in the share.
These documents are transferred to the share via FTP, however it would seem that either the computer never goes idle to index or at some point the indexing stops.
Is there a way from the command line or within the program itself to force this to happen without having to re-invent the wheel?
Using .NET 3.5 and C#.
© Stack Overflow or respective owner