- Sort Score
- Num 10 results
- Language All
Results 141 - 150 of 188 for nohost (0.16 seconds)
-
docs/en/docs/deployment/manually.md
/// tip By adding the `standard`, Uvicorn will install and use some recommended extra dependencies. That including `uvloop`, the high-performance drop-in replacement for `asyncio`, that provides the big concurrency performance boost. When you install FastAPI with something like `pip install "fastapi[standard]"` you already get `uvicorn[standard]` as well. /// ## Run the Server Program { #run-the-server-program }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 6.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/query/PhraseQueryCommandTest.java
// Note: Field logging behavior depends on implementation } @Test public void test_convertPhraseQuery_singleTerm_defaultField_dismax() { // Test with single term in default field with boost > 1 PhraseQuery.Builder builder = new PhraseQuery.Builder(); builder.add(new Term(Constants.DEFAULT_FIELD, "test")); PhraseQuery phraseQuery = builder.build();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 9.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Concurrent Crawling Count */ public static final String LABELS_CRAWLING_THREAD_COUNT = "{labels.crawlingThreadCount}"; /** The key of the message: Boost */ public static final String LABELS_BOOST = "{labels.boost}"; /** The key of the message: Name */ public static final String LABELS_CRAWLING_CONFIG_NAME = "{labels.crawlingConfigName}"; /** The key of the message: Path to Crawl */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 172.6K bytes - Click Count (0) -
apache-maven/src/assembly/maven/conf/settings.xml
<id>optional</id> <active>true</active> <protocol>http</protocol> <username>proxyuser</username> <password>proxypass</password> <host>proxy.host.net</host> <port>80</port> <nonProxyHosts>local.net|some.host.com</nonProxyHosts> </proxy> --> </proxies> <!-- servers | This is a list of authentication profiles, keyed by the server-id used within the system.
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Jan 22 07:44:50 GMT 2025 - 11.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/rank/fusion/RankFusionProcessorEdgeCaseTest.java
final List<Map<String, Object>> results = processor.search("*", new TestSearchRequestParams(0, 10, 0), OptionalThing.empty()); assertNotNull(results); // RRF should merge duplicates and boost their scores } } /** * Test that close can be called multiple times safely. */ @Test public void test_multipleCloseCallsSafe() throws Exception {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 14.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/it/admin/JobLogTests.java
requestBody.put("max_access_count", 1L); // Minimal access count requestBody.put("num_of_thread", 1); requestBody.put("interval_time", 0); // No delay requestBody.put("boost", 100); requestBody.put("available", true); requestBody.put("sort_order", 0); createWebConfig(requestBody); } /** * Helper: Create a crawling job */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 21 13:29:45 GMT 2025 - 9.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/it/admin/FailureUrlTests.java
requestBody.put("max_access_count", 1L); // Already minimal requestBody.put("num_of_thread", 1); requestBody.put("interval_time", 0); // No delay between requests requestBody.put("boost", 100); requestBody.put("available", true); requestBody.put("sort_order", 0); createWebConfig(requestBody); } /** * Helper: Create a crawling job */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 12.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/SystemHelperTest.java
return "fess-server"; } }); try { envMap.put("HOSTNAME", "myhost"); final long pid = ProcessHandle.current().pid(); assertEquals("fess-server@myhost:" + pid, systemHelper.getInstanceId()); } finally { envMap.remove("HOSTNAME"); } } @Test
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 44.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/it/admin/CrawlerLogTests.java
requestBody.put("max_access_count", 2L); // Minimal: 1 success + 1 failure requestBody.put("num_of_thread", 1); requestBody.put("interval_time", 0); // No delay requestBody.put("boost", 100); requestBody.put("available", true); requestBody.put("sort_order", 0); createWebConfig(requestBody); } private static void createJob() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Mar 30 14:01:34 GMT 2026 - 13.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/elevateword/ApiAdminElevatewordAction.java
import jakarta.annotation.Resource; /** * API action for admin elevate word management. * Provides RESTful API endpoints for managing elevate word settings in the Fess search engine. * Elevate words boost specific search terms to appear higher in search results. */ public class ApiAdminElevatewordAction extends FessApiAdminAction { private static final Logger logger = LogManager.getLogger(ApiAdminElevatewordAction.class);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 12.8K bytes - Click Count (0)