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