Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for hasContent (0.04 seconds)

  1. src/test/java/org/codelibs/fess/suggest/index/contents/DefaultContentsParserEdgeCaseTest.java

            // Check that items come from different fields
            boolean hasContent = items.stream().anyMatch(i -> i.getFields()[0].equals("content"));
            boolean hasTitle = items.stream().anyMatch(i -> i.getFields()[0].equals("title"));
            assertTrue("Should have items from content field", hasContent);
            assertTrue("Should have items from title field", hasTitle);
        }
    
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sat Mar 14 02:35:38 GMT 2026
    - 20.3K bytes
    - Click Count (0)
Back to Top