Autoindexer does not index documents in the file directory

[CR #339901] The autoindexer does not index the documents you have in your files directory.

Workaround:

  1. In the PortalSearchautoindexer.cfg file, locate the line containing:

    Database=database0
    

    Change the line to:

    Database=Sample
    
  2. Clear out the runtime status files:

    cd %SYBASE%\PortalSearch\autoindexer
    del *dirstat*
    
  3. Stop and restart the autoindexer.