- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 40 for tuto (0.57 sec)
-
src/main/java/org/codelibs/fess/storage/StorageClientFactory.java
// Get explicit type or auto-detect final String typeStr = fessConfig.getStorageType(); final StorageType type; if (StringUtil.isBlank(typeStr) || "auto".equalsIgnoreCase(typeStr)) { type = detectStorageType(endpoint); if (logger.isDebugEnabled()) { logger.debug("Auto-detected storage type: {} for endpoint: {}", type, endpoint); }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 05:56:45 UTC 2025 - 4.2K bytes - Viewed (0) -
src/main/resources/fess_label_pt_BR.properties
labels.crawling_info_session_id_search=ID da sessão labels.crawling_info_session_id=ID da sessão labels.crawling_info_created_time=Criado labels.crawling_info_delete_all_link=Excluir tudo labels.crawling_info_delete_all_confirmation=Tem certeza de que deseja excluir tudo? labels.crawling_info_delete_all_cancel=Cancelar labels.crawling_info_thread_dump=Despejo de threads labels.crawling_info_CrawlerStartTime=Hora de início do rastreador
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 48.7K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/CsvExtractor.java
*/ public void setHasHeader(final boolean hasHeader) { this.hasHeader = hasHeader; } /** * Sets whether to auto-detect the delimiter. * * @param autoDetectDelimiter true to auto-detect */ public void setAutoDetectDelimiter(final boolean autoDetectDelimiter) { this.autoDetectDelimiter = autoDetectDelimiter; } /**Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 12.8K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/net/protocol/gcs/HandlerTest.java
Handler handler = new Handler(); Handler.GcsURLConnection conn = (Handler.GcsURLConnection) handler.openConnection(url); // getInputStream should try to auto-connect (and fail due to missing project ID) try { conn.getInputStream(); fail("Should throw IOException"); } catch (IOException e) {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 14.1K bytes - Viewed (0) -
ADDING_NEW_LANGUAGE.md
|-------|----------|---------| | `FessProp` | `org.codelibs.fess.mylasta.direction` | Configuration interface | | `FessLabels` | `org.codelibs.fess.mylasta.action` | Label constants (auto-generated) | | `FessMessages` | `org.codelibs.fess.mylasta.action` | Message constants (auto-generated) | | `LanguageHelper` | `org.codelibs.fess.helper` | Language detection and validation | | `SystemHelper` | `org.codelibs.fess.helper` | UI language dropdown builder |
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 06 11:36:30 UTC 2025 - 10.4K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.crawling_info_session_id_search=ID sessione labels.crawling_info_session_id=ID sessione labels.crawling_info_created_time=Creato labels.crawling_info_delete_all_link=Elimina tutto labels.crawling_info_delete_all_confirmation=Sei sicuro di voler eliminare tutto? labels.crawling_info_delete_all_cancel=Annulla labels.crawling_info_thread_dump=Dump thread labels.crawling_info_CrawlerStartTime=Ora di inizio crawler
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 09:16:23 UTC 2025 - 46.6K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/net/protocol/storage/HandlerTest.java
Handler handler = new Handler(); Handler.StorageURLConnection conn = (Handler.StorageURLConnection) handler.openConnection(url); // getInputStream should try to auto-connect (and fail due to missing endpoint) try { conn.getInputStream(); fail("Should throw IOException"); } catch (IOException e) {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 14.4K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/index.jsp
aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbar"> <div class="me-auto"></div> <ul class="nav navbar-nav"> <c:if test="${eoled}"> <li class="nav-item" data-bs-toggle="tooltip" data-placement="left" title="<la:message key="labels.eol_error" />">
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 20 05:40:20 UTC 2025 - 7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/advance.jsp
</div> </div> <div class="row justify-content-center"> <div class="col-auto"> <button type="submit" name="search" id="searchButton" class="btn btn-primary mx-auto"> <i class="fa fa-search" aria-hidden="true"></i> <la:message key="labels.index_form_search_btn" /> </button> </div> </div> </main>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 14.2K bytes - Viewed (0) -
CLAUDE.md
# CLAUDE.md - Fess Suggest Project Guide > AI assistant guidance for the Fess Suggest project - a Java library providing intelligent search suggestions built on OpenSearch. ## Project Overview **Fess Suggest** delivers auto-completion, search suggestions, and popular word analytics with multi-language support. **Technology Stack:** - Java 21+, Maven - OpenSearch (provided dependency) - Apache Lucene (query parsing, text analysis)
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 8.9K bytes - Viewed (0)