Uses of Enum Class
com.norconex.crawler.web.doc.operations.recrawl.impl.GenericRecrawlableResolverConfig.MinFrequency.ApplyTo
Packages that use GenericRecrawlableResolverConfig.MinFrequency.ApplyTo
-
Uses of GenericRecrawlableResolverConfig.MinFrequency.ApplyTo in com.norconex.crawler.web.doc.operations.recrawl.impl
Methods in com.norconex.crawler.web.doc.operations.recrawl.impl that return GenericRecrawlableResolverConfig.MinFrequency.ApplyToModifier and TypeMethodDescriptionGenericRecrawlableResolverConfig.MinFrequency.getApplyTo()Whether to apply this minimum frequency to matching content type or document reference.Returns the enum constant of this class with the specified name.GenericRecrawlableResolverConfig.MinFrequency.ApplyTo.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.norconex.crawler.web.doc.operations.recrawl.impl with parameters of type GenericRecrawlableResolverConfig.MinFrequency.ApplyToModifier and TypeMethodDescriptionGenericRecrawlableResolverConfig.MinFrequency.setApplyTo(GenericRecrawlableResolverConfig.MinFrequency.ApplyTo applyTo) Whether to apply this minimum frequency to matching content type or document reference.Constructors in com.norconex.crawler.web.doc.operations.recrawl.impl with parameters of type GenericRecrawlableResolverConfig.MinFrequency.ApplyToModifierConstructorDescriptionMinFrequency(GenericRecrawlableResolverConfig.MinFrequency.ApplyTo applyTo, String value, TextMatcher matcher)