Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 59 for facevi (0.04 sec)

  1. 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)
  2. 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)
  3. 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)
  4. src/test/java/org/codelibs/fess/rank/fusion/SearchResultTest.java

            assertEquals(2L, result.getAllRecordCount());
            assertEquals(25L, result.getQueryTime());
        }
    
        public void test_builder_withFacetResponse() {
            // Test builder with facet response
            Aggregations aggregations = InternalAggregations.EMPTY;
            FacetResponse facetResponse = new FacetResponse(aggregations);
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 12.9K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java

                            }
                        }
                    }
                    form.sort = sortValueSb.toString();
                }
            }
        }
    
        /**
         * Builds initial parameters for facet and geo search functionality
         * by calling buildInitParamMap for both parameter types.
         */
        protected void buildInitParams() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 13.8K bytes
    - Viewed (0)
  6. src/main/webapp/css/font-awesome.min.css

    "}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(./fonts/fa-brands-400.eot);src:url(./fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(./fonts/fa-brands-400.woff2) format("woff2"),ur...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 55.8K bytes
    - Viewed (2)
  7. src/main/resources/fess_label.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: Sat Jun 28 08:40:50 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  8. 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)
  9. src/main/resources/fess_label_de.properties

    labels.boostExpr=Boost-Ausdruck
    labels.confirmPassword=Bestätigen
    labels.crawler=Crawler
    labels.crudMode=Modus
    labels.errorCountMax=Maximale Fehleranzahl
    labels.errorCountMin=Minimale Fehleranzahl
    labels.facet=Facette
    labels.geo=Geo
    labels.groups=Gruppen
    labels.hash=Hash
    labels.kuromojiFile=Kuromoji-Datei
    labels.maxSize=Maximale Größe
    labels.order=Reihenfolge
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.5K bytes
    - Viewed (1)
  10. 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)
Back to top