- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 42 for favorites (0.05 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/general/MailForm.java
public String crawlingThreadCount; /** The search log setting. */ public String searchLog; /** The user info setting. */ public String userInfo; /** The user favorite setting. */ public String userFavorite; /** The web API JSON setting. */ public String webApiJson; /** The default label value setting. */ public String defaultLabelValue;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.6K 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/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_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/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_fr.properties
labels.search_result_sort_click_count_asc=par nombre de clics (asc) labels.search_result_sort_click_count_desc=par nombre de clics (desc) labels.search_result_sort_favorite_count_asc=par nombre de favoris (asc) labels.search_result_sort_favorite_count_desc=par nombre de favoris (desc) labels.search_result_sort_multiple=Multiple labels.search_result_size={0} octets labels.search_result_created=Créé : labels.search_result_last_modified=Dernière modification :
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0) -
docs/pt/docs/tutorial/first-steps.md
Você também pode devolver modelos Pydantic (você verá mais sobre isso mais tarde). Existem muitos outros objetos e modelos que serão convertidos automaticamente para JSON (incluindo ORMs, etc). Tente usar seus favoritos, é altamente provável que já sejam compatíveis. ## Recapitulando * Importe `FastAPI`. * Crie uma instância do `app`. * Coloque o **decorador que define a operação** (como `@app.get("/")`).
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Thu Jan 09 20:41:07 UTC 2025 - 10.8K 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/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) -
docs/es/docs/tutorial/first-steps.md
También puedes retornar modelos de Pydantic (verás más sobre eso más adelante). Hay muchos otros objetos y modelos que serán automáticamente convertidos a JSON (incluyendo ORMs, etc). Intenta usar tus favoritos, es altamente probable que ya sean compatibles. ## Recapitulación * Importa `FastAPI`. * Crea una instancia `app`. * Escribe un **path operation decorator** usando decoradores como `@app.get("/")`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 17:46:44 UTC 2024 - 12.2K bytes - Viewed (0)