- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 67 for nohost (0.03 sec)
-
src/main/resources/fess_label_en.properties
labels.dict_stopwords_button_upload=Upload labels.dict_stopwords_file=Stopwords File labels.boost_document_rule_configuration=Document Boost labels.boost_document_rule_title_details=Document Boost labels.boost_document_rule_list_url_expr=Condition labels.boost_document_rule_url_expr=Condition labels.boost_document_rule_boost_expr=Boost Expression labels.boost_document_rule_sort_order=Sort Order labels.access_token_configuration=Access Token
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.dict_stopwords_file=File stopwords labels.boost_document_rule_configuration=Regola di boost documento labels.boost_document_rule_title_details=Regola di boost documento labels.boost_document_rule_list_url_expr=Condizione labels.boost_document_rule_url_expr=Condizione labels.boost_document_rule_boost_expr=Espressione di boost labels.boost_document_rule_sort_order=Ordine di ordinamento
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 09:16:23 UTC 2025 - 46.6K bytes - Viewed (0) -
src/main/resources/fess_config.properties
zh-tw=zh-tw\n\ zh_TW=zh-tw\n\ zh=zh\n\ # boost # Boost value for title field in queries. query.boost.title=0.5 # Boost value for title field with language in queries. query.boost.title.lang=1.0 # Boost value for content field in queries. query.boost.content=0.05 # Boost value for content field with language in queries. query.boost.content.lang=0.1 # Boost value for important content field in queries.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0) -
src/main/resources/fess_label_id.properties
labels.dict_stopwords_button_upload=Unggah labels.dict_stopwords_file=Berkas Stopwords labels.boost_document_rule_configuration=Boost Dokumen labels.boost_document_rule_title_details=Boost Dokumen labels.boost_document_rule_list_url_expr=Kondisi labels.boost_document_rule_url_expr=Kondisi labels.boost_document_rule_boost_expr=Ekspresi Boost labels.boost_document_rule_sort_order=Urutan Sortir labels.access_token_configuration=Token Akses
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 45.2K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.dict_stopwords_button_upload=Upload labels.dict_stopwords_file=Stopwords File labels.boost_document_rule_configuration=Document Boost labels.boost_document_rule_title_details=Document Boost labels.boost_document_rule_list_url_expr=Condition labels.boost_document_rule_url_expr=Condition labels.boost_document_rule_boost_expr=Boost Expression labels.boost_document_rule_sort_order=Sort Order labels.access_token_configuration=Access Token
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/KeyMatchHelper.java
.build()); } /** * Returns a query map for the specified virtual host. * * @param key The virtual host key. * @return A map of terms and boost information. */ protected Map<String, List<Tuple3<String, QueryBuilder, ScoreFunctionBuilder<?>>>> getQueryMap(final String key) {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 10.1K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.dict_stopwords_button_upload=Hochladen labels.dict_stopwords_file=Stopwörter-Datei labels.boost_document_rule_configuration=Dokument-Boost labels.boost_document_rule_title_details=Dokument-Boost labels.boost_document_rule_list_url_expr=Bedingung labels.boost_document_rule_url_expr=Bedingung labels.boost_document_rule_boost_expr=Boost-Ausdruck labels.boost_document_rule_sort_order=Sortierreihenfolge labels.access_token_configuration=Zugriffstoken
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 46.9K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
String QUERY_BOOST_TITLE = "query.boost.title"; /** The key of the configuration. e.g. 1.0 */ String QUERY_BOOST_TITLE_LANG = "query.boost.title.lang"; /** The key of the configuration. e.g. 0.05 */ String QUERY_BOOST_CONTENT = "query.boost.content"; /** The key of the configuration. e.g. 0.1 */ String QUERY_BOOST_CONTENT_LANG = "query.boost.content.lang";
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2) -
src/main/resources/fess_label_nl.properties
labels.duplicate_name=Dubbele naam labels.duplicate_host_configuration=Dubbele host labels.duplicate_host_title_details=Dubbele host labels.dashboard_title_configuration=Systeemconfiguratie labels.dashboard_plugin=Dashboard-plugin labels.web_config_list=Webconfiguratelijst labels.access_token_details=Access Token Details labels.bad_word_details=Bad Word Details labels.boost_document_rule_details=Boost Document Rule Details
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 46.1K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/ds/AbstractDataStore.java
// created defaultDataMap.put(fessConfig.getIndexFieldCreated(), systemHelper.getCurrentTime()); // boost defaultDataMap.put(fessConfig.getIndexFieldBoost(), config.getBoost().toString()); // label: labelType // role: roleType final List<String> roleTypeList = new ArrayList<>();Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 7.6K bytes - Viewed (0)