- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for PathMappingDbm (0.08 sec)
-
src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/PathMappingDbm.java
// ========= private static final PathMappingDbm _instance = new PathMappingDbm(); private PathMappingDbm() { } public static PathMappingDbm getInstance() { return _instance; } // ===================================================================================
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 11.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/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 Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9.8K bytes - Viewed (0)