Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for BsUserCA (0.05 seconds)

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

  1. src/main/java/org/codelibs/fess/opensearch/user/cbean/ca/bs/BsUserCA.java

        public void setBusinessCategory_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsUserCA> aggsLambda) {
            setBusinessCategory_Terms("businessCategory", opLambda, aggsLambda);
        }
    
        public void setBusinessCategory_Terms(String name, ConditionOptionCall<TermsAggregationBuilder> opLambda,
                OperatorCall<BsUserCA> aggsLambda) {
            TermsAggregationBuilder builder = regTermsA(name, "businessCategory");
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 212.5K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/opensearch/user/cbean/bs/BsUserCB.java

        public BsUserCA aggregation() {
            assertAggregationPurpose();
            return doGetConditionAggregation();
        }
    
        protected BsUserCA doGetConditionAggregation() {
            if (_conditionAggregation == null) {
                _conditionAggregation = createLocalCA();
            }
            return _conditionAggregation;
        }
    
        protected BsUserCA createLocalCA() {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 9.8K bytes
    - Click Count (0)
Back to Top