- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for BsClickLogCA (0.07 sec)
-
src/main/java/org/codelibs/fess/es/log/cbean/ca/bs/BsClickLogCA.java
} public void setUrlId_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsClickLogCA> aggsLambda) { setUrlId_Terms("urlId", opLambda, aggsLambda); } public void setUrlId_Terms(String name, ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsClickLogCA> aggsLambda) { TermsAggregationBuilder builder = regTermsA(name, "urlId"); if (opLambda != null) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 45.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/log/cbean/bs/BsClickLogCB.java
// =========== public BsClickLogCA aggregation() { assertAggregationPurpose(); return doGetConditionAggregation(); } protected BsClickLogCA 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.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/log/cbean/ca/ClickLogCA.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.es.log.cbean.ca; import org.codelibs.fess.es.log.cbean.ca.bs.BsClickLogCA; /** * @author ESFlute (using FreeGen) */ public class ClickLogCA extends BsClickLogCA {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 816 bytes - Viewed (0)