Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setBoostExpr_MatchPhrasePrefix (0.15 seconds)

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

            if (opLambda != null) {
                opLambda.callback(builder);
            }
        }
    
        public void setBoostExpr_MatchPhrasePrefix(String boostExpr) {
            setBoostExpr_MatchPhrasePrefix(boostExpr, null);
        }
    
        public void setBoostExpr_MatchPhrasePrefix(String boostExpr, ConditionOptionCall<MatchPhrasePrefixQueryBuilder> opLambda) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 56.7K bytes
    - Click Count (0)
Back to Top