Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for other_field (0.12 seconds)

  1. src/test/java/org/codelibs/fess/suggest/index/SuggestIndexerErrorHandlingTest.java

            Map<String, Object>[] documents = new Map[1];
            documents[0] = new HashMap<>();
            // Document doesn't contain the supported field
            documents[0].put("other_field", "some content");
    
            SuggestIndexResponse response = suggester.indexer().indexFromDocument(documents);
    
            assertNotNull(response);
            assertEquals(1, response.getNumberOfInputDocs());
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sat Mar 14 02:35:38 GMT 2026
    - 18.7K bytes
    - Click Count (0)
Back to Top