MinPageSize
The minimum size of a page to ingest, in bytes. If a page is smaller than this, the page is crawled (any links are followed), but the page is not ingested. This parameter applies to all file types, including images.
To specify no minimum size, set MinPageSize=0
.
Type: | Integer |
Default: | 4090 |
Required: | No |
Configuration Section: | TaskName or FetchTasks or Default |
Example: | MinPageSize=1024
|
See Also: | MaxPageSize |