- Sort Score
- Result 10 results
- Languages All
Results 221 - 230 of 507 for isobject (0.1 sec)
-
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 -
DefaultSearcher.java
pe()) L138: .trackTotalHits(params.getTrackTotalHits()).minScore(params.getMinScore()).build(); L139: }; L140: } L141: L142: protected Map<String, Object> parseSearchHit(final FessConfig fessConfig, final String hlPrefix, final SearchHit searchHit) { L143: final Map<String, Object> docMap = new HashMap<>(32); L144: if (searchHit.getSourceAsMap() == null) { L145: searchHit.getFields().forEach((key, value) -> { L146: docMap.put(key,...github.com/codelibs/fess/src/main/java/org/code...Mon Jul 22 06:56:21 UTC 2024 10.2K bytes -
BsPathMapping.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.6K bytes -
ScriptEngine.java
License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.script; L17: L18:import java.util.Map; L19: L20:public interface ScriptEngine { L21: Object evaluate(final String template, final Map<String, Object> paramMap); L22:}...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 793 bytes -
crawler.dfmail
L1:/* L2: [Crawler Notification] L3: Crawler notification mail. L4:*/ L5:subject: [FESS] Crawler completed: /*pmb.hostname*/ L6:>>> L7:--- Server Info --- L8:Host Name: /*pmb.hostname:orElse('Unknown')*/ L9:Job Name: /*pmb.jobname:orElse('Unknown')*/ L10: L11:--- Web/FileSystem Crawler --- L12:Start Time: /*pmb.webFsCrawlStartTime:orElse('-')*/ L13:End Time: /*pmb.webFsCrawlEndTime:orElse('-')*/ L14:Exec Time: /*pmb.webFsCrawlExecTime:orElse('-')*/ ms L15: L16:--- Web/FileSystem Indexer --- L17:Exec...github.com/codelibs/fess/src/main/resources/mai...Wed Jan 15 22:05:20 UTC 2020 1K bytes -
ProtwordsTests.java
{ L64: return DICT_TYPE; L65: } L66: L67: @Override L68: protected Map<String, Object> createTestParam(int id) { L69: final Map<String, Object> requestBody = new HashMap<>(); L70: final String keyProp = NAME_PREFIX + id; L71: requestBody.put(KEY_PROPERTY, keyProp); L72: return requestBody; L73: } L74: L75: @Override L76: protected Map<String, Object> getUpdateMap() { L77: fail(); // Unreachable L78: return null; L79: } L80: L81:...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.3K bytes -
StoredLtrQueryBuilder.java
L136: public StoredLtrQueryBuilder storeName(final String storeName) { L137: this.storeName = storeName; L138: return this; L139: } L140: L141: public Map<String, Object> params() { L142: return params; L143: } L144: L145: public StoredLtrQueryBuilder params(final Map<String, Object> params) { L146: this.params = Objects.requireNonNull(params); L147: return this; L148: } L149: L150: public List<String> activeFeatures() { L151: return activeFeatures;...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 5.8K 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 -
UserDbm.java
public void acceptPrimaryKeyMap(Entity entity, Map<String, ? extends Object> primaryKeyMap) { L524: } L525: L526: @Override L527: public void acceptAllColumnMap(Entity entity, Map<String, ? extends Object> allColumnMap) { L528: } L529: L530: @Override L531: public Map<String, Object> extractPrimaryKeyMap(Entity entity) { L532: return null; L533: } L534: L535: @Override L536: public Map<String, Object> extractAllColumnMap(Entity entity) { L537: return null; L538:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 27K bytes