- Sort Score
- Result 10 results
- Languages All
Results 161 - 170 of 445 for isobject (0.07 sec)
-
BsClickLogCQ.java
L331: public void setUrlId_GreaterThan(String urlId) { L332: setUrlId_GreaterThan(urlId, null); L333: } L334: L335: public void setUrlId_GreaterThan(String urlId, ConditionOptionCall<RangeQueryBuilder> opLambda) { L336: final Object _value = urlId; L337: RangeQueryBuilder builder = regRangeQ("urlId", ConditionKey.CK_GREATER_THAN, _value); L338: if (opLambda != null) { L339: opLambda.callback(builder); L340: } L341: } L342: L343: public void...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 63.5K bytes -
SearchRenderData.java
License. L15: */ L16:package org.codelibs.fess.entity; L17: L18:import java.util.List; L19:import java.util.Map; L20: L21:import org.codelibs.fess.util.FacetResponse; L22: L23:public class SearchRenderData { L24: L25: protected List<Map<String, Object>> documentItems; L26: L27: protected FacetResponse facetResponse; L28: L29: protected String appendHighlightParams; L30: L31: protected String execTime; L32: L33: protected int pageSize; L34: L35: protected int currentPageNumber; L36:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 6.1K bytes -
AdminLogAction.java
messages.addErrorsCouldNotFindLogFile(GLOBAL, filename), this::asIndexHtml); L84: return redirect(getClass()); // no-op L85: } L86: L87: public static List<Map<String, Object>> getLogFileItems() { L88: final SystemHelper systemHelper = ComponentUtil.getSystemHelper(); L89: final List<Map<String, Object>> logFileItems = new ArrayList<>(); L90: final String logFilePath = systemHelper.getLogFilePath(); L91: if (StringUtil.isNotBlank(logFilePath)) { L92: ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 4.7K bytes -
BsFileConfigCQ.java
setAvailable_GreaterThan(Boolean available) { L288: setAvailable_GreaterThan(available, null); L289: } L290: L291: public void setAvailable_GreaterThan(Boolean available, ConditionOptionCall<RangeQueryBuilder> opLambda) { L292: final Object _value = available; L293: RangeQueryBuilder builder = regRangeQ("available", ConditionKey.CK_GREATER_THAN, _value); L294: if (opLambda != null) { L295: opLambda.callback(builder); L296: } L297: } L298: L299: public...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 165.3K bytes -
DocBoostMatcher.java
= rule.getBoostExpr(); L39: scriptType = ComponentUtil.getFessConfig().getCrawlerDefaultScript(); L40: } L41: L42: public boolean match(final Map<String, Object> map) { L43: L44: if (map == null || map.isEmpty() || matchExpression == null) { L45: return false; L46: } L47: L48: final Object value = ComponentUtil.getScriptEngineFactory().getScriptEngine(scriptType).evaluate(matchExpression, map); L49: if (value instanceof Boolean) { L50: ...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 2.8K bytes -
SystemInfoTests.java
ITEM_ENDPOINT_SUFFIX; L64: } L65: L66: @Override L67: protected Map<String, Object> createTestParam(int id) { L68: fail(); // Unreachable L69: return null; L70: } L71: L72: @Override L73: protected Map<String, Object> getUpdateMap() { L74: fail(); // Unreachable L75: return null; L76: } L77: L78: @Override L79: protected void testRead() { L80: final Map<String, Object> searchBody = new HashMap<>(); L81: String response = checkGetMethod(searchBody,...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.8K bytes -
BsWebConfig.java
Source L126: // ====== L127: @Override L128: public Map<String, Object> toSource() { L129: Map<String, Object> sourceMap = new HashMap<>(); L130: if (available != null) { L131: addFieldToSource(sourceMap, "available", available); L132: } L133: if (boost != null) { L134: addFieldToSource(sourceMap,...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 14.1K bytes -
BsDuplicateHostCQ.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 58.4K bytes -
bootstrap.min.js
n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function l(t,e,n){return e&&s(t.prototype,e),n&&s(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}function r(){return r=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t},r.apply(this,arguments)}function u(t,e){return u...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 61.1K bytes -
FessMailDeliveryDepartmentCreator.java
().asReceiverLocale(postcard -> OptionalThing.empty()); L94: } L95: L96: @Override L97: protected OptionalThing<SMailSubjectFilter> createSubjectFilter() { L98: return OptionalThing.of((view, subject) -> subject); L99: } L100: L101: @Override L102: protected OptionalThing<SMailAsyncStrategy> createAsyncStrategy() { L103: return OptionalThing.of((view, runnable) -> async(asyncManager, runnable)); L104:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 7K bytes