Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for BsBoostDocumentRuleCQ (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

        public BsBoostDocumentRuleCQ query() {
            assertQueryPurpose();
            return doGetConditionQuery();
        }
    
        protected BsBoostDocumentRuleCQ doGetConditionQuery() {
            if (_conditionQuery == null) {
                _conditionQuery = createLocalCQ();
            }
            return _conditionQuery;
        }
    
        protected BsBoostDocumentRuleCQ createLocalCQ() {
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 7.1K bytes
    - Click Count (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;
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 50.6K bytes
    - Click Count (1)
Back to Top