- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testdatastore (0.13 seconds)
-
src/main/java/org/codelibs/fess/ds/DataStoreFactory.java
* * @param name the name of the data store to retrieve, may be null * @return the data store instance if found, null if not found or name is null */ public DataStore getDataStore(final String name) { if (name == null) { return null; } return dataStoreMap.get(name.toLowerCase(Locale.ROOT)); } /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 9K bytes - Click Count (0)