- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for dipmac (0.07 sec)
-
src/main/java/org/codelibs/fess/query/DefaultQueryBuilder.java
((BoolQueryBuilder) queryBuilder).should(innerQueryBuilder); break; case DISMAX: ((DisMaxQueryBuilder) queryBuilder).add(innerQueryBuilder); break; default: break; } return this; } enum QueryType { BOOL, DISMAX; } @Override public String getWriteableName() {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 4.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/query/QueryCommand.java
}); return defaultQuery; } protected DefaultQueryBuilder createDefaultQueryBuilder() { final FessConfig fessConfig = ComponentUtil.getFessConfig(); if ("dismax".equals(fessConfig.getQueryDefaultQueryType())) { final DisMaxQueryBuilder disMaxQuery = QueryBuilders.disMaxQuery(); disMaxQuery.tieBreaker(fessConfig.getQueryDismaxTieBreakerAsDecimal().floatValue());
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 6.5K bytes - Viewed (0) -
compat/maven-artifact/src/main/java/org/apache/maven/artifact/ArtifactUtils.java
} public static Artifact copyArtifact(Artifact artifact) { VersionRange range = artifact.getVersionRange(); // For some reason with the introduction of MNG-1577 we have the case in Yoko where a depMan section has // something like the following: // // <dependencyManagement> // <dependencies> // <!-- Yoko modules --> // <dependency>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 6.9K bytes - Viewed (0) -
src/main/resources/fess_config.properties
query.boost.fuzzy.content.fuzziness=AUTO query.boost.fuzzy.content.expansions=10 query.boost.fuzzy.content.prefix_length=0 query.boost.fuzzy.content.transpositions=true query.default.query_type=bool query.dismax.tie_breaker=0.1 query.bool.minimum_should_match= query.prefix.expansions=50 query.prefix.slop=0 query.fuzzy.prefix_length=0 query.fuzzy.expansions=50 query.fuzzy.transpositions=true # facet
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Oct 01 14:13:38 UTC 2024 - 30.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** * Get the value for the key 'query.dismax.tie_breaker'. <br> * The value is, e.g. 0.1 <br> * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getQueryDismaxTieBreaker(); /** * Get the value for the key 'query.dismax.tie_breaker' as {@link java.math.BigDecimal}. <br> * The value is, e.g. 0.1 <br>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 468.5K bytes - Viewed (1) -
src/main/webapp/js/admin/moment-with-locales.min.js
eek:{dow:1,doy:4}}),M.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_a\u016dgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mart_apr_maj_jun_jul_a\u016dg_sept_okt_nov_dec".split("_"),weekdays:"diman\u0109o_lundo_mardo_merkredo_\u0135a\u016ddo_vendredo_sabato".split("_"),weekdaysShort:"dim_lun_mard_merk_\u0135a\u016d_ven_sab".split("_"),weekdaysMin:"di_lu_ma_me_\u0135a_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"[la]...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 360.5K bytes - Viewed (1) -
docs/en/docs/release-notes.md
See [CVE-2021-32677](https://github.com/tiangolo/fastapi/security/advisories/GHSA-8h2j-cgx8-6xv7) for more details. Thanks to [Dima Boger](https://twitter.com/b0g3r) for the security report! 🙇🔒 ### Internal
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Nov 01 11:25:57 UTC 2024 - 460.3K bytes - Viewed (0)