- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for KeyMatchDbm (0.09 sec)
-
src/main/java/org/codelibs/fess/es/config/bsentity/BsKeyMatch.java
// DB Meta // ======= @Override public KeyMatchDbm asDBMeta() { return KeyMatchDbm.getInstance(); } @Override public String asTableDbName() { return "key_match"; }
Registered: Mon Oct 28 08:04:08 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 7.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/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: Mon Oct 28 08:04:08 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/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: Mon Oct 28 08:04:08 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9.6K bytes - Viewed (0)