- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 44 for favoris (0.04 seconds)
-
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 :
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 54.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/service/FavoriteLogService.java
import org.dbflute.cbean.result.ListResultBean; import jakarta.annotation.Resource; /** * Service class for managing favorite log operations. * Provides functionality to add URLs to user favorites and retrieve favorite URL lists. * This service handles the persistence and retrieval of favorite log entries in the search system. */ public class FavoriteLogService { /** * Default constructor. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 4.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/it/search/FavoritesApiTests.java
import io.restassured.path.json.JsonPath; import io.restassured.response.Response; /** * Integration tests for the Favorites API (/api/v1/favorites and /api/v1/documents/{docId}/favorite) * This test requires crawled documents and favorites feature to be properly configured */ @Tag("it") @Disabled("Requires favorites feature to be enabled and crawled documents") public class FavoritesApiTests extends CrawlTestBase {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 20 03:03:44 GMT 2025 - 9.9K bytes - Click Count (0) -
src/main/webapp/js/search.js
$favorite.attr("href", "#" + docId); console.error("Failed to add favorite:", textStatus, errorThrown); }); } $favorite.attr("href", "#"); return false; }); if ($favorites.length > 0) { $.ajax({ dataType: "json", cache: false, type: "get", timeout: AJAX_TIMEOUT, url: contextPath + "/api/v1/favorites", data: {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 6.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/api/BaseApiManager.java
/** Search API format. */ SEARCH, /** Label API format. */ LABEL, /** Popular word API format. */ POPULARWORD, /** Favorite API format. */ FAVORITE, /** Favorites API format. */ FAVORITES, /** Ping API format. */ PING, /** Scroll API format. */ SCROLL, /** Suggest API format. */ SUGGEST,Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 5.9K bytes - Click Count (0) -
src/main/config/openapi/openapi-user.yaml
$ref: '#/components/responses/NotFound' '500': $ref: '#/components/responses/InternalServerError' /documents/{docId}/favorite: post: tags: - favorite summary: Set a favorite mark description: Set a favorite mark to the document operationId: setFavorite parameters: - name: docId in: pathCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu May 09 06:31:27 GMT 2024 - 21.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 27 13:56:32 GMT 2026 - 55.4K bytes - Click Count (1) -
src/main/resources/fess_label_es.properties
labels.chat_error=Se produjo un error. Por favor, inténtelo de nuevo. labels.chat_error_rate_limit=Actualmente hay mucha demanda. Por favor, espere un momento e inténtelo de nuevo. labels.chat_error_auth=La autenticación del servicio de IA ha fallado. Por favor, contacte al administrador. labels.chat_error_service_unavailable=El servicio de IA no está disponible temporalmente. Por favor, inténtelo de nuevo más tarde.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 54.3K bytes - Click Count (0) -
src/main/resources/fess_label_pt_BR.properties
labels.chat_thinking=Pensando... labels.chat_error=Ocorreu um erro. Por favor, tente novamente. labels.chat_error_rate_limit=No momento está muito ocupado. Por favor, aguarde um momento e tente novamente. labels.chat_error_auth=A autenticação do serviço de IA falhou. Por favor, entre em contato com o administrador. labels.chat_error_service_unavailable=O serviço de IA está temporariamente indisponível. Por favor, tente novamente mais tarde.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 53.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/entity/SearchLogEvent.java
* * This interface defines the contract for search log event objects that can be * written to log files or stored in the search index. Implementations include * search logs, click logs, favorite logs, and user information logs. */ public interface SearchLogEvent { /** * Gets the unique identifier for this search log event. * * @return The event ID */ String getId();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.6K bytes - Click Count (0)