Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for doncs (0.01 seconds)

  1. src/test/java/org/codelibs/fess/job/IndexExportJobTest.java

            final Path result = indexExportJob.buildFilePath("/export", "https://example.com/docs/guide", new HtmlIndexExportFormatter());
            assertEquals(Path.of("/export/example.com/docs/guide.html"), result);
        }
    
        @Test
        public void test_buildFilePath_trailingSlash() {
            final Path result = indexExportJob.buildFilePath("/export", "https://example.com/docs/", new HtmlIndexExportFormatter());
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 09:08:38 GMT 2026
    - 66.1K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/chat/ChatClient.java

                @SuppressWarnings("unchecked")
                final List<Map<String, Object>> docs = (List<Map<String, Object>>) data.getDocumentItems();
                if (docs != null) {
                    return new ChatSearchResult(docs, data.getQueryId(), data.getRequestedTime());
                }
            } catch (final Exception e) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 21 06:04:58 GMT 2026
    - 56.6K bytes
    - Click Count (0)
  3. src/main/resources/fess_config.properties

    # logging
    
    # Application packages for logging.
    logging.app.packages=org.codelibs,org.dbflute,org.lastaflute
    # Whether to enable search docs logging.
    logging.search.docs.enabled=true
    # Fields to log for search docs.
    logging.search.docs.fields=filetype,created,click_count,title,doc_id,url,score,site,filename,host,digest,boost,mimetype,favorite_count,_id,lang,last_modified,content_length,timestamp
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 59.3K bytes
    - Click Count (0)
Back to Top