Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 34 of 34 for favorites (0.05 sec)

  1. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: by Favorite Count (asc) */
        public static final String LABELS_search_result_sort_favorite_count_asc = "{labels.search_result_sort_favorite_count_asc}";
    
        /** The key of the message: by Favorite Count (desc) */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         */
        boolean isIndexerClickCountEnabled();
    
        /**
         * Get the value for the key 'indexer.favorite.count.enabled'. <br>
         * The value is, e.g. true <br>
         * comment: Whether to enable favorite count tracking in the indexer.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
  3. src/main/java/org/codelibs/fess/helper/SearchHelper.java

                        .addSearchLog(params, DfTypeUtil.toLocalDateTime(requestedTime), queryId, query, params.getStartPosition(),
                                params.getPageSize(), queryResponseList);
            }
    
            // favorite
            if (fessConfig.isUserFavorite()) {
                ComponentUtil.getUserInfoHelper().storeQueryId(queryId, documentItems);
            }
    
        }
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 35.8K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    beginning to feel a little worried.
    
      `Just about as much right,' said the Duchess, `as pigs have to fly;
    and the m--'
    
      But here, to Alice's great surprise, the Duchess's voice died
    away, even in the middle of her favourite word `moral,' and the
    arm that was linked into hers began to tremble.  Alice looked up,
    and there stood the Queen in front of them, with her arms folded,
    frowning like a thunderstorm.
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
Back to top