See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
HttpDataSource::Rewind Method

Initializes the spider so the next GetNextDoc call will return the first document.

C#
public bool Rewind();
Visual Basic
Public Function Rewind() As bool
Returns

true if the data source was initialized successfully, or false if the data could not be accessed.

Remarks

The dtSearch Engine will call Rewind at the start of the index update to initialize the data source. The Spider will then return true if the data source was initialized successfully, or false if it could not access any pages to index.  

All of this happens automatically when you attach the HttpDataSource to the IndexJob and execute it, so there is no need for your code to interact with Rewind().  

 

See Also
You are here: dtSearch::Spider Namespace > HttpDataSource Class > HttpDataSource Methods > Rewind Method
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.