- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for BsSearchLogCQ (0.11 sec)
-
src/main/java/org/codelibs/fess/es/log/cbean/cq/SearchLogCQ.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.es.log.cbean.cq; import org.codelibs.fess.es.log.cbean.cq.bs.BsSearchLogCQ; /** * @author ESFlute (using FreeGen) */ public class SearchLogCQ extends BsSearchLogCQ {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 819 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/log/cbean/bs/BsSearchLogCB.java
public BsSearchLogCQ query() { assertQueryPurpose(); return doGetConditionQuery(); } protected BsSearchLogCQ doGetConditionQuery() { if (_conditionQuery == null) { _conditionQuery = createLocalCQ(); } return _conditionQuery; } protected BsSearchLogCQ createLocalCQ() { return new SearchLogCQ();
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 7.9K bytes - Viewed (0)