- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 16 for discount (0.05 seconds)
-
src/test/java/org/codelibs/fess/script/ScriptEngineTest.java
@Test public void test_evaluate_withSpecialCharacters() { String template = "Price: $${price} (with ${discount}% off)"; Map<String, Object> paramMap = new HashMap<>(); paramMap.put("price", "100"); paramMap.put("discount", "20"); Object result = scriptEngine.evaluate(template, paramMap); assertEquals("Price: $100 (with 20% off)", result); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 12.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/log/cbean/cq/bs/BsSearchLogCQ.java
} public void setHitCount_Equal(Long hitCount) { setHitCount_Term(hitCount, null); } public void setHitCount_Equal(Long hitCount, ConditionOptionCall<TermQueryBuilder> opLambda) { setHitCount_Term(hitCount, opLambda); } public void setHitCount_Term(Long hitCount) { setHitCount_Term(hitCount, null); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 145.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/log/bsentity/BsSearchLog.java
this.clientIp = value; } public Long getHitCount() { checkSpecifiedProperty("hitCount"); return hitCount; } public void setHitCount(Long value) { registerModifiedProperty("hitCount"); this.hitCount = value; } public String getHitCountRelation() { checkSpecifiedProperty("hitCountRelation");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 12.2K bytes - Click Count (0) -
src/main/config/es/fess_log_search_log.json
"search_log" : { "properties" : { "accessType" : { "type" : "keyword" }, "clientIp" : { "type" : "keyword" }, "hitCount" : { "type" : "long" }, "hitCountRelation" : { "type" : "keyword" }, "languages" : { "type" : "keyword" },
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Apr 12 15:00:27 GMT 2019 - 2K bytes - Click Count (0) -
src/main/assemblies/extension/kibana/fess_log.ndjson
\",\"show\":true,\"style\":{},\"scale\":{\"type\":\"linear\",\"mode\":\"normal\"},\"labels\":{\"show\":true,\"rotate\":0,\"filter\":false,\"truncate\":100},\"title\":{\"text\":\"Average hitCount\"}}],\"seriesParams\":[{\"show\":\"true\",\"type\":\"area\",\"mode\":\"stacked\",\"data\":{\"label\":\"Average hitCount\",\"id\":\"1\"},\"drawLinesBetweenPoints\":true,\"showCircles\":true,\"interpolate\":\"linear\",\"valueAxis\":\"ValueAxis-1\"}],\"addTooltip\":true,\"addLegend\":true,\"legendPosition\"...Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Aug 12 01:26:21 GMT 2019 - 18.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/log/cbean/ca/bs/BsSearchLogCA.java
} public void setHitCount_Avg(ConditionOptionCall<AvgAggregationBuilder> opLambda) { setHitCount_Avg("hitCount", opLambda); } public void setHitCount_Avg(String name, ConditionOptionCall<AvgAggregationBuilder> opLambda) { AvgAggregationBuilder builder = regAvgA(name, "hitCount"); if (opLambda != null) { opLambda.callback(builder); } }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 115.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/ds/callback/IndexUpdateCallbackTest.java
private long docCount = 0; @Override public void store(DataStoreParams paramMap, Map<String, Object> dataMap) { docCount++; } @Override public long getDocumentSize() { return docCount; } @OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 12.5K bytes - Click Count (0) -
src/main/resources/fess_indices/fess_log.search_log/search_log.json
"type": "date", "format": "date_optional_time" }, "responseTime": { "type": "long" }, "queryTime": { "type": "long" }, "hitCount": { "type": "long" }, "hitCountRelation": { "type": "keyword" }, "queryOffset": { "type": "integer" }, "queryPageSize": {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Feb 25 13:38:21 GMT 2022 - 1.6K bytes - Click Count (0) -
.idea/inspectionProfiles/Gradle.xml
<constraint name="ParameterType" within="" contains="" /> <constraint name="Parameter" minCount="0" maxCount="2147483647" within="" contains="" /> <constraint name="Annotation" regexp="Provides" minCount="0" maxCount="0" within="" contains="" /> <constraint name="Base" regexp="ServiceRegistrationProvider" withinHierarchy="true" within="" contains="" />
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Jun 26 21:49:47 GMT 2024 - 15.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/log/bsentity/dbmeta/SearchLogDbm.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 16.3K bytes - Click Count (0)