- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getTypePrefix (0.09 sec)
-
src/main/java/org/codelibs/fess/es/config/exentity/CrawlingConfig.java
WEB("W"), FILE("F"), DATA("D"); private final String typePrefix; ConfigType(final String typePrefix) { this.typePrefix = typePrefix; } public String getTypePrefix() { return typePrefix; } String getConfigId(final String id) { if (id == null) { return null; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Oct 24 13:01:38 UTC 2024 - 5.5K bytes - Viewed (0)