Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for BsBoostDocumentRuleCQ (0.18 sec)

  1. src/main/java/org/codelibs/fess/es/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) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 56.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsBoostDocumentRuleCB.java

        public BsBoostDocumentRuleCQ query() {
            assertQueryPurpose();
            return doGetConditionQuery();
        }
    
        protected BsBoostDocumentRuleCQ doGetConditionQuery() {
            if (_conditionQuery == null) {
                _conditionQuery = createLocalCQ();
            }
            return _conditionQuery;
        }
    
        protected BsBoostDocumentRuleCQ createLocalCQ() {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 7.1K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/config/cbean/cq/BoostDocumentRuleCQ.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.es.config.cbean.cq;
    
    import org.codelibs.fess.es.config.cbean.cq.bs.BsBoostDocumentRuleCQ;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class BoostDocumentRuleCQ extends BsBoostDocumentRuleCQ {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 849 bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsBoostDocumentRuleCA.java

    import org.codelibs.fess.es.config.cbean.ca.BoostDocumentRuleCA;
    import org.codelibs.fess.es.config.cbean.cq.BoostDocumentRuleCQ;
    import org.codelibs.fess.es.config.cbean.cq.bs.BsBoostDocumentRuleCQ;
    import org.opensearch.search.aggregations.bucket.filter.FilterAggregationBuilder;
    import org.opensearch.search.aggregations.bucket.global.GlobalAggregationBuilder;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 50.6K bytes
    - Viewed (0)
Back to top