- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 33 for favorited (0.04 sec)
-
src/test/java/org/codelibs/fess/ds/callback/IndexUpdateCallbackImplTest.java
assertNotNull("Doc ID should be set", dataMap.get("doc_id")); assertNotNull("Click count should be set", dataMap.get("click_count")); assertNotNull("Favorite count should be set", dataMap.get("favorite_count")); assertEquals(1, indexUpdateCallback.docList.size()); } public void test_store_withoutUrl_throwsException() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 24.5K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.search_result_sort_click_count_asc=by Click Count (asc) labels.search_result_sort_click_count_desc=by Click Count (desc) labels.search_result_sort_favorite_count_asc=by Favorite Count (asc) labels.search_result_sort_favorite_count_desc=by Favorite Count (desc) labels.search_result_sort_multiple=Multiple labels.search_result_size={0} bytes labels.search_result_created=Created: labels.search_result_last_modified=Last Modified:
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SearchLogHelper.java
return clickLogBhv.selectCount(cb -> { cb.query().setUrl_Equal(url); }); } /** * Gets the favorite count for a URL. * * @param url The URL. * @return The favorite count. */ public long getFavoriteCount(final String url) { final FavoriteLogBhv favoriteLogBhv = ComponentUtil.getComponent(FavoriteLogBhv.class);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 26.3K bytes - Viewed (0) -
src/main/resources/fess_label_pt_BR.properties
labels.search_result_sort_click_count_asc=Cliques (asc) labels.search_result_sort_click_count_desc=Cliques (desc) labels.search_result_sort_favorite_count_asc=Favoritos (asc) labels.search_result_sort_favorite_count_desc=Favoritos (desc) labels.search_result_sort_multiple=Múltiplo labels.search_result_size={0} bytes labels.search_result_created=Data de registro: labels.search_result_last_modified=Última modificação:
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.1K bytes - Viewed (0) -
src/main/resources/fess_config.properties
indexer.unprocessed.document.size=1000 # Whether to enable click count tracking in the indexer. indexer.click.count.enabled=true # Whether to enable favorite count tracking in the indexer. indexer.favorite.count.enabled=true # Commit margin time (ms) for webfs in the indexer. indexer.webfs.commit.margin.time=5000 # Maximum number of empty lists for webfs in the indexer.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/backup/AdminBackupAction.java
breakCursor = true; } } }); }; } /** * Get the write call for favorite log ndjson. * @return The write call. */ public static Consumer<Writer> getFavoriteLogNdjsonWriteCall() { final FessConfig fessConfig = ComponentUtil.getFessConfig();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 29.8K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.search_result_sort_click_count_asc=Klikken (oplopend) labels.search_result_sort_click_count_desc=Klikken (aflopend) labels.search_result_sort_favorite_count_asc=Favorieten (oplopend) labels.search_result_sort_favorite_count_desc=Favorieten (aflopend) labels.search_result_sort_multiple=Meerdere labels.search_result_size={0} bytes labels.search_result_created=Registratiedatum:
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java
@Resource protected HttpServletRequest request; /** Flag indicating whether search logging is enabled. */ protected boolean searchLogSupport; /** Flag indicating whether favorite functionality is enabled. */ protected boolean favoriteSupport; /** Flag indicating whether thumbnail generation is enabled. */ protected boolean thumbnailSupport; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 13.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
/** Property key for user information configuration. */ public static final String USER_INFO_PROPERTY = "user.info"; /** Property key for user favorite functionality configuration. */ public static final String USER_FAVORITE_PROPERTY = "user.favorite"; /** Property key for search log configuration. */ public static final String SEARCH_LOG_PROPERTY = "search.log";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 146.4K bytes - Viewed (0)