Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for fileConfig (0.08 sec)

  1. WebFsIndexHelper.java

    numOfThread = L254: fileConfig.getNumOfThread() != null ? fileConfig.getNumOfThread() : Constants.DEFAULT_NUM_OF_THREAD_FOR_FS; L255: crawlerContext.setNumOfThread(numOfThread); L256: L257: // depth L258: final int depth = fileConfig.getDepth() != null ? fileConfig.getDepth() : -1; L259: crawlerContext.setMaxDepth(depth); L260: L261: // max count L262: final long maxCount = fileConfig.getMaxAccessCount() != null ? fil...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      22.6K bytes
  2. fess_config.properties

    L793:online.help.name.systeminfo=systeminfo L794:online.help.name.user=user L795:online.help.name.group=group L796:online.help.name.design=design L797:online.help.name.dashboard=dashboard L798:online.help.name.webauth=webauth L799:online.help.name.fileconfig=fileconfig L800:online.help.name.fileauth=fileauth L801:online.help.name.labeltype=labeltype L802:online.help.name.duplicatehost=duplicatehost L803:online.help.name.scheduler=scheduler L804:online.help.name.crawlinginfo=crawlinginfo L805:online.help.name.backup=backup...
    github.com/codelibs/fess/src/main/resources/fes...
    Tue Oct 01 14:13:38 UTC 2024
      30.9K bytes
  3. esclient.xml

    L471: </postConstruct> L472: <postConstruct name="addIndexConfig"> L473: <arg>"fess_config.file_authentication/file_authentication"</arg> L474: </postConstruct> L475: <postConstruct name="addIndexConfig"> L476: <arg>"fess_config.file_config/file_config"</arg> L477: </postConstruct> L478: <postConstruct name="addIndexConfig"> L479: <arg>"fess_config.job_log/job_log"</arg> L480: </postConstruct> L481: <postConstruct name="addIndexConfig"> L482: <arg>"fess_config.key_match/key_match"</arg>...
    github.com/codelibs/fess/src/main/resources/esc...
    Mon Oct 21 12:20:52 UTC 2024
      16K bytes
Back to top