Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for getIndexerClickCountEnabled (0.14 seconds)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java

            }
            return stream(mimetypes).get(stream -> stream.anyMatch(s -> s.equalsIgnoreCase(mimetype)));
        }
    
        String getIndexerClickCountEnabled();
    
        default boolean getIndexerClickCountEnabledAsBoolean() {
            return Constants.TRUE.equalsIgnoreCase(getIndexerClickCountEnabled());
        }
    
        String getIndexerFavoriteCountEnabled();
    
        default boolean getIndexerFavoriteCountEnabledAsBoolean() {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 92.3K bytes
    - Click Count (0)
  2. src/test/java/org/codelibs/fess/ds/callback/IndexUpdateCallbackImplTest.java

    Shinsuke Sugaya <******@****.***> 1773442886 +0900
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 24.7K bytes
    - Click Count (0)
  3. src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java

    Shinsuke Sugaya <******@****.***> 1773442886 +0900
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 33.6K bytes
    - Click Count (0)
  4. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * comment: Whether to enable click count tracking in the indexer.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getIndexerClickCountEnabled();
    
        /**
         * Is the property for the key 'indexer.click.count.enabled' true? <br>
         * The value is, e.g. true <br>
         * comment: Whether to enable click count tracking in the indexer.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 576.9K bytes
    - Click Count (2)
Back to Top