- Sort Score
- Num 10 results
- Language All
Results 151 - 160 of 180 for isSame (0.07 seconds)
-
src/main/java/org/codelibs/fess/helper/DataIndexHelper.java
} } /** * Deletes old documents from the search index. * This method removes documents that were indexed in previous * crawling sessions for the same data configuration, keeping * only the documents from the current session. * * <p>The deletion process:</p> * <ul> * <li>Checks if old document deletion is enabled</li>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 19K bytes - Click Count (0) -
architecture/standards/0006-use-of-provider-apis-in-gradle.md
plugins in gradle/gradle, it's easy for an object to be created without applying its associated plugin. For instance, Spring has a plugin that uses the Checkstyle task directly without applying the Checkstyle plugin. Until we can provide the same guarantees for core plugins, we need to be more conservative for existing classes and not follow best practices. This means conventions need to be set in both a plugin and the constructor. This keeps existing builds working, but it may complicate the...
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 10K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java
} @Test public void test_getAnchorList_allDuplicates() throws Exception { final String data = "<html><body>" + "<a href=\"http://example.com/same\">link1</a>" + "<a href=\"http://example.com/same\">link2</a>" + "<a href=\"http://example.com/same\">link3</a>" + "</body></html>"; final Document document = getDocument(data); final FessXpathTransformer transformer = createAnchorListTransformer();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 62.9K bytes - Click Count (0) -
src/main/webapp/css/admin/adminlte.min.css.map
(pointer: coarse) {\n .content-wrapper.iframe-mode .btn-iframe-close {\n visibility: visible;\n }\n}\n\n.content-wrapper.iframe-mode .navbar-nav {\n overflow-y: auto;\n width: 100%;\n}\n\n.content-wrapper.iframe-mode .navbar-nav .nav-link {\n white-space: nowrap;\n}\n\n.content-wrapper.iframe-mode .navbar-nav .nav-item {\n position: relative;\n}\n\n.content-wrapper.iframe-mode .navbar-nav .nav-item:hover .btn-iframe-close, .content-wrapper.iframe-mode .navbar-nav .nav-item:focus .btn-iframe-close...Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 3.7M bytes - Click Count (3) -
src/main/java/org/codelibs/fess/script/groovy/GroovyEngine.java
* to ensure thread isolation of bindings.</p> * * <p>Note on class-level isolation: Compiled Script classes are cached and reused. * Class-level state (static fields, metaclass mutations) persists across evaluations * of the same script. In Fess, scripts are short expressions configured by * administrators (e.g., "data1 > 10", "10 * boost1 + boost2") and do not use * static state, so this is acceptable.</p> *
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 11.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/user/bsbhv/BsUserBhv.java
public ListResultBean<User> selectList(CBCall<UserCB> cbLambda) { return facadeSelectList(createCB(cbLambda)); } public PagingResultBean<User> selectPage(CBCall<UserCB> cbLambda) { // #pending same? return (PagingResultBean<User>) facadeSelectList(createCB(cbLambda)); } public void selectCursor(CBCall<UserCB> cbLambda, EntityRowHandler<User> entityLambda) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 12K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/validation/CronExpressionTest.java
Set<ConstraintViolation<ExtendedTestBean>> violations = validator.validate(bean); assertEquals(2, violations.size()); } // Test multiple annotations on same field @Test public void test_multipleValidations() { MultiValidationBean bean = new MultiValidationBean(); bean.setRequiredCron(null); // Violates NotNullCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 12.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/synonym/SynonymFile.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 07:09:00 GMT 2025 - 15.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/entity/FacetQueryViewTest.java
int firstQueriesCount = testFacetInfo.getAddedQueries().size(); // Call init again facetQueryView.init(); // Size should remain the same assertEquals(firstSize, facetQueryView.getQueryMap().size()); // But queries would be added again to FacetInfo (distinct handles duplicates)
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 17.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/query/QueryFieldConfigSetBasedLookupTest.java
assertNotNull(queryFieldConfig.searchFieldSet); assertNotNull(queryFieldConfig.facetFieldSet); assertNotNull(queryFieldConfig.sortFieldSet); // Sets should contain same values as arrays assertEquals(queryFieldConfig.searchFields.length, queryFieldConfig.searchFieldSet.size()); assertEquals(queryFieldConfig.facetFields.length, queryFieldConfig.facetFieldSet.size());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 19.4K bytes - Click Count (0)