Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 81 for caClient (0.06 sec)

  1. AdminUpgradeAction.java

    ".crawler.queue", // L1313: }; L1314: final SearchEngineClient client = ComponentUtil.getSearchEngineClient(); L1315: for (final String index : configIndices) { L1316: final String oldIndex = "." + index; L1317: if (client.existsIndex(oldIndex) && client.existsIndex(index)) { L1318: logger.info("Copying from {} to {}", oldIndex, index); L1319: if (!client.reindex(oldIndex, index, false)) { L1320: logger.warn("Failed...
    github.com/codelibs/fess/src/main/java/org/code...
    Sat Oct 12 01:54:46 UTC 2024
      54K bytes
  2. PingSearchEngineJob.java

    am.StreamUtil.stream; L19: L20:import org.apache.logging.log4j.LogManager; L21:import org.apache.logging.log4j.Logger; L22:import org.codelibs.core.lang.StringUtil; L23:import org.codelibs.fess.entity.PingResponse; L24:import org.codelibs.fess.es.client.SearchEngineClient; L25:import org.codelibs.fess.helper.NotificationHelper; L26:import org.codelibs.fess.helper.SystemHelper; L27:import org.codelibs.fess.mylasta.direction.FessConfig; L28:import org.codelibs.fess.mylasta.mail.EsStatusPostcard; L29:import...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      4.1K bytes
  3. ParameterUtil.java

    final String META_PREFIX = "field.meta."; L34: L35: protected static final String VALUE_PREFIX = "field.value."; L36: L37: protected static final String SCRIPT_PREFIX = "field.script."; L38: L39: protected static final String CLIENT_PREFIX = "client."; L40: L41: protected static final String CONFIG_PREFIX = "config."; L42: L43: protected static final String FIELD_PREFIX = "field.config."; L44: L45: protected ParameterUtil() { L46: // nothing L47: } L48: L49: public static...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      6.5K bytes
  4. CrawlingConfigWrapper.java

    specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.es.config.exentity; L17: L18:import java.util.Map; L19:import java.util.function.Supplier; L20: L21:import org.codelibs.fess.crawler.client.CrawlerClientFactory; L22: L23:public class CrawlingConfigWrapper implements CrawlingConfig { L24: L25: private final CrawlingConfig crawlingConfig; L26: L27: public CrawlingConfigWrapper(final CrawlingConfig crawlingConfig) { L28: this.crawlingConfig...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      2.2K bytes
  5. SearchHelper.java

    org.codelibs.fess.entity.SearchRenderData; L39:import org.codelibs.fess.entity.SearchRequestParams; L40:import org.codelibs.fess.entity.SearchRequestParams.SearchRequestType; L41:import org.codelibs.fess.es.client.SearchEngineClient.SearchConditionBuilder; L42:import org.codelibs.fess.es.client.SearchEngineClientException; L43:import org.codelibs.fess.exception.InvalidQueryException; L44:import org.codelibs.fess.mylasta.action.FessUserBean; L45:import org.codelibs.fess.mylasta.direction.FessConfig;...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:20:39 UTC 2024
      19.1K bytes
  6. AdminSysteminfoAction.java

    L150: || "ldap.admin.security.credentials".equals(key) // L151: || "spnego.preauth.password".equals(key) // L152: || "app.cipher.key".equals(key) // L153: || "oic.client.id".equals(key) // L154: || "oic.client.secret".equals(key); L155: } L156: L157: public static List<Map<String, String>> getBugReportItems() { L158: final List<Map<String, String>> itemList = new ArrayList<>(); L159: for (final String label...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      7.5K bytes
  7. _readme.txt

    L1:Directory for DBFlute client L2: L3:manage.bat(sh) => 21 (jdbc): L4:A execution command of JDBC task L5:which gets your schema info and saves it to SchemaXML L6:located to the "schema" directory. L7:This task should be executed after ReplaceSchema task L8:and before other tasks(e.g. Generate, Document task). L9: L10:manage.bat(sh) => 22 (doc): L11:A execution command of Document task L12:which creates documents, for example, SchemaHTML, HistoryHTML L13:to the "output/doc" directory. L14: L15:manage.bat(sh)...
    github.com/codelibs/fess/dbflute_fess/_readme.txt
    Sat Jul 04 22:46:31 UTC 2015
      2.5K bytes
  8. replaceSchemaMap.dfprop

    objectTypeTargetList = list:{TABLE;VIEW} L154: # } L155: #} L156: # - - - - - - - - - -/ L157: L158: # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - L159: # o playSqlDirectory: (NotRequired - Default 'playsql' relative to DBFlute client) L160: # This property is relative path to (main) PlaySql directory, L161: # You should not use this property easily. L162: # L163: #; playSqlDirectory = ../../foo-project/playsql L164: # - - - - - - - - - -/ L165: L166: # /- -...
    github.com/codelibs/fess/dbflute_fess/dfprop/re...
    Sat Oct 31 23:35:14 UTC 2015
      9.3K bytes
  9. ThumbnailGenerator.java

    L27:import org.codelibs.core.misc.DynamicProperties; L28:import org.codelibs.core.timer.TimeoutManager; L29:import org.codelibs.core.timer.TimeoutTask; L30:import org.codelibs.fess.Constants; L31:import org.codelibs.fess.crawler.client.FesenClient; L32:import org.codelibs.fess.es.client.SearchEngineClient; L33:import org.codelibs.fess.exception.ContainerNotAvailableException; L34:import org.codelibs.fess.timer.SystemMonitorTarget; L35:import org.codelibs.fess.util.ComponentUtil; L36:import org.codelibs....
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      8.2K bytes
  10. CrawlingInfoHelper.java

    j.Logger; L32:import org.codelibs.core.lang.StringUtil; L33:import org.codelibs.core.security.MessageDigestUtil; L34:import org.codelibs.fess.Constants; L35:import org.codelibs.fess.app.service.CrawlingInfoService; L36:import org.codelibs.fess.es.client.SearchEngineClient; L37:import org.codelibs.fess.es.config.exentity.CrawlingConfig; L38:import org.codelibs.fess.es.config.exentity.CrawlingInfo; L39:import org.codelibs.fess.es.config.exentity.CrawlingInfoParam; L40:import org.codelibs.fess.exce...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      10.6K bytes
Back to top