- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 119 for CB (0.01 sec)
-
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsFileConfigCB.java
// =========== public FileConfigCB acceptPK(String id) { assertObjectNotNull("id", id); BsFileConfigCB cb = this; cb.query().docMeta().setId_Equal(id); return (FileConfigCB) this; } @Override public void acceptPrimaryKeyMap(Map<String, ? extends Object> primaryKeyMap) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 8.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/cbean/bs/BsRoleCB.java
// =========== public RoleCB acceptPK(String id) { assertObjectNotNull("id", id); BsRoleCB cb = this; cb.query().docMeta().setId_Equal(id); return (RoleCB) this; } @Override public void acceptPrimaryKeyMap(Map<String, ? extends Object> primaryKeyMap) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 6.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsDuplicateHostCB.java
// =========== public DuplicateHostCB acceptPK(String id) { assertObjectNotNull("id", id); BsDuplicateHostCB cb = this; cb.query().docMeta().setId_Equal(id); return (DuplicateHostCB) this; } @Override public void acceptPrimaryKeyMap(Map<String, ? extends Object> primaryKeyMap) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsRelatedQueryCB.java
// =========== public RelatedQueryCB acceptPK(String id) { assertObjectNotNull("id", id); BsRelatedQueryCB cb = this; cb.query().docMeta().setId_Equal(id); return (RelatedQueryCB) this; } @Override public void acceptPrimaryKeyMap(Map<String, ? extends Object> primaryKeyMap) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/KeyMatchHelper.java
* * @return A list of KeyMatch instances. */ public List<KeyMatch> getAvailableKeyMatchList() { return ComponentUtil.getComponent(KeyMatchBhv.class).selectList(cb -> { cb.query().matchAll(); cb.fetchFirst(ComponentUtil.getFessConfig().getPageKeymatchMaxFetchSizeAsInteger()); }); } /** * Loads KeyMatch settings from the database and builds a query map. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 10K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsDataConfigCB.java
// =========== public DataConfigCB acceptPK(String id) { assertObjectNotNull("id", id); BsDataConfigCB cb = this; cb.query().docMeta().setId_Equal(id); return (DataConfigCB) this; } @Override public void acceptPrimaryKeyMap(Map<String, ? extends Object> primaryKeyMap) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/cbean/bs/BsUserCB.java
// =========== public UserCB acceptPK(String id) { assertObjectNotNull("id", id); BsUserCB cb = this; cb.query().docMeta().setId_Equal(id); return (UserCB) this; } @Override public void acceptPrimaryKeyMap(Map<String, ? extends Object> primaryKeyMap) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/indexer/IndexUpdater.java
* * @param cb the consumer to customize the search request * @param cleanupTime the time taken for the last cleanup operation * @return the list of access results ready for processing */ private List<OpenSearchAccessResult> getAccessResultList(final Consumer<SearchRequestBuilder> cb, final long cleanupTime) { if (logger.isDebugEnabled()) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 32.7K bytes - Viewed (0) -
dbflute_fess/dfprop/littleAdjustmentMap.dfprop
# /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # o isAvailableDatabaseDependency: (NotRequired - Default false) # [true] # Generate the method that depends on the database. e.g. cb.lockWithRR() at DB2. # #; isAvailableDatabaseDependency = false # - - - - - - - - - -/ # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 25 06:04:16 UTC 2015 - 8.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/job/CrawlJob.java
final FessConfig fessConfig = ComponentUtil.getFessConfig(); ComponentUtil.getComponent(ScheduledJobBhv.class).selectCursor(cb -> { cb.query().setAvailable_Equal(Constants.T); cb.query().setCrawler_Equal(Constants.T); }, scheduledJob -> { if (fessConfig.isSchedulerTarget(scheduledJob.getTarget())) { if (scheduledJob.isRunning()) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.6K bytes - Viewed (0)