fredag den 18. juni 2010

FAST ESP Commands

Starting and stopping the FAST server

  • net stop/start fastespservice : starts/stops the FAST server

Push a document into the index (collection: webdocuments)

  • D:\ESP\adminserver\webapps\help\pdfs\assets\pdf>docpush -c webdocuments Enterprise_Crawler_Guide.pdf

Adding a -d in front of the document deletes the document again.

  • D:\ESP\adminserver\webapps\help\pdfs\assets\pdf>docpush -c webdocuments -d Enterprise_Crawler_Guide.pdf

Delete/remove a collection

  • collection-admin -m delcollection -n webdocuments

Clear the contents of a collection

  • collection-admin -m clearcollection -n webdocuments