- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 45 for Searcher (0.11 sec)
-
src/main/java/org/codelibs/fess/rank/fusion/RankFusionProcessor.java
} } /** * Sets the main searcher at index 0 of the searchers list. * This method is used to configure the primary searcher for rank fusion processing. * If searchers list is empty, adds the searcher; otherwise, replaces the first searcher. * * @param searcher the RankFusionSearcher to set as the main searcher */ public void setSearcher(final RankFusionSearcher searcher) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 27.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/rank/fusion/RankFusionSearcher.java
* This constructor initializes the searcher with default values. * The searcher name will be lazily initialized when first accessed. */ public RankFusionSearcher() { // Default constructor - name will be initialized lazily } /** * Returns the name of this searcher. * The name is derived from the class name by converting it to lowercaseRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/rank/fusion/DefaultSearcher.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 20 09:24:04 UTC 2025 - 12.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
public static final Boolean F = false; /** Constant for score field identifier. */ public static final String SCORE = "score"; /** Constant for searcher identifier. */ public static final String SEARCHER = "searcher"; /** Constant representing "on" state. */ public static final String ON = "on"; // ============================================================ // Status ConstantsRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 35.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
*/ @Size(max = 10) public String appendQueryParameter; /** * Enable or disable login requirement for search access. * When enabled, users must authenticate before performing searches. */ @Size(max = 10) public String loginRequired; /** * Enable or disable result collapsing for similar documents. * When enabled, similar search results are grouped together.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 10.6K bytes - Viewed (0) -
src/main/java/org/codelibs/core/lang/ClassLoaderUtil.java
public abstract class ClassLoaderUtil { /** * Do not instantiate. */ protected ClassLoaderUtil() { } /** * Returns the class loader. * <p> * The class loader is searched in the following order: * </p> * <ol> * <li>If the context class loader is set for the calling thread, that context class loader</li>Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 7.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/query/QueryFieldConfig.java
stream(highlightedFields).of(stream); } /** * Gets the fields that can be searched against. * * @return array of field names that can be searched */ public String[] getSearchFields() { return searchFields; } /** * Sets the fields that can be searched against. * Also updates the searchFieldSet for O(1) lookup performance. *
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 21.9K bytes - Viewed (0) -
src/main/java/org/codelibs/core/io/Traverser.java
/** * Searches for classes handled by this instance and calls the handler for each class. * <p> * If a root package is specified at instance construction, only classes under the root package are targeted. * </p> * * @param handler the handler to process classes */ void forEach(ClassHandler handler); /**Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jun 19 09:12:22 UTC 2025 - 2.1K bytes - Viewed (0) -
README.md
- **Smart Query Suggestions**: Real-time auto-completion and search suggestions - **Multi-language Support**: Built-in support for Japanese text processing with Kuromoji analyzer - **Popular Words Analytics**: Track and analyze frequently searched terms - **Flexible Text Processing**: Configurable converters and normalizers for text transformation - **OpenSearch Integration**: Seamless integration with OpenSearch/Elasticsearch clusters
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Sun Aug 31 03:31:14 UTC 2025 - 12.1K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/app/web/admin/keymatch/EditForm.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.3K bytes - Viewed (0)