Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for doc10 (0.01 seconds)

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

            final Map<String, Object> doc1 = new LinkedHashMap<>();
            doc1.put("url", "https://example.com/page1.html");
            doc1.put("title", "Page 1");
            doc1.put("content", "Content 1");
            doc1.put("lang", "en");
            doc1.put("host", "example.com");
            doc1.put("cache", "cached1");
            docs.add(doc1);
    
            final Map<String, Object> doc2 = new LinkedHashMap<>();
    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/test/java/org/codelibs/fess/llm/AbstractLlmClientTest.java

            final List<Map<String, Object>> documents = new ArrayList<>();
            final Map<String, Object> doc1 = new HashMap<>();
            doc1.put("title", "Doc 1");
            doc1.put("content", "<h1>Title</h1><p>Content 1</p>");
            documents.add(doc1);
    
            final Map<String, Object> doc2 = new HashMap<>();
            doc2.put("title", "Doc 2");
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 07:04:54 GMT 2026
    - 53K bytes
    - Click Count (0)
Back to Top