Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for convertTextQuery (2.84 sec)

  1. src/main/java/org/codelibs/fess/query/TermQueryCommand.java

            }
            if (getQueryFieldConfig().notAnalyzedFieldSet.contains(field)) {
                return convertKeywordQuery(fessConfig, context, termQuery, boost, field, text);
            }
            return convertTextQuery(fessConfig, context, termQuery, boost, field, text);
        }
    
        /**
         * Converts a term query to a text-based match phrase query.
         *
         * @param fessConfig the Fess configuration
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 13.6K bytes
    - Viewed (0)
Back to top