- Sort Score
- Result 10 results
- Languages All
Results 201 - 210 of 432 for pager (0.9 sec)
-
src/main/java/org/codelibs/fess/util/QueryResponseList.java
/** The total number of pages based on the page size and total record count. */ protected int allPageCount; /** Flag indicating whether there is a next page available. */ protected boolean existNextPage; /** Flag indicating whether there is a previous page available. */ protected boolean existPrevPage; /** The record number of the first record on the current page (1-based). */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 14.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/failureurl/EditForm.java
*/ @Size(max = 1000) public String configId; /** * Returns the current page number for pagination. * This method provides access to the current page number for UI display. * * @return The current page number as a string */ public String getCurrentPageNumber() { return pageNumber; } /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.2K bytes - Viewed (0) -
MIGRATION.md
**Format**: NDJSON (Newline-Delimited JSON) **Example**: ```bash # Create NDJSON file cat > documents.ndjson << 'EOF' {"url":"http://example.com/page1","title":"Page 1","content":"Content here..."} {"url":"http://example.com/page2","title":"Page 2","content":"More content..."} EOF # Import via API curl -X PUT "http://localhost:8080/api/admin/documents/bulk" \ -H "Content-Type: application/x-ndjson" \
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 06 12:40:11 UTC 2025 - 23.2K bytes - Viewed (0) -
README.md
 You can register crawling targets in the Admin UI on the (Web, File, Data Store) crawler configuration pages, and then start the Crawler manually on the [Scheduler page](https://fess.codelibs.org/15.3/admin/scheduler-guide.html). ## Migration from another search provider Please see [MIGRATION.md](MIGRATION.md). ## Data Store
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 00:28:33 UTC 2025 - 7.8K bytes - Viewed (2) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/interval/impl/HostIntervalControllerTest.java
final HostIntervalController controller = new HostIntervalController(); controller.delayMillisBeforeProcessing = 100L; final UrlQueue q = new UrlQueueImpl(); q.setUrl("http://example.com/page1"); CrawlingParameterUtil.setUrlQueue(q); // First access - should not delay final long start1 = System.nanoTime(); controller.delayBeforeProcessing();
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 11.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/search/SearchAction.java
messages.addErrorsResultSizeExceeded(GLOBAL); }); return redirectToRoot(); } } /** * Moves to a specific page. * @param form The search form. * @param move The number of pages to move. * @return The HTML response. */ protected HtmlResponse doMove(final SearchForm form, final int move) {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 14K bytes - Viewed (0) -
fess-crawler-opensearch/src/test/java/org/codelibs/fess/crawler/service/impl/OpenSearchUrlFilterServiceTest.java
assertEquals(1, patterns.size()); assertTrue(patterns.get(0).matcher("http://example.com/page1").matches()); assertFalse(patterns.get(0).matcher("http://other.com/page1").matches()); urlFilterService.delete(sessionId); } public void test_addExcludeUrlFilter_singleTx() { final String sessionId = "session2";
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 11.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/searchlist/AdminSearchlistAction.java
/** Number of results per page */ public String pageSize; /** Current page number for pagination */ public String currentPageNumber; /** Total number of records found */ public String allRecordCount; /** Total number of pages for pagination */ public String allPageCount; /** Flag indicating if there is a next page */ public boolean existNextPage;Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 20 13:56:35 UTC 2025 - 22.7K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java
request.setAttribute(formKey, formBuf.toString()); } } /** * Redirects the user to the login page after storing current search parameters * for restoration after successful authentication. * * @return HTML response that redirects to the login page */ protected HtmlResponse redirectToLogin() { searchHelper.storeSearchParameters();
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 13.8K bytes - Viewed (0) -
docs/fr/README.md
 Vous pouvez enregistrer des cibles à explorer dans l'interface d'administration sur les pages de configuration des crawlers (Web, Fichiers, Data Store), puis démarrer manuellement le Crawler sur la [page du Planificateur](https://fess.codelibs.org/15.3/admin/scheduler-guide.html). ## Migration depuis un autre fournisseur de recherche
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Tue Nov 11 22:42:32 UTC 2025 - 7.9K bytes - Viewed (0)