Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 51 for sourceMaps (0.23 sec)

  1. src/main/java/org/codelibs/fess/es/config/bsentity/BsJobLog.java

                addFieldToSource(sourceMap, "startTime", startTime);
            }
            if (target != null) {
                addFieldToSource(sourceMap, "target", target);
            }
            return sourceMap;
        }
    
        protected void addFieldToSource(Map<String, Object> sourceMap, String field, Object value) {
            sourceMap.put(field, value);
        }
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 7.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/bsentity/BsRoleType.java

            }
            if (updatedBy != null) {
                addFieldToSource(sourceMap, "updatedBy", updatedBy);
            }
            if (updatedTime != null) {
                addFieldToSource(sourceMap, "updatedTime", updatedTime);
            }
            if (value != null) {
                addFieldToSource(sourceMap, "value", value);
            }
            return sourceMap;
        }
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 6.5K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/log/exentity/SearchLog.java

            sourceMap.put("headers", headerMap);
            sourceMap.put("documents", documentList);
            return sourceMap;
        }
    
        @Override
        protected void addFieldToSource(final Map<String, Object> sourceMap, final String field, final Object value) {
            if (value instanceof final LocalDateTime ldt) {
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 6K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/log/exentity/ClickLog.java

        }
    
        @Override
        public Map<String, Object> toSource() {
            final Map<String, Object> sourceMap = super.toSource();
            if (fields != null) {
                sourceMap.putAll(fields);
            }
            return sourceMap;
        }
    
        @Override
        protected void addFieldToSource(final Map<String, Object> sourceMap, final String field, final Object value) {
            if (value instanceof final LocalDateTime ldt) {
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 2.7K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/config/bsentity/BsScheduledJob.java

                addFieldToSource(sourceMap, "updatedBy", updatedBy);
            }
            if (updatedTime != null) {
                addFieldToSource(sourceMap, "updatedTime", updatedTime);
            }
            return sourceMap;
        }
    
        protected void addFieldToSource(Map<String, Object> sourceMap, String field, Object value) {
            sourceMap.put(field, value);
        }
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 9.3K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/config/bsentity/BsRelatedContent.java

        public Map<String, Object> toSource() {
            Map<String, Object> sourceMap = new HashMap<>();
            if (content != null) {
                addFieldToSource(sourceMap, "content", content);
            }
            if (createdBy != null) {
                addFieldToSource(sourceMap, "createdBy", createdBy);
            }
            if (createdTime != null) {
                addFieldToSource(sourceMap, "createdTime", createdTime);
            }
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 7.1K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/config/bsentity/BsRelatedQuery.java

            }
            if (updatedBy != null) {
                addFieldToSource(sourceMap, "updatedBy", updatedBy);
            }
            if (updatedTime != null) {
                addFieldToSource(sourceMap, "updatedTime", updatedTime);
            }
            if (virtualHost != null) {
                addFieldToSource(sourceMap, "virtualHost", virtualHost);
            }
            return sourceMap;
        }
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 6.6K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/config/bsentity/BsBadWord.java

            }
            if (targetRole != null) {
                addFieldToSource(sourceMap, "targetRole", targetRole);
            }
            if (updatedBy != null) {
                addFieldToSource(sourceMap, "updatedBy", updatedBy);
            }
            if (updatedTime != null) {
                addFieldToSource(sourceMap, "updatedTime", updatedTime);
            }
            return sourceMap;
        }
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 6.7K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/es/config/bsentity/BsElevateWord.java

        public Map<String, Object> toSource() {
            Map<String, Object> sourceMap = new HashMap<>();
            if (boost != null) {
                addFieldToSource(sourceMap, "boost", boost);
            }
            if (createdBy != null) {
                addFieldToSource(sourceMap, "createdBy", createdBy);
            }
            if (createdTime != null) {
                addFieldToSource(sourceMap, "createdTime", createdTime);
            }
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 7.1K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/log/bsentity/BsClickLog.java

        public Map<String, Object> toSource() {
            Map<String, Object> sourceMap = new HashMap<>();
            if (urlId != null) {
                addFieldToSource(sourceMap, "urlId", urlId);
            }
            if (docId != null) {
                addFieldToSource(sourceMap, "docId", docId);
            }
            if (order != null) {
                addFieldToSource(sourceMap, "order", order);
            }
            if (queryId != null) {
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 7K bytes
    - Viewed (0)
Back to top