- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 140 for infer (0.03 sec)
-
src/test/java/org/codelibs/fess/query/BoostQueryCommandTest.java
TermQueryBuilder termQueryBuilder = (TermQueryBuilder) result; assertEquals("field", termQueryBuilder.fieldName()); assertEquals("nested", termQueryBuilder.value()); // Only the inner boost is applied assertEquals(2.0f, termQueryBuilder.boost()); } else { // For DefaultQueryBuilder, we just verify it was created assertTrue(result instanceof DefaultQueryBuilder);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 17K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/thumbnail/ThumbnailManagerTest.java
testFile.getParentFile().mkdirs(); testFile.createNewFile(); testFile.setLastModified(System.currentTimeMillis() - 2000L); // Since FilePurgeVisitor is an inner class and we can't directly test it, // we'll test through the purge method ThumbnailManager testManager = new ThumbnailManager() { @Override public long purge(long expiry) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 18.7K bytes - Viewed (0) -
src/test/java/jcifs/EmptyIteratorTest.java
innerIterator.next(); innerCount++; } } assertEquals(0, innerCount, "Inner iteration should not execute"); } assertEquals(0, outerCount, "Outer iteration should not execute"); }, "EmptyIterator should work correctly in nested iteration"); } @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/dict/stopwords/StopwordsFileTest.java
// The content creates two lines: "word\n1" and "word\" assertTrue(stopwordsFile.stopwordsItemList.stream().anyMatch(item -> item.getInput().contains("word"))); } // Test StopwordsUpdater inner class public void test_updater_writeOldItem() { loadTestData(); StopwordsItem item = stopwordsFile.get(1).get();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 17.6K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/cache2/Relay.kt
*/ fun newSource(): Source? { synchronized(this@Relay) { if (file == null) return null sourceCount++ } return RelaySource() } internal inner class RelaySource : Source { private val timeout = Timeout() /** The operator to read and write the shared file. Null if this source is closed. */
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed May 28 17:15:47 UTC 2025 - 11.8K bytes - Viewed (0) -
cmd/storage-rest_test.go
"reflect" "runtime" "testing" "time" "github.com/minio/minio/internal/grid" xnet "github.com/minio/pkg/v3/net" ) // Storage REST server, storageRESTReceiver and StorageRESTClient are // inter-dependent, below test functions are sufficient to test all of them. func testStorageAPIDiskInfo(t *testing.T, storage StorageAPI) { testCases := []struct { expectErr bool }{ {true}, }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 09 14:28:39 UTC 2025 - 11.4K bytes - Viewed (0) -
tests/generics_test.go
u2 := User{Name: "GenericsJoins_2", Company: Company{Name: "GenericsCompany_2"}} u3 := User{Name: "GenericsJoins_3", Company: Company{Name: "GenericsCompany_3"}} db.CreateInBatches(ctx, &[]User{u3, u, u2}, 10) // Inner JOIN + WHERE result, err := db.Joins(clause.Has("Company"), func(db gorm.JoinBuilder, joinTable clause.Table, curTable clause.Table) error { db.Where("?.name = ?", joinTable, u.Company.Name) return nil }).First(ctx)
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Thu Sep 04 13:13:16 UTC 2025 - 28K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/SearchEngineUtilTest.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 13.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/DataIndexHelper.java
for (final String sid : sessionIdList) { // remove config ComponentUtil.getCrawlingConfigHelper().remove(sid); } } /** * Inner thread class for executing data store crawling operations. * Each thread handles crawling for a single data configuration, * processing documents and updating the search index. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 18.9K bytes - Viewed (0) -
docs/tr/docs/features.md
* Kompleks kimlik doğrulama sistemleri için destek, **database bağlantıları**, vs. * **Taviz yok** hiçbir şeyden taviz vermeden, database frontend vs. Bütün hepsinin kolayca entegre edilebiliyor. ### Sınırsız "plug-inler" Başka bir deyişle, plug-inlere ihtiyacımız yok, import edip direkt olarak kullanmaya başlayabiliriz.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 11.1K bytes - Viewed (0)