Class FileListIndexUpdateCallbackImpl

java.lang.Object
org.codelibs.fess.ds.callback.FileListIndexUpdateCallbackImpl
All Implemented Interfaces:
IndexUpdateCallback

public class FileListIndexUpdateCallbackImpl extends Object implements IndexUpdateCallback
  • Field Details

    • indexUpdateCallback

      protected IndexUpdateCallback indexUpdateCallback
    • crawlerClientFactory

      protected org.codelibs.fess.crawler.client.CrawlerClientFactory crawlerClientFactory
    • deleteUrlList

      protected List<String> deleteUrlList
    • maxDeleteDocumentCacheSize

      protected int maxDeleteDocumentCacheSize
    • maxRedirectCount

      protected int maxRedirectCount
  • Constructor Details

    • FileListIndexUpdateCallbackImpl

      public FileListIndexUpdateCallbackImpl(IndexUpdateCallback indexUpdateCallback, org.codelibs.fess.crawler.client.CrawlerClientFactory crawlerClientFactory, int nThreads)
  • Method Details