- Sort Score
- Result 10 results
- Languages All
Results 111 - 120 of 445 for isobject (0.04 sec)
-
SearchLogBhv.java
); L64: } L65: L66: @SuppressWarnings("unchecked") L67: @Override L68: protected <RESULT extends SearchLog> RESULT createEntity(final Map<String, Object> source, final Class<? extends RESULT> entityType) { L69: try { L70: final RESULT result = super.createEntity(source, entityType); L71: final Object searchFieldObj = source.get("searchField"); L72: if (searchFieldObj instanceof Map) { L73: ((Map<String, ?>) searchFieldObj).entryS...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 4.8K bytes -
FessBaseAction.java
L201: sessionManager.errors().saveMessages(messages); L202: } L203: L204: protected static void copyBeanToBean(final Object src, final Object dest, final Consumer<CopyOptions> option) { L205: BeanUtil.copyBeanToBean(src, dest, option); L206: } L207: L208: protected static void copyMapToBean(final Map<String, ? extends Object> src, final Object dest, final Consumer<CopyOptions> option) { L209: BeanUtil.copyMapToBean(src, dest, option); L210: } L211: L212: protected...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 9.3K bytes -
BsDuplicateHost.java
Source L78: // ====== L79: @Override L80: public Map<String, Object> toSource() { L81: Map<String, Object> sourceMap = new HashMap<>(); L82: if (createdBy != null) { L83: addFieldToSource(sourceMap, "createdBy", createdBy); L84: } L85: if (createdTime != null) { L86: addFieldToSource(sourceMap,...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 6.8K bytes -
SearchLogService.java
YPE_CLICK_COUNT); L130: final List<? extends Terms.Bucket> buckets = agg.getBuckets(); L131: updatePagerByAgg(pager, buckets.size()); L132: return buckets.stream().map(e -> { L133: final Map<String, Object> map = new HashMap<>(); L134: map.put(ID, Base64.getUrlEncoder().encodeToString(e.getKeyAsString().getBytes(StandardCharsets.UTF_8))); L135: map.put(KEY, e.getKeyAsString()); L136: map.put(COUNT, e.getDocCount());...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 28.4K bytes -
BsAccessToken.java
Source L84: // ====== L85: @Override L86: public Map<String, Object> toSource() { L87: Map<String, Object> sourceMap = new HashMap<>(); L88: if (createdBy != null) { L89: addFieldToSource(sourceMap, "createdBy", createdBy); L90: } L91: if (createdTime != null) { L92: addFieldToSource(sourceMap,...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 7.5K bytes -
DuplicateHostTests.java
return LIST_ENDPOINT_SUFFIX; L53: } L54: L55: @Override L56: protected String getItemEndpointSuffix() { L57: return ITEM_ENDPOINT_SUFFIX; L58: } L59: L60: @Override L61: protected Map<String, Object> createTestParam(int id) { L62: final Map<String, Object> requestBody = new HashMap<>(); L63: final String keyProp = NAME_PREFIX + id; L64: requestBody.put(KEY_PROPERTY, keyProp); L65: requestBody.put("duplicate_host_name", "duplicate_" + new Integer(id).toString());...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.4K bytes -
LabelTypeTests.java
L58: } L59: L60: @Override L61: protected Map<String, Object> createTestParam(int id) { L62: final Map<String, Object> requestBody = new HashMap<>(); L63: final String keyProp = NAME_PREFIX + id; L64: requestBody.put(KEY_PROPERTY, keyProp); L65: requestBody.put("value", new Integer(id).toString()); L66: return requestBody; L67: } L68: L69: @Override L70: protected Map<String, Object> getUpdateMap() { L71: final Map<String, Object> updateMap...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.3K bytes -
PathMapTests.java
return LIST_ENDPOINT_SUFFIX; L53: } L54: L55: @Override L56: protected String getItemEndpointSuffix() { L57: return ITEM_ENDPOINT_SUFFIX; L58: } L59: L60: @Override L61: protected Map<String, Object> createTestParam(int id) { L62: final Map<String, Object> requestBody = new HashMap<>(); L63: final String keyProp = NAME_PREFIX + id; L64: requestBody.put(KEY_PROPERTY, keyProp); L65: requestBody.put("replacement", "replacement" + id); L66: r...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.4K bytes -
StemmerOverrideTests.java
DICT_TYPE; L63: } L64: L65: @Override L66: protected Map<String, Object> createTestParam(int id) { L67: final Map<String, Object> requestBody = new HashMap<>(); L68: final String keyProp = NAME_PREFIX + id; L69: requestBody.put(KEY_PROPERTY, keyProp); L70: requestBody.put("output", "output"); L71: return requestBody; L72: } L73: L74: @Override L75: protected Map<String, Object> getUpdateMap() { L76: final Map<String, Object> updateMap = new...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.4K bytes -
KeyMatchTests.java
return LIST_ENDPOINT_SUFFIX; L53: } L54: L55: @Override L56: protected String getItemEndpointSuffix() { L57: return ITEM_ENDPOINT_SUFFIX; L58: } L59: L60: @Override L61: protected Map<String, Object> createTestParam(int id) { L62: final Map<String, Object> requestBody = new HashMap<>(); L63: final String keyProp = NAME_PREFIX + id; L64: requestBody.put(KEY_PROPERTY, keyProp); L65: requestBody.put(KEY_PROPERTY, keyProp); L66: requestBody.put("query",...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.4K bytes