- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getPageRelatedqueryMaxFetchSizeAsInteger (2.97 sec)
-
src/main/java/org/codelibs/fess/helper/RelatedQueryHelper.java
cb.query().matchAll(); cb.query().addOrderBy_Term_Asc(); cb.fetchFirst(ComponentUtil.getFessConfig().getPageRelatedqueryMaxFetchSizeAsInteger()); }); } @Override public int load() { final Map<String, Map<String, String[]>> relatedQueryMap = new HashMap<>();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/RelatedQueryHelperTest.java
return testData; } } static class MockFessConfig extends FessConfig.SimpleImpl { @Override public Integer getPageRelatedqueryMaxFetchSizeAsInteger() { return 1000; } }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 16.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* @return The value of found property. (NotNull: if not found, exception but basically no way) * @throws NumberFormatException When the property is not integer. */ Integer getPageRelatedqueryMaxFetchSizeAsInteger(); /** * Get the value for the key 'page.thumbnail.queue.max.fetch.size'. <br> * The value is, e.g. 100 <br>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1)