- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for BsGroupCA (0.07 sec)
-
src/main/java/org/codelibs/fess/es/user/cbean/ca/bs/BsGroupCA.java
public void setGidNumber_Histogram(ConditionOptionCall<HistogramAggregationBuilder> opLambda, OperatorCall<BsGroupCA> aggsLambda) { setGidNumber_Histogram("gidNumber", opLambda, aggsLambda); } public void setGidNumber_Histogram(String name, ConditionOptionCall<HistogramAggregationBuilder> opLambda, OperatorCall<BsGroupCA> aggsLambda) { HistogramAggregationBuilder builder = regHistogramA(name, "gidNumber");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 17.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/user/cbean/bs/BsGroupCB.java
// =========== public BsGroupCA aggregation() { assertAggregationPurpose(); return doGetConditionAggregation(); } protected BsGroupCA doGetConditionAggregation() { if (_conditionAggregation == null) { _conditionAggregation = createLocalCA(); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 6.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/user/cbean/ca/GroupCA.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.es.user.cbean.ca; import org.codelibs.fess.es.user.cbean.ca.bs.BsGroupCA; /** * @author ESFlute (using FreeGen) */ public class GroupCA extends BsGroupCA {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 809 bytes - Viewed (0)