Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setContent_Prefix (0.06 seconds)

  1. src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsRelatedContentCQ.java

            if (opLambda != null) {
                opLambda.callback(builder);
            }
        }
    
        public void setContent_Prefix(String content) {
            setContent_Prefix(content, null);
        }
    
        public void setContent_Prefix(String content, ConditionOptionCall<PrefixQueryBuilder> opLambda) {
            PrefixQueryBuilder builder = regPrefixQ("content", content);
            if (opLambda != null) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 63.8K bytes
    - Click Count (1)
Back to Top