- Sort Score
- Result 10 results
- Languages All
Results 201 - 210 of 445 for isobject (0.06 sec)
-
EsAbstractBehavior.java
; L541: if (str == null) { L542: return null; L543: } L544: return new String[] { str }; L545: } L546: L547: protected LocalDateTime toLocalDateTime(Object value) { L548: return DfTypeUtil.toLocalDateTime(value); L549: } L550: L551: protected Date toDate(Object value) { L552: return DfTypeUtil.toDate(value); L553: } L554: L555: protected SearchHits getSearchHits(final SearchResponse response) { L556: SearchHits hits = response.getHits();...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 26.4K bytes -
testmail.dfmail
L1:/* L2: [Test Mail] L3:*/ L4:subject: [FESS] Test Mail: /*pmb.hostname:orElse('Unknown')*/ L5:>>> L6:This is a test mail from /*pmb.hostname:orElse('Unknown')*/...github.com/codelibs/fess/src/main/resources/mai...Fri Feb 12 13:52:58 UTC 2016 146 bytes -
JobLogTests.java
ITEM_ENDPOINT_SUFFIX; L63: } L64: L65: @Override L66: protected Map<String, Object> createTestParam(int id) { L67: fail(); // Unreachable L68: return null; L69: } L70: L71: @Override L72: protected Map<String, Object> getUpdateMap() { L73: fail(); // Unreachable L74: return null; L75: } L76: L77: @Override L78: protected void testRead() { L79: final Map<String, Object> searchBody = new HashMap<>(); L80: final String response = checkMeth...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.5K bytes -
FileAuthenticationDbm.java
public void acceptPrimaryKeyMap(Entity entity, Map<String, ? extends Object> primaryKeyMap) { L280: } L281: L282: @Override L283: public void acceptAllColumnMap(Entity entity, Map<String, ? extends Object> allColumnMap) { L284: } L285: L286: @Override L287: public Map<String, Object> extractPrimaryKeyMap(Entity entity) { L288: return null; L289: } L290: L291: @Override L292: public Map<String, Object> extractAllColumnMap(Entity entity) { L293: return null; L294:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 12.6K bytes -
ScriptExecutor.java
java.util.Map; L20: L21:import org.codelibs.fess.job.JobExecutor; L22:import org.codelibs.fess.util.ComponentUtil; L23: L24:public class ScriptExecutor extends JobExecutor { L25: L26: @Override L27: public Object execute(final String scriptType, final String script) { L28: final Map<String, Object> params = new HashMap<>(); L29: params.put("executor", this); L30: L31: return ComponentUtil.getScriptEngineFactory().getScriptEngine(scriptType).evaluate(script, params); L32: } L33:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.1K bytes -
BsBoostDocumentRule.java
Source L78: // ====== L79: @Override L80: public Map<String, Object> toSource() { L81: Map<String, Object> sourceMap = new HashMap<>(); L82: if (boostExpr != null) { L83: addFieldToSource(sourceMap, "boostExpr", boostExpr); L84: } L85: if (createdBy != null) { L86: addFieldToSource(sourceMap,...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 6.7K bytes -
BsRoleType.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.5K bytes -
ElevateWordDbm.java
public void acceptPrimaryKeyMap(Entity entity, Map<String, ? extends Object> primaryKeyMap) { L252: } L253: L254: @Override L255: public void acceptAllColumnMap(Entity entity, Map<String, ? extends Object> allColumnMap) { L256: } L257: L258: @Override L259: public Map<String, Object> extractPrimaryKeyMap(Entity entity) { L260: return null; L261: } L262: L263: @Override L264: public Map<String, Object> extractAllColumnMap(Entity entity) { L265: return null; L266:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 10.8K bytes -
ClickLogDbm.java
public void acceptPrimaryKeyMap(Entity entity, Map<String, ? extends Object> primaryKeyMap) { L248: } L249: L250: @Override L251: public void acceptAllColumnMap(Entity entity, Map<String, ? extends Object> allColumnMap) { L252: } L253: L254: @Override L255: public Map<String, Object> extractPrimaryKeyMap(Entity entity) { L256: return null; L257: } L258: L259: @Override L260: public Map<String, Object> extractAllColumnMap(Entity entity) { L261: return null; L262:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 10.6K bytes -
FessXpathTransformer.java
aMap)); L198: } catch (final Exception e) { L199: throw new CrawlingAccessException("Could not serialize object: " + responseData.getUrl(), e); L200: } L201: resultData.setEncoding(charsetName); L202: } L203: L204: protected void normalizeData(final ResponseData responseData, final Map<String, Object> dataMap) { L205: final Object titleObj = dataMap.get(fessConfig.getIndexFieldTitle()); L206: if (titleObj != null) { L207: dataMap.put...github.com/codelibs/fess/src/main/java/org/code...Thu Oct 24 13:01:38 UTC 2024 42.9K bytes