- Sort Score
- Num 10 results
- Language All
Results 21 - 30 of 227 for popular (0.08 seconds)
-
src/main/java/org/codelibs/fess/suggest/request/popularwords/PopularWordsRequestBuilder.java
package org.codelibs.fess.suggest.request.popularwords; import org.codelibs.fess.suggest.request.RequestBuilder; import org.opensearch.transport.client.Client; /** * Builder for creating a {@link PopularWordsRequest} to fetch popular words. * This builder provides methods to set various parameters for the request. */ public class PopularWordsRequestBuilder extends RequestBuilder<PopularWordsRequest, PopularWordsResponse> { /**Created: Sat Dec 20 13:04:59 GMT 2025 - Last Modified: Fri Jul 04 14:00:23 GMT 2025 - 3.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java
protected UserInfoHelper userInfoHelper; /** Helper for OpenSearch Description Document (OSDD) functionality. */ @Resource protected OsddHelper osddHelper; /** Helper for managing popular search words and suggestions. */ @Resource protected PopularWordHelper popularWordHelper; /** The HTTP servlet request object for the current request. */ @ResourceCreated: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 13.8K bytes - Click Count (0) -
guava-tests/benchmark/com/google/common/cache/LoadingCacheSingleThreadBenchmark.java
@Param({"1000", "2000"}) int maximumSize; @Param("5000") int distinctKeys; @Param("4") int segments; // 1 means uniform likelihood of keys; higher means some keys are more popular // tweak this to control hit rate @Param("2.5") double concentration; Random random = new Random(); LoadingCache<Integer, Integer> cache; int max;Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 19 18:03:30 GMT 2024 - 3.4K bytes - Click Count (0) -
architecture/standards/0007-java-pre-requisite.md
However, this would limit the ability of the Gradle ecosystem plugin authors to take advantage of new Java features and improvements. One example is when one of the most popular plugins started requiring Java 17 because the underlying framework behind the plugin began requiring 17, and code from the framework was used in the plugin itself. What would have happened if Gradle was limited to _only Java 11_ at the time?
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Jan 07 08:44:20 GMT 2025 - 3.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/api/BaseApiManager.java
/** * Enumeration of supported API format types. */ protected enum FormatType { /** Search API format. */ SEARCH, /** Label API format. */ LABEL, /** Popular word API format. */ POPULARWORD, /** Favorite API format. */ FAVORITE, /** Favorites API format. */ FAVORITES, /** Ping API format. */ PING,Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 5.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/suggest/Suggester.java
/** * The Suggester class provides functionality for managing and querying suggestion indices. * It includes methods for creating, refreshing, and switching indices, as well as for * retrieving popular words and indexing suggestions. * * <p>Constructor: * <ul>
Created: Sat Dec 20 13:04:59 GMT 2025 - Last Modified: Mon Nov 24 03:40:05 GMT 2025 - 21.6K bytes - Click Count (3) -
android/guava-tests/benchmark/com/google/common/cache/LoadingCacheSingleThreadBenchmark.java
@Param({"1000", "2000"}) int maximumSize; @Param("5000") int distinctKeys; @Param("4") int segments; // 1 means uniform likelihood of keys; higher means some keys are more popular // tweak this to control hit rate @Param("2.5") double concentration; Random random = new Random(); LoadingCache<Integer, Integer> cache; int max;Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 19 18:03:30 GMT 2024 - 3.4K bytes - Click Count (0) -
.github/ISSUE_TEMPLATE/feature_enhancement_request.yaml
name: Feature Enhancement Request description: I want to make an existing feature better labels: ["type=enhancement"] body: - type: markdown attributes: value: > Filing feature requests is one of the most popular ways to contribute to Guava. Be aware, though: most feature requests are not accepted, even if they're suggested by a full-time Guava team member. [Feedback](https://stackoverflow.com/a/4543114) from ourCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Nov 17 18:47:47 GMT 2023 - 3.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. 10 */ String SUGGEST_POPULAR_WORD_SIZE = "suggest.popular.word.size"; /** The key of the configuration. e.g. 30 */ String SUGGEST_POPULAR_WORD_WINDOW_SIZE = "suggest.popular.word.window.size"; /** The key of the configuration. e.g. 10 */ String SUGGEST_POPULAR_WORD_QUERY_FREQ = "suggest.popular.word.query.freq";Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Dec 13 02:21:17 GMT 2025 - 525.7K bytes - Click Count (2) -
src/main/java/jcifs/smb1/smb1/SmbException.java
/** * There are hundreds of error codes that may be returned by a CIFS * server. Rather than represent each with it's own <code>Exception</code> * class, this class represents all of them. For many of the popular * error codes, constants and text messages like "The device is not ready" * are provided. * <p> * The jCIFS client maps DOS error codes to NTSTATUS codes. This means that
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 6K bytes - Click Count (0)