- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 142 for seas (0.3 sec)
-
src/main/java/org/codelibs/fess/suggest/SuggesterBuilder.java
/** * Sets the suggest settings. * @param settings The suggest settings. * @return This builder instance. */ public SuggesterBuilder settings(final SuggestSettings settings) { this.settings = settings; settingsBuilder = null; return this; } /** * Sets the suggest settings builder.Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 6.2K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapImage.java
} /** * Sets the location URL of the image. * @param loc the image URL to set */ public void setLoc(final String loc) { this.loc = loc; } /** * Gets the caption of the image. * @return the caption */ public String getCaption() { return caption; } /** * Sets the caption of the image.Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 3.8K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java
/** * Initializes the HTTP client with the necessary configurations and settings. * This method sets up the request configurations, authentication schemes, * user agent, proxy settings, request headers, cookie store, and connection manager. * It also processes form-based authentication schemes and sets up the HTTP client context. */ @Override public synchronized void init() {Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 12:19:14 UTC 2025 - 53.7K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapNews.java
} /** * Sets the title of the news article. * @param title the title to set */ public void setTitle(final String title) { this.title = title; } /** * Gets the keywords. * @return the keywords */ public String getKeywords() { return keywords; } /** * Sets the keywords.Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 4.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/RoleQueryHelper.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 15.1K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapVideo.java
/** * Sets the content location URL. * @param contentLoc the content URL to set */ public void setContentLoc(final String contentLoc) { this.contentLoc = contentLoc; } /** * Gets the player location URL. * @return the player URL */ public String getPlayerLoc() { return playerLoc; } /** * Sets the player location URL.Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 8.9K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/CommandExtractor.java
return buf.toString(); } } /** * Sets the encoding for the output. * @param outputEncoding The output encoding to set. */ public void setOutputEncoding(final String outputEncoding) { this.outputEncoding = outputEncoding; } /** * Sets the output file extension. * @param outputExtension The output file extension to set. */
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 12:19:14 UTC 2025 - 16.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/settings/SuggestSettingsBuilder.java
return this; } /** * Sets the scroll timeout. * @param timeout The scroll timeout. * @return This builder instance. */ public SuggestSettingsBuilder scrollTimeout(final String timeout) { timeoutSettings.setScrollTimeout(timeout); return this; } /** * Sets the search timeout. * @param timeout The search timeout.Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 17 14:10:16 UTC 2025 - 4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/auth/chain/CommandChain.java
return buf.toString(); } } /** * Sets the working directory for command execution. * @param workingDirectory The working directory. */ public void setWorkingDirectory(final File workingDirectory) { this.workingDirectory = workingDirectory; } /** * Sets the maximum number of output lines to capture.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 14.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/interval/FessIntervalController.java
* * @return the delay time in milliseconds after processing */ public long getDelayMillisAfterProcessing() { return delayMillisAfterProcessing; } /** * Sets the delay time in milliseconds after processing a URL. * * @param delayMillisAfterProcessing the delay time in milliseconds after processing */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Wed Nov 19 07:09:17 UTC 2025 - 5.1K bytes - Viewed (0)