Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ClickLogBhv (0.23 sec)

  1. src/main/java/org/codelibs/fess/es/log/exbhv/ClickLogBhv.java

    import org.codelibs.fess.util.ComponentUtil;
    import org.dbflute.util.DfTypeUtil;
    
    /**
     * @author FreeGen
     */
    public class ClickLogBhv extends BsClickLogBhv {
        private static final Logger logger = LogManager.getLogger(ClickLogBhv.class);
    
        private String indexName = null;
    
        @Override
        protected String asEsIndex() {
            if (indexName == null) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 2.1K bytes
    - Viewed (0)
Back to top