Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for unsupported_field (0.16 seconds)

  1. src/test/java/org/codelibs/fess/query/QueryCommandTemplateMethodTest.java

            FessConfig fessConfig = ComponentUtil.getFessConfig();
            QueryContext context = new QueryContext("test", true);
    
            QueryBuilder result = queryCommand.convertWithFieldCheck(fessConfig, context, "unsupported_field", // Not a search field
                    "test text", 1.0f, (field, boost) -> QueryBuilders.matchQuery(field, "test text").boost(boost),
                    (field, text, boost) -> QueryBuilders.matchQuery(field, text).boost(boost));
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 12.5K bytes
    - Click Count (0)
Back to Top