- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for BsCrawlingInfoParamCQ (0.3 sec)
-
src/main/java/org/codelibs/fess/es/config/cbean/cq/CrawlingInfoParamCQ.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.BsCrawlingInfoParamCQ; /** * @author ESFlute (using FreeGen) */ public class CrawlingInfoParamCQ extends BsCrawlingInfoParamCQ {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 849 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/bs/BsCrawlingInfoParamCB.java
public BsCrawlingInfoParamCQ query() { assertQueryPurpose(); return doGetConditionQuery(); } protected BsCrawlingInfoParamCQ doGetConditionQuery() { if (_conditionQuery == null) { _conditionQuery = createLocalCQ(); } return _conditionQuery; } protected BsCrawlingInfoParamCQ createLocalCQ() {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 6.8K bytes - Viewed (0)