Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for BsBoostDocumentRuleCQ (0.34 sec)

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

            setId_Terms(idList, opLambda);
        }
    
        @Deprecated
        public BsBoostDocumentRuleCQ addOrderBy_Id_Asc() {
            regOBA("_id");
            return this;
        }
    
        @Deprecated
        public BsBoostDocumentRuleCQ addOrderBy_Id_Desc() {
            regOBD("_id");
            return this;
        }
    
        public void setBoostExpr_Equal(String boostExpr) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 56.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsBoostDocumentRuleCA.java

    import org.codelibs.fess.opensearch.config.cbean.ca.BoostDocumentRuleCA;
    import org.codelibs.fess.opensearch.config.cbean.cq.BoostDocumentRuleCQ;
    import org.codelibs.fess.opensearch.config.cbean.cq.bs.BsBoostDocumentRuleCQ;
    import org.opensearch.search.aggregations.bucket.filter.FilterAggregationBuilder;
    import org.opensearch.search.aggregations.bucket.global.GlobalAggregationBuilder;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 50.6K bytes
    - Viewed (0)
Back to top