- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 58 for facevo (0.06 sec)
-
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/resources/fess_label_it.properties
labels.wizard_button_register_next=Crea labels.wizard_start_crawling_title=Avvia scansione labels.wizard_start_crawler_title=Crawler labels.wizard_start_crawling_desc=È possibile avviare la scansione ora facendo clic sul pulsante "Avvia scansione". labels.wizard_button_start_crawling=Avvia scansione labels.wizard_button_finish=Salta labels.search_list_configuration=Ricerca labels.search_list_button_delete=Elimina
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0) -
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) -
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) -
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) -
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) -
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_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)