- Sort Score
- Num 10 results
- Language All
Results 171 - 180 of 230 for tuples (0.03 seconds)
-
src/main/java/org/codelibs/fess/query/DefaultQueryBuilder.java
((DisMaxQueryBuilder) queryBuilder).add(innerQueryBuilder); break; default: break; } return this; } /** * Enumeration of supported query types. */ enum QueryType { /** Boolean query type. */ BOOL, /** DisMax query type. */ DISMAX; } /**
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 6.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/entity/DataStoreParams.java
* between camelCase and snake_case parameter names for flexible parameter access. * Parameters can be stored as any Object type and retrieved with type conversion * support for common types like String.</p> * * <p>This class is commonly used to pass configuration parameters to data store * implementations during crawling operations, allowing for flexible parameter
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 5.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/DataStoreExceptionTest.java
} catch (Exception e) { fail("Should have caught DataStoreException specifically"); } } @Test public void test_multipleExceptionTypes() { // Test with different types of causes DataStoreException withIOException = new DataStoreException("IO Error", new java.io.IOException("File not found"));
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 8.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/InvalidAccessTokenExceptionTest.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 10.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/sso/SsoAuthenticatorTest.java
// Verify assertTrue(authenticator.isResolverCalled()); assertNotNull(authenticator.getLastResolver()); } // Test getResponse method with different response types @Test public void test_getResponse_withMetadataType() { // Setup - Test with null response initially ActionResponse result = authenticator.getResponse(SsoResponseType.METADATA);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 11.2K bytes - Click Count (1) -
src/test/java/org/codelibs/fess/app/web/go/GoActionTest.java
import org.codelibs.fess.util.ComponentUtil; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.TestInfo; /** * Test class for GoAction. * Tests the isFileSystemPath method for various protocol types. */ public class GoActionTest extends UnitFessTestCase { private TestableGoAction goAction; @Override protected void setUp(TestInfo testInfo) throws Exception { super.setUp(testInfo);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 8.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/query/BooleanQueryCommandTest.java
BoolQueryBuilder boolResult = (BoolQueryBuilder) result; assertEquals(5, boolResult.should().size()); } // Test complex query with all clause types @Test public void test_convertBooleanQuery_complexQuery() { BooleanQuery.Builder boolQueryBuilder = new BooleanQuery.Builder(); // Add multiple clauses of each typeCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 14.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/JobExecutorTest.java
assertEquals(1, counter1.get()); assertEquals(1, counter2.get()); } @Test public void test_execute_differentScriptTypes() { // Test different script types Object result = jobExecutor.execute("javascript", "console.log('test')"); assertEquals("Executed: javascript console.log('test')", result); result = jobExecutor.execute("python", "print('test')");
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 9.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/RateLimitHelper.java
} return true; } return false; } /** * Check if the request is allowed under rate limiting rules. * @param ip the client IP address * @return true if the request is allowed */ public boolean allowRequest(final String ip) { if (isWhitelisted(ip)) { return true;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Dec 24 14:16:27 GMT 2025 - 9.4K bytes - Click Count (0) -
.teamcity/performance-test-durations.json
}, { "scenario" : "org.gradle.performance.regression.corefeature.ExcludeRuleMergingPerformanceTest.merge exclude rules", "durations" : [ { "testProject" : "excludeRuleMergingBuild", "linux" : 290 } ] }, { "scenario" : "org.gradle.performance.regression.corefeature.ExcludeRuleMergingPerformanceTest.merge exclude rules (parallel)", "durations" : [ { "testProject" : "excludeRuleMergingBuild", "linux" : 238 } ]Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 04:45:09 GMT 2026 - 26.1K bytes - Click Count (0)