Uses of Class
com.norconex.crawler.web.doc.operations.recrawl.impl.GenericRecrawlableResolverConfig.MinFrequency
Packages that use GenericRecrawlableResolverConfig.MinFrequency
-
Uses of GenericRecrawlableResolverConfig.MinFrequency in com.norconex.crawler.web.doc.operations.recrawl.impl
Methods in com.norconex.crawler.web.doc.operations.recrawl.impl that return GenericRecrawlableResolverConfig.MinFrequencyModifier and TypeMethodDescriptionGenericRecrawlableResolverConfig.MinFrequency.setApplyTo(GenericRecrawlableResolverConfig.MinFrequency.ApplyTo applyTo) Whether to apply this minimum frequency to matching content type or document reference.String representation of a frequency.Methods in com.norconex.crawler.web.doc.operations.recrawl.impl that return types with arguments of type GenericRecrawlableResolverConfig.MinFrequencyModifier and TypeMethodDescriptionGenericRecrawlableResolverConfig.getMinFrequencies()Gets minimum frequencies.Method parameters in com.norconex.crawler.web.doc.operations.recrawl.impl with type arguments of type GenericRecrawlableResolverConfig.MinFrequencyModifier and TypeMethodDescriptionvoidGenericRecrawlableResolverConfig.setMinFrequencies(Collection<GenericRecrawlableResolverConfig.MinFrequency> minFrequencies) Sets minimum frequencies.