|
Class Summary |
| LastModifiedLimitFilter |
Accept datasets whose last modified date is at least the given number
of milliseconds in the past. |
| LogicalFilterComposer |
Build CrawlableDatasetFilters from other CrawlableDatasetFilters
using logical composition (AND, OR, NOT). |
| MultiSelectorFilter |
The standard CrawlableDatasetFilter which uses a list of
CrawlableDatasetSelectors to determine if a dataset is accepted. |
| MultiSelectorFilter.Selector |
Used by a MultiSelectorFilter to determine whether to include
or exclude a CrawlableDataset. |
| RegExpMatchOnNameFilter |
CrawlableDatasetFilter implementation that accepts datasets whose
names are matched by the given regular expression. |
| WildcardMatchOnNameFilter |
CrawlableDatasetFilter implementation that accepts datasets whose
names are matched by the given wildcard string. |