Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for DataSerializer (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java

        /** Fess configuration instance */
        protected FessConfig fessConfig;
    
        /** Data serializer for converting objects to binary format */
        protected DataSerializer dataSerializer;
    
        /** Flag indicating whether to process Google on/off comments */
        protected boolean useGoogleOffOn = true;
    
        /** Map storing field pruning rules */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 12 01:46:45 GMT 2026
    - 55.3K bytes
    - Click Count (0)
  2. src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java

        @Override
        protected void setUp(TestInfo testInfo) throws Exception {
            super.setUp(testInfo);
            ComponentUtil.register(new DataSerializer(), "dataSerializer");
            // Register protocolHelper - it doesn't need FessConfig for the methods used in tests
            ComponentUtil.register(new ProtocolHelper(), "protocolHelper");
        }
    
        @Test
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 62.9K bytes
    - Click Count (0)
Back to Top