- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 34 for MatchQueryBuilder (0.55 sec)
-
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsScheduledJobCQ.java
} public void setAvailable_Match(Boolean available) { setAvailable_Match(available, null); } public void setAvailable_Match(Boolean available, ConditionOptionCall<MatchQueryBuilder> opLambda) { MatchQueryBuilder builder = regMatchQ("available", available); if (opLambda != null) { opLambda.callback(builder); } }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 98.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsCrawlingInfoCQ.java
public void setCreatedTime_Match(Long createdTime) { setCreatedTime_Match(createdTime, null); } public void setCreatedTime_Match(Long createdTime, ConditionOptionCall<MatchQueryBuilder> opLambda) { MatchQueryBuilder builder = regMatchQ("createdTime", createdTime); if (opLambda != null) { opLambda.callback(builder); } }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 34.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsCrawlingInfoParamCQ.java
setCrawlingInfoId_Match(crawlingInfoId, null); } public void setCrawlingInfoId_Match(String crawlingInfoId, ConditionOptionCall<MatchQueryBuilder> opLambda) { MatchQueryBuilder builder = regMatchQ("crawlingInfoId", crawlingInfoId); if (opLambda != null) { opLambda.callback(builder); } }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 36K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsJobLogCQ.java
} public void setEndTime_Match(Long endTime) { setEndTime_Match(endTime, null); } public void setEndTime_Match(Long endTime, ConditionOptionCall<MatchQueryBuilder> opLambda) { MatchQueryBuilder builder = regMatchQ("endTime", endTime); if (opLambda != null) { opLambda.callback(builder); } } public void setEndTime_MatchPhrase(Long endTime) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 71.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsElevateWordCQ.java
} public void setBoost_Match(Float boost) { setBoost_Match(boost, null); } public void setBoost_Match(Float boost, ConditionOptionCall<MatchQueryBuilder> opLambda) { MatchQueryBuilder builder = regMatchQ("boost", boost); if (opLambda != null) { opLambda.callback(builder); } } public void setBoost_MatchPhrase(Float boost) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 64.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsBadWordCQ.java
} public void setCreatedBy_Match(String createdBy) { setCreatedBy_Match(createdBy, null); } public void setCreatedBy_Match(String createdBy, ConditionOptionCall<MatchQueryBuilder> opLambda) { MatchQueryBuilder builder = regMatchQ("createdBy", createdBy); if (opLambda != null) { opLambda.callback(builder); } }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 58.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsBoostDocumentRuleCQ.java
} public void setBoostExpr_Match(String boostExpr) { setBoostExpr_Match(boostExpr, null); } public void setBoostExpr_Match(String boostExpr, ConditionOptionCall<MatchQueryBuilder> opLambda) { MatchQueryBuilder builder = regMatchQ("boostExpr", boostExpr); if (opLambda != null) { opLambda.callback(builder); } }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 56.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsRequestHeaderCQ.java
} public void setCreatedBy_Match(String createdBy) { setCreatedBy_Match(createdBy, null); } public void setCreatedBy_Match(String createdBy, ConditionOptionCall<MatchQueryBuilder> opLambda) { MatchQueryBuilder builder = regMatchQ("createdBy", createdBy); if (opLambda != null) { opLambda.callback(builder); } }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 57.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/allcommon/EsAbstractConditionQuery.java
regQ(idsQuery); return idsQuery; } protected MatchQueryBuilder regMatchQ(String name, Object value) { checkEsInvalidQuery(name, value); MatchQueryBuilder matchQuery = QueryBuilders.matchQuery(name, value); regQ(matchQuery); return matchQuery; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 21.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/cbean/cq/bs/BsUserInfoCQ.java
public void setCreatedAt_Match(LocalDateTime createdAt) { setCreatedAt_Match(createdAt, null); } public void setCreatedAt_Match(LocalDateTime createdAt, ConditionOptionCall<MatchQueryBuilder> opLambda) { MatchQueryBuilder builder = regMatchQ("createdAt", createdAt); if (opLambda != null) { opLambda.callback(builder); } }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 20.1K bytes - Viewed (0)