Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 81 for caClient (0.05 sec)

  1. FileListIndexUpdateCallbackImpl.java

    org.apache.logging.log4j.Logger; L35:import org.codelibs.core.io.SerializeUtil; L36:import org.codelibs.fess.Constants; L37:import org.codelibs.fess.crawler.builder.RequestDataBuilder; L38:import org.codelibs.fess.crawler.client.CrawlerClient; L39:import org.codelibs.fess.crawler.client.CrawlerClientFactory; L40:import org.codelibs.fess.crawler.entity.RequestData; L41:import org.codelibs.fess.crawler.entity.ResponseData; L42:import org.codelibs.fess.crawler.entity.ResultData; L43:import org.codelibs....
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      16.8K bytes
  2. EsAbstractBehavior.java

    org.opensearch.action.index.IndexResponse; L51:import org.opensearch.action.search.SearchRequestBuilder; L52:import org.opensearch.action.search.SearchResponse; L53:import org.opensearch.action.update.UpdateRequestBuilder; L54:import org.opensearch.client.Client; L55:import org.opensearch.core.action.ActionListener; L56:import org.opensearch.index.seqno.SequenceNumbers; L57:import org.opensearch.search.SearchHit; L58:import org.opensearch.search.SearchHits; L59: L60:import jakarta.annotation.Resource;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      26.4K bytes
  3. WebConfigTest.java

    org.codelibs.fess.Constants; L25:import org.codelibs.fess.app.service.RequestHeaderService; L26:import org.codelibs.fess.app.service.WebAuthenticationService; L27:import org.codelibs.fess.crawler.client.CrawlerClientFactory; L28:import org.codelibs.fess.crawler.client.http.Authentication; L29:import org.codelibs.fess.crawler.client.http.HcHttpClient; L30:import org.codelibs.fess.helper.SystemHelper; L31:import org.codelibs.fess.mylasta.direction.FessConfig; L32:import org.codelibs.fess.mylasta.direction.FessProp;...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu May 09 09:48:04 UTC 2024
      7.6K bytes
  4. OpenIdConnectAuthenticator.java

    org.lastaflute.web.util.LaRequestUtil; L42: L43:import com.google.api.client.auth.oauth2.AuthorizationCodeRequestUrl; L44:import com.google.api.client.auth.oauth2.AuthorizationCodeTokenRequest; L45:import com.google.api.client.auth.oauth2.TokenResponse; L46:import com.google.api.client.http.GenericUrl; L47:import com.google.api.client.http.HttpTransport; L48:import com.google.api.client.http.javanet.NetHttpTransport; L49:import com.google.api.client.json.JsonFactory; L50:import com.google.api.client.json.JsonParser;...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:20:39 UTC 2024
      12.3K bytes
  5. ScoreBooster.java

    == 0) { L69: return 0L; L70: } L71: final SearchEngineClient client = ComponentUtil.getSearchEngineClient(); L72: if (bulkRequestBuilder == null) { L73: bulkRequestBuilder = client.prepareBulk(); L74: } L75: final String index = fessConfig.getIndexDocumentUpdateIndex(); L76: for (final String id : ids) { L77: bulkRequestBuilder.add(client.prepareUpdate().setIndex(index).setId(id) L78: .setScript(new Scri...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      5K bytes
  6. DocumentHelper.java

    org.codelibs.core.io.SerializeUtil; L37:import org.codelibs.core.lang.StringUtil; L38:import org.codelibs.fess.Constants; L39:import org.codelibs.fess.crawler.builder.RequestDataBuilder; L40:import org.codelibs.fess.crawler.client.CrawlerClient; L41:import org.codelibs.fess.crawler.client.CrawlerClientFactory; L42:import org.codelibs.fess.crawler.entity.RequestData; L43:import org.codelibs.fess.crawler.entity.ResponseData; L44:import org.codelibs.fess.crawler.entity.ResultData; L45:import org.codelibs....
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      12K bytes
  7. SearchEngineUtil.java

    params) -> xContent.toXContent(builder, params), mediaType); L54: } L55: L56: public static long scroll(final String index, final Function<SearchHit, Boolean> callback) { L57: final SearchEngineClient client = ComponentUtil.getSearchEngineClient(); L58: return client.<SearchHit> scrollSearch(index, searchRequestBuilder -> true, (searchResponse, hit) -> hit, L59: hit -> callback.apply(hit)); L60: } L61: L62: public static String getXContentString(final ToXContent...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      2.9K bytes
  8. WebAuthentication.java

    ngUtil; L32:import org.codelibs.fess.Constants; L33:import org.codelibs.fess.app.service.WebConfigService; L34:import org.codelibs.fess.crawler.client.http.Authentication; L35:import org.codelibs.fess.crawler.client.http.form.FormScheme; L36:import org.codelibs.fess.crawler.client.http.impl.AuthenticationImpl; L37:import org.codelibs.fess.crawler.client.http.ntlm.JcifsEngine; L38:import org.codelibs.fess.crawler.exception.CrawlerSystemException; L39:import org.codelibs.fess.es.config.bsentity.BsWebAuthentication;...
    github.com/codelibs/fess/src/main/java/org/code...
    Sat Oct 12 01:54:15 UTC 2024
      5.8K bytes
  9. lastafluteMap.dfprop

    ; path = [relative path to common project from DBFlute client] L12:# ; freeGenList = list:{ [env or config or label or message or html] } L13:# ; propertiesHtmlList = list:{ [env or config or label or message] } L14:# } L15:# ; appMap = map:{ L16:# ; [application name, camel case, initial uncapitalised] = map:{ L17:# ; path = [relative path to application project from DBFlute client] L18:# ; freeGenList = list:{ [env or config or label...
    github.com/codelibs/fess/dbflute_fess/dfprop/la...
    Sun May 20 08:20:11 UTC 2018
      2.2K bytes
  10. README.md

    L1:cUrl-like Java Client L2:[![Java CI with Maven](https://github.com/codelibs/curl4j/actions/workflows/maven.yml/badge.svg)](https://github.com/codelibs/curl4j/actions/workflows/maven.yml) L3:===================== L4: L5:curl4j is a simple cUrl-like Java client. L6: L7:## Version L8: L9:[Versions in Maven Repository](https://repo1.maven.org/maven2/org/codelibs/curl4j/) L10: L11:## Using Maven L12: L13:Put the following block into pom.xml if using Maven: L14: L15: <dependency> L16: <gr...
    github.com/codelibs/curl4j/README.md
    Sat Feb 19 00:59:27 UTC 2022
      566 bytes
Back to top