Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for dataStoreFactory (0.05 sec)

  1. src/main/java/org/codelibs/fess/ds/DataStoreFactory.java

     * performance while ensuring up-to-date plugin discovery.</p>
     */
    public class DataStoreFactory {
        /** Logger instance for this factory class. */
        private static final Logger logger = LogManager.getLogger(DataStoreFactory.class);
    
        /**
         * Map containing registered data store instances indexed by their names and class simple names.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 8.4K bytes
    - Viewed (0)
  2. src/main/resources/fess_ds.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN"
    	"http://dbflute.org/meta/lastadi10.dtd">
    <components>
    	<component name="dataStoreFactory" class="org.codelibs.fess.ds.DataStoreFactory">
    	</component>
    	<component name="indexUpdateCallback" class="org.codelibs.fess.ds.callback.IndexUpdateCallbackImpl" instance="prototype">
    	</component>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu May 31 09:46:09 UTC 2018
    - 404 bytes
    - Viewed (0)
Back to top