- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 196 for orient (0.05 seconds)
-
build-logic-settings/architecture-docs/src/main/kotlin/gradlebuild/GeneratorTask.kt
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 30 15:37:56 GMT 2026 - 3.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImpl.java
import org.codelibs.core.lang.StringUtil; import org.codelibs.fess.Constants; import org.codelibs.fess.crawler.builder.RequestDataBuilder; import org.codelibs.fess.crawler.client.CrawlerClient; import org.codelibs.fess.crawler.client.CrawlerClientFactory; import org.codelibs.fess.crawler.entity.ResponseData; import org.codelibs.fess.crawler.entity.ResultData; import org.codelibs.fess.crawler.exception.ChildUrlsException;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 29.7K bytes - Click Count (3) -
src/main/resources/crawler/opensearch.xml
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" "http://dbflute.org/meta/lastadi10.dtd"> <components> <component name="fesenClient" class="org.codelibs.fess.opensearch.client.CrawlerEngineClient"> </component>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Oct 30 05:29:49 GMT 2025 - 283 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/DocumentHelper.java
final CrawlerClient client = crawlerClientFactory.getClient(url); if (client == null) { throw new CrawlingAccessException( "CrawlerClient is null for URL: " + url + ". Unable to access the document without a crawler client."); } final SystemHelper systemHelper = ComponentUtil.getSystemHelper();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Mar 30 14:27:04 GMT 2026 - 17.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/llm/LlmClient.java
/** * Returns the name of this LLM client. * * @return the client name (e.g., "ollama", "openai", "gemini") */ String getName(); /** * Checks if this LLM client is available and properly configured. * * @return true if the client is available, false otherwise */ boolean isAvailable(); // RAG workflow methodsCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 07:04:54 GMT 2026 - 7.3K bytes - Click Count (0) -
build-logic-commons/module-identity/src/main/kotlin/gradlebuild.module-identity.gradle.kts
} val gradleModule = extensions.create<GradleModuleExtension>(GradleModuleExtension.NAME).apply { published = false requiredRuntimes { client = false daemon = false worker = false } computedRuntimes { client = false daemon = false worker = false } // TODO: Most of these properties are the same across projects. We should
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 11 22:46:35 GMT 2026 - 5.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClientException.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.client; import org.codelibs.fess.exception.FessSystemException; /** * Exception thrown when search engine client operations fail. * This exception wraps underlying search engine errors and provides * meaningful error messages for troubleshooting. */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.6K bytes - Click Count (0) -
dbflute_fess/dfprop/lastafluteMap.dfprop
# ; freeGenList = list:{ [env or config or label or message or html] } # ; propertiesHtmlList = list:{ [env or config or label or message] } # } # ; appMap = map:{ # ; [application name, camel case, initial uncapitalised] = map:{ # ; path = [relative path to application project from DBFlute client]Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun May 20 08:20:11 GMT 2018 - 2.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/timer/LoadControlMonitorTarget.java
this.systemHelper = systemHelper; } @Override public void expired() { try { final SearchEngineClient client = ComponentUtil.getSearchEngineClient(); final NodesStatsResponse response = client.admin().cluster().prepareNodesStats().addMetric("os").execute().actionGet(10000L); short maxCpu = 0; for (final NodeStats nodeStats : response.getNodes()) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Feb 10 04:24:02 GMT 2026 - 3K bytes - Click Count (0) -
pom.xml
</dependency> <dependency> <groupId>com.google.oauth-client</groupId> <artifactId>google-oauth-client</artifactId> <version>${google.oauth.client.version}</version> </dependency> <dependency> <groupId>com.google.http-client</groupId> <artifactId>google-http-client</artifactId> <version>${google.http.client.version}</version> <exclusions> <exclusion>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 07:04:54 GMT 2026 - 49.9K bytes - Click Count (0)