eSearchIndexMethod Enumeration
Specifies the method used for page indexing (scraping strategy) during search index building.
Namespace:
AdvantageCMS.Core.KeyotiAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Members
| Member name | Description | |
|---|---|---|
| StandardScrape | Search using standard method | |
| DOMContentLoaded | Consider navigation to be finished when the DOMContentLoaded event is fired | |
| Networkidle2 | Consider navigation to be finished when there are no more than 2 network connections for at least 500 ms | |
| Networkidle0 | Consider navigation to be finished when there are no more than 0 network connections for at least 500 ms | |
| WaitforSearchFlag | Search will pause until flag is set (or max timeout of 120 seconds) |

