- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for BsPathMappingCA (0.07 sec)
-
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsPathMappingCB.java
// =========== public BsPathMappingCA aggregation() { assertAggregationPurpose(); return doGetConditionAggregation(); } protected BsPathMappingCA doGetConditionAggregation() { if (_conditionAggregation == null) { _conditionAggregation = createLocalCA(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/PathMappingCA.java
*/ package org.codelibs.fess.opensearch.config.cbean.ca; import org.codelibs.fess.opensearch.config.cbean.ca.bs.BsPathMappingCA; /** * @author ESFlute (using FreeGen) */ public class PathMappingCA extends BsPathMappingCA {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 847 bytes - Viewed (0)