- Sort Score
- Result 10 results
- Languages All
Results 151 - 160 of 445 for isobject (0.17 sec)
-
RelatedContentTests.java
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("content", "query" + id); L66: return requestBody; L67: } L68: L69: @Override L70: protected Map<String, Object> getUpdateMap() { L71: final Map<String, Object> updateMap = new...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.3K bytes -
MappingTests.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 -
BsSearchLog.java
Source L114: // ====== L115: @Override L116: public Map<String, Object> toSource() { L117: Map<String, Object> sourceMap = new HashMap<>(); L118: if (accessType != null) { L119: addFieldToSource(sourceMap, "accessType", accessType); L120: } L121: if (clientIp != null) { L122: addFieldToSource(sourceMap,...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 12.2K bytes -
BsCrawlingInfoParam.java
Source L69: // ====== L70: @Override L71: public Map<String, Object> toSource() { L72: Map<String, Object> sourceMap = new HashMap<>(); L73: if (crawlingInfoId != null) { L74: addFieldToSource(sourceMap, "crawlingInfoId", crawlingInfoId); L75: } L76: if (createdTime != null) { L77: addF...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 5.3K bytes -
DocumentHelper.java
} L88: } catch (final Exception e) { L89: logger.warn("Failed to initiaize TikaExtractor.", e); L90: } L91: } L92: L93: public String getTitle(final ResponseData responseData, final String title, final Map<String, Object> dataMap) { L94: if (title == null) { L95: return StringUtil.EMPTY; // empty L96: } L97: L98: final int[] spaceChars = getSpaceChars(); L99: try (final Reader reader = new StringReader(title)) { L100: ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 12K bytes -
GroupDbm.java
public void acceptPrimaryKeyMap(Entity entity, Map<String, ? extends Object> primaryKeyMap) { L197: } L198: L199: @Override L200: public void acceptAllColumnMap(Entity entity, Map<String, ? extends Object> allColumnMap) { L201: } L202: L203: @Override L204: public Map<String, Object> extractPrimaryKeyMap(Entity entity) { L205: return null; L206: } L207: L208: @Override L209: public Map<String, Object> extractAllColumnMap(Entity entity) { L210: return null; L211:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 7.6K bytes -
BsPathMappingCQ.java
setCreatedBy_GreaterThan(String createdBy) { L333: setCreatedBy_GreaterThan(createdBy, null); L334: } L335: L336: public void setCreatedBy_GreaterThan(String createdBy, ConditionOptionCall<RangeQueryBuilder> opLambda) { L337: final Object _value = createdBy; L338: RangeQueryBuilder builder = regRangeQ("createdBy", ConditionKey.CK_GREATER_THAN, _value); L339: if (opLambda != null) { L340: opLambda.callback(builder); L341: } L342: } L343: L344: public...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 72.1K bytes -
ViewHelper.java
Pattern.CASE_INSENSITIVE).matcher(segment).replaceAll(hlQueries[i]); L628: } L629: buf.append(segment); L630: return buf.toString(); L631: } L632: L633: public Object getSitePath(final Map<String, Object> docMap) { L634: final FessConfig fessConfig = ComponentUtil.getFessConfig(); L635: final Object siteValue = docMap.get(fessConfig.getIndexFieldSite()); L636: if (siteValue != null) { L637: final String site = siteValue.toString(); L638: final...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 40.2K bytes -
FavoriteLogDbm.java
public void acceptPrimaryKeyMap(Entity entity, Map<String, ? extends Object> primaryKeyMap) { L224: } L225: L226: @Override L227: public void acceptAllColumnMap(Entity entity, Map<String, ? extends Object> allColumnMap) { L228: } L229: L230: @Override L231: public Map<String, Object> extractPrimaryKeyMap(Entity entity) { L232: return null; L233: } L234: L235: @Override L236: public Map<String, Object> extractAllColumnMap(Entity entity) { L237: return null; L238:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 9.1K bytes -
BsElevateWordCQ.java
L288: public void setBoost_GreaterThan(Float boost) { L289: setBoost_GreaterThan(boost, null); L290: } L291: L292: public void setBoost_GreaterThan(Float boost, ConditionOptionCall<RangeQueryBuilder> opLambda) { L293: final Object _value = boost; L294: RangeQueryBuilder builder = regRangeQ("boost", ConditionKey.CK_GREATER_THAN, _value); L295: if (opLambda != null) { L296: opLambda.callback(builder); L297: } L298: } L299: L300: public void...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 64.2K bytes