- Sort Score
- Num 10 results
- Language All
Results 61 - 70 of 671 for bist (0.02 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/rank/fusion/RankFusionProcessorTest.java
assertEquals(pageSize, list.size()); assertEquals(allRecordCount, list.getAllRecordCount()); assertEquals(100, list.getAllPageCount()); assertEquals(20, list.getCurrentEndRecordNumber()); assertEquals(2, list.getCurrentPageNumber()); assertEquals(11, list.getCurrentStartRecordNumber()); assertEquals(0, list.getOffset());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 25.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/ApiResult.java
/** * The total number of configuration settings. */ protected long total = 0; /** * Sets the list of configuration settings and updates the total count. * @param settings The list of configuration settings. * @return The ApiConfigsResponse instance. */ public ApiConfigsResponse<T> settings(final List<T> settings) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 25.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsFileConfigBhv.java
return doBatchInsert(new BulkList<>(list, call, entityCall), null); } public int[] batchUpdate(List<FileConfig> list) { return batchUpdate(list, null, null); } public int[] batchUpdate(List<FileConfig> list, RequestOptionCall<BulkRequestBuilder> call) { return batchUpdate(list, call, null); } public int[] batchUpdate(List<FileConfig> list, RequestOptionCall<BulkRequestBuilder> call,
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 10.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/log/bsbhv/BsSearchLogBhv.java
return doBatchInsert(new BulkList<>(list, call, entityCall), null); } public int[] batchUpdate(List<SearchLog> list) { return batchUpdate(list, null, null); } public int[] batchUpdate(List<SearchLog> list, RequestOptionCall<BulkRequestBuilder> call) { return batchUpdate(list, call, null); } public int[] batchUpdate(List<SearchLog> list, RequestOptionCall<BulkRequestBuilder> call,
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 10.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/entity/SearchRenderDataTest.java
assertNull(searchRenderData.getDocumentItems()); // Test with empty list List<Map<String, Object>> emptyList = new ArrayList<>(); searchRenderData.setDocumentItems(emptyList); assertEquals(emptyList, searchRenderData.getDocumentItems()); // Test with populated list List<Map<String, Object>> documentItems = new ArrayList<>(); Map<String, Object> doc1 = new HashMap<>();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 23.6K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/dict/mapping/admin_dict_mapping.jsp
</la:link> <la:link href="list/1?dictId=${f:u(dictId)}" styleClass="btn btn-primary btn-xs"> <i class="fa fa-th-list" aria-hidden="true"></i> <la:message key="labels.dict_mapping_list_link"/>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 10.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/service/KuromojiService.java
*/ public KuromojiService() { // do nothing } /** * Get a list of Kuromoji items. * * @param dictId The dictionary ID. * @param kuromojiPager The pager for Kuromoji. * @return A list of Kuromoji items. */ public List<KuromojiItem> getKuromojiList(final String dictId, final KuromojiPager kuromojiPager) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 4.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/timer/LogNotificationTargetTest.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.timer; import java.util.List; import org.codelibs.fess.helper.LogNotificationHelper; import org.codelibs.fess.helper.LogNotificationHelper.LogNotificationEvent; import org.codelibs.fess.unit.UnitFessTestCase; import org.codelibs.fess.util.ComponentUtil;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 4.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exec/Crawler.java
return null; } /** * Creates a list from an array of configuration ID values. * * @param values array of configuration ID strings * @return list containing all values from the array */ private static List<String> createConfigIdList(final String[] values) { final List<String> idList = new ArrayList<>();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 32.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/service/FavoriteLogService.java
} /** * Retrieves a list of URLs that are in the user's favorites from the provided URL list. * This method filters the input URL list to return only those URLs that the specified user * has marked as favorites. * * @param userCode the unique code identifying the user * @param urlList the list of URLs to check against the user's favoritesCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 4.6K bytes - Click Count (0)