- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 59 for keywords (0.08 sec)
-
src/test/java/org/codelibs/fess/suggest/util/SuggestUtilTest.java
List<String> keywords = SuggestUtil.getKeywords(query, fields); assertNotNull(keywords); assertEquals(2, keywords.size()); assertTrue(keywords.contains("test")); assertTrue(keywords.contains("query")); // Test with OR operator List<String> orKeywords = SuggestUtil.getKeywords("test OR query", fields); assertNotNull(orKeywords);
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Mon Sep 01 13:33:03 UTC 2025 - 18.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/entity/QueryContextTest.java
assertEquals("keyword2", keywords.get(1)); } // Test getDefaultKeyword with no default field public void test_getDefaultKeyword_noDefaultField() { getMockRequest().setAttribute(Constants.FIELD_LOGS, new HashMap<String, List<String>>()); queryContext = new QueryContext("test", true); List<String> keywords = queryContext.getDefaultKeyword(); assertNotNull(keywords);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 17.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/util/SuggestUtil.java
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Mon Sep 01 13:33:03 UTC 2025 - 17.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/it/search/SearchApiTests.java
for (String keyword : query.split(" ")) { if (keyword.equals("AND")) { continue; } assertTrue( doc.entrySet() .stream() .anyMatch(entry -> entry.getValue().toString().toLowerCase().contains(keyword.toLowerCase())),
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 18.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/KeyMatchHelperTest.java
} catch (Exception e) { // Expected due to missing dependencies in test environment assertTrue(true); return; } // Should handle various keywords including empty string assertNotNull(functionBuilders); assertEquals(0, functionBuilders.size()); // No data loaded } public void test_buildQuery_withNullKeywordsInList() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 10.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/KeyMatchHelper.java
if (map != null) { return map; } return Collections.emptyMap(); } /** * Builds a query for boosting documents based on the keyword list. * * @param keywordList The list of keywords. * @param list The list of filter function builders to add to. */ public void buildQuery(final List<String> keywordList, final List<FilterFunctionBuilder> list) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 10K bytes - Viewed (0) -
src/archive/tar/common.go
Xattrs map[string]string // PAXRecords is a map of PAX extended header records. // // User-defined records should have keys of the following form: // VENDOR.keyword // Where VENDOR is some namespace in all uppercase, and keyword may // not contain the '=' character (e.g., "GOLANG.pkg.version"). // The key and value should be non-empty UTF-8 strings. //
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Sep 13 21:03:27 UTC 2024 - 24.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java
final String data = "<html><head><meta name=\"keywords\" content=\"bbb\"></head><body>aaa</body></html>"; final Document document = getDocument(data); String value = transformer.getSingleNodeValue(document, "//BODY", node -> node); assertEquals("aaa", value); value = transformer.getSingleNodeValue(document, "//META[@name='keywords']/@content", node -> node); assertEquals("bbb", value);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 41.5K bytes - Viewed (0) -
src/main/resources/fess_indices/fess.json
"type": "stop", "stopwords_path": "${fess.dictionary.path}bg/stopwords.txt" }, "bulgarian_keywords": { "type": "keyword_marker", "keywords": ["пример"] }, "bulgarian_stemmer": { "type": "stemmer", "language": "bulgarian" }, "bulgarian_override": {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Fri Jun 06 14:17:42 UTC 2025 - 39.8K bytes - Viewed (0) -
helm-releases/minio-2.0.1.tgz
minio-2.0.1.tar minio/Chart.yaml apiVersion: v1 appVersion: RELEASE.2021-08-31T05-46-54Z description: Multi-Cloud Object Storage home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png keywords: - storage - object-storage - S3 maintainers: - email: ******@****.*** name: MinIO, Inc name: minio sources: - https://github.com/minio/minio version: 2.0.1 minio/values.yaml ## Provide a name in place of minio for `app:` labels ## nameOverride: "" ## Provide a name to substitute for...
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 31 09:09:09 UTC 2021 - 13.6K bytes - Viewed (0)