- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getTypePrefix (0.05 seconds)
-
src/main/java/org/codelibs/fess/opensearch/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; }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 5.6K bytes - Click Count (0)