- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getBoostDocumentRuleList (0.08 sec)
-
src/main/java/org/codelibs/fess/app/service/BoostDocumentRuleService.java
* @param boostDocumentRulePager The pager with search criteria and pagination settings. * @return List of boost document rules matching the criteria. */ public List<BoostDocumentRule> getBoostDocumentRuleList(final BoostDocPager boostDocumentRulePager) { final PagingResultBean<BoostDocumentRule> boostDocumentRuleList = boostDocumentRuleBhv.selectPage(cb -> {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/boostdoc/ApiAdminBoostdocAction.java
validateApi(body, messages -> {}); final BoostDocPager pager = copyBeanToNewBean(body, BoostDocPager.class); final List<BoostDocumentRule> list = boostDocumentRuleService.getBoostDocumentRuleList(pager); return asJson(new ApiConfigsResponse<EditBody>().settings(list.stream().map(this::createEditBody).collect(Collectors.toList())) .total(pager.getAllRecordCount())
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 7.9K bytes - Viewed (0)