- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for PathMappingDbm (1.56 sec)
-
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/PathMappingDbm.java
// ========= private static final PathMappingDbm _instance = new PathMappingDbm(); private PathMappingDbm() { } public static PathMappingDbm getInstance() { return _instance; } // ===================================================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 11.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsPathMappingCB.java
// Control // ======= @Override public PathMappingDbm asDBMeta() { return PathMappingDbm.getInstance(); } @Override public String asTableDbName() { return "path_mapping"; } @Override public boolean hasSpecifiedColumn() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsPathMapping.java
// DB Meta // ======= @Override public PathMappingDbm asDBMeta() { return PathMappingDbm.getInstance(); } @Override public String asTableDbName() { return "path_mapping"; }
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/config/bsbhv/BsPathMappingBhv.java
return "path_mapping"; } @Override public String asEsSearchType() { return "path_mapping"; } @Override public PathMappingDbm asDBMeta() { return PathMappingDbm.getInstance(); } @Override protected <RESULT extends PathMapping> 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.9K bytes - Viewed (0)