- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for KeyMatchDbm (0.12 sec)
-
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/KeyMatchDbm.java
// ========= private static final KeyMatchDbm _instance = new KeyMatchDbm(); private KeyMatchDbm() { } public static KeyMatchDbm getInstance() { return _instance; } // ===================================================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 11.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsKeyMatchCB.java
// Control // ======= @Override public KeyMatchDbm asDBMeta() { return KeyMatchDbm.getInstance(); } @Override public String asTableDbName() { return "key_match"; } @Override public boolean hasSpecifiedColumn() {
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/bsentity/BsKeyMatch.java
// DB Meta // ======= @Override public KeyMatchDbm asDBMeta() { return KeyMatchDbm.getInstance(); } @Override public String asTableDbName() { return "key_match"; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsKeyMatchBhv.java
public String asEsIndexType() { return "key_match"; } @Override public String asEsSearchType() { return "key_match"; } @Override public KeyMatchDbm asDBMeta() { return KeyMatchDbm.getInstance(); } @Override protected <RESULT extends KeyMatch> RESULT createEntity(Map<String, Object> source, Class<? extends RESULT> entityType) { try {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9.7K bytes - Viewed (0)