- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 40 for faceste (0.28 sec)
-
src/test/java/org/codelibs/fess/util/FacetResponseTest.java
String decoded = new String(BaseEncoding.base64().decode(encoded), StandardCharsets.UTF_8); assertEquals(emptyString, decoded); } public void test_facet_prefix_usage() { // Test that facet prefixes can be used correctly String fieldName = "category"; String encodedFieldName = BaseEncoding.base64().encode(fieldName.getBytes(StandardCharsets.UTF_8));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 6.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/rank/fusion/DefaultSearcher.java
} } } } builder.addDocument(docMap); } // facet final Aggregations aggregations = searchResponse.getAggregations(); if (aggregations != null) { builder.facetResponse(new FacetResponse(aggregations)); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 12.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. label */ String QUERY_FACET_FIELDS = "query.facet.fields"; /** The key of the configuration. e.g. 100 */ String QUERY_FACET_FIELDS_SIZE = "query.facet.fields.size"; /** The key of the configuration. e.g. 1 */ String QUERY_FACET_FIELDS_min_doc_count = "query.facet.fields.min_doc_count"; /** The key of the configuration. e.g. count.desc */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1) -
src/main/resources/fess_label_fr.properties
labels.boostExpr=Expression de boost labels.confirmPassword=Confirmer labels.crawler=Robot d'exploration labels.crudMode=Mode labels.errorCountMax=Nombre d'erreurs maximum labels.errorCountMin=Nombre d'erreurs minimum labels.facet=Facette labels.geo=Géo labels.groups=Groupes labels.hash=Hachage labels.kuromojiFile=Fichier Kuromoji labels.maxSize=Taille maximale labels.order=Ordre
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/CrawlingInfoHelper.java
*/ public CrawlingInfoHelper() { // Default constructor } private static final Logger logger = LogManager.getLogger(CrawlingInfoHelper.class); /** * Key used for facet count aggregations. */ public static final String FACET_COUNT_KEY = "count"; /** * Map containing crawling information parameters. */ protected Map<String, String> infoMap; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 15.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
} buf.append('}'); } } buf.append(']'); if (facetResponse != null && facetResponse.hasFacetResponse()) { // facet field buf.append(','); buf.append("\"facet_field\":["); if (facetResponse.getFieldList() != null) { boolean first1 = true;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 54.6K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.urlExpr=Condition labels.boostExpr=Boost Expression labels.confirmPassword=Confirm labels.crawler=Crawler labels.crudMode=Mode labels.errorCountMax=Max Error Count labels.errorCountMin=Min Error Count labels.facet=Facet labels.geo=Geo labels.groups=Groups labels.hash=Hash labels.kuromojiFile=Kuromoji File labels.maxSize=Max Size labels.order=Order labels.purgeSuggestSearchLogDay=Delete old suggest info labels.q=Query
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/rank/fusion/RankFusionProcessor.java
* @param queryTime the time taken to execute the search query * @param partialResults whether the results are partial due to timeout or other constraints * @param facetResponse the facet information for the search results * @param start the starting position for pagination * @param pageSize the size of the current page * @param offset the offset applied to the results
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 24.8K bytes - Viewed (0) -
src/main/resources/fess_label_zh_TW.properties
labels.badWordFile=不良詞檔案 labels.urlExpr=條件 labels.boostExpr=提升值表達式 labels.confirmPassword=確認 labels.crawler=爬蟲 labels.crudMode=模式 labels.errorCountMax=最大錯誤數 labels.errorCountMin=最小錯誤數 labels.facet=分面 labels.geo=地理 labels.groups=組 labels.hash=哈希 labels.kuromojiFile=Kuromoji檔案 labels.maxSize=最大大小 labels.order=順序 labels.purgeSuggestSearchLogDay=刪除以前的建議資訊 labels.q=查詢 labels.roles=角色
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt
she comes, to--' At this moment Five, who had been anxiously looking across the garden, called out `The Queen! The Queen!' and the three gardeners instantly threw themselves flat upon their faces. There was a sound of many footsteps, and Alice looked round, eager to see the Queen. First came ten soldiers carrying clubs; these were all shaped like the three gardeners, oblong and flat, with their hands and
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Apr 21 02:27:51 UTC 2017 - 145.2K bytes - Viewed (0)