- Sort Score
- Num 10 results
- Language All
Results 1 - 8 of 8 for dipmac (0.07 seconds)
-
android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java
ert??nitnert?onitnert???s&-onitnert?onitnert?????m&ac?f?i?ol?r??n&a!lim?sl&ab?ub???b?c?e!en.cj,v?zob??irut?m!p??p?r?t??o&a!v??b!retiv??c!cel??enuc?g!ivor??i&dem&-onadipmac?onadipmac??pmet&-aiblo?aiblo??rdnos?zal??l?m!a&greb?ret??oc?re&f?lap???n!a&dipmac&-oidem?oidem??lim?tsiro?zlob??ecip&-ilocsa?ilocsa??i&bru&-orasep?orasep??lleva?rot?tnert??r&elas?ovil??ulleb??p?r!a&sep&-onibru?onibru??znatac??oun??s!ivert?sabopmac??t!arp?e&nev?ssorg??n&arat?e&girga?rt?veneb????zz&era?urba???p&a?ohsdaerpsym,s?t...
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Dec 16 20:00:28 GMT 2025 - 76.5K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/query/DefaultQueryBuilder.java
break; case DISMAX: ((DisMaxQueryBuilder) queryBuilder).add(innerQueryBuilder); break; default: break; } return this; } /** * Enumeration of supported query types. */ enum QueryType { /** Boolean query type. */ BOOL, /** DisMax query type. */ DISMAX; }Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 6.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/query/QueryCommand.java
/** * Creates a default query builder based on the configured query type. * @return The default query builder (either dismax or bool query). */ protected DefaultQueryBuilder createDefaultQueryBuilder() { final FessConfig fessConfig = ComponentUtil.getFessConfig(); if ("dismax".equals(fessConfig.getQueryDefaultQueryType())) { final DisMaxQueryBuilder disMaxQuery = QueryBuilders.disMaxQuery();Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sun Nov 23 11:39:05 GMT 2025 - 11.6K bytes - Click Count (0) -
src/main/resources/fess_config.properties
# Whether to allow transpositions in fuzzy content queries. query.boost.fuzzy.content.transpositions=true # Default query type. query.default.query_type=bool # Tie breaker value for dismax queries. query.dismax.tie_breaker=0.1 # Minimum should match value for boolean queries. query.bool.minimum_should_match= # Number of expansions for prefix queries. query.prefix.expansions=50 # Slop value for prefix queries.
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Dec 11 09:47:03 GMT 2025 - 54.8K bytes - Click Count (0) -
fess-crawler-lasta/src/main/resources/crawler/extractor.xml
"video/mp4", "video/mp4v-es", "video/mpeg", "video/mpeg4-generic", "video/mpv", "video/nv", "video/ogg", "video/daala", "video/theora", "video/x-dirac", "video/x-ogm", "video/x-ogguvs", "video/x-oggyuv", "video/x-oggrgb", "video/parityfec", "video/pointer", "video/quicktime", "video/raw",
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Nov 23 03:46:53 GMT 2025 - 50.1K bytes - Click Count (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> * comment: Tie breaker value for dismax queries. * @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>Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Dec 13 02:21:17 GMT 2025 - 525.7K bytes - Click Count (2) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
offset="0"/> </magic> <sub-class-of type="video/ogg"/> </mime-type> <mime-type type="video/x-dirac"> <_comment>Ogg Packaged Dirac Video</_comment> <magic priority="60"> <match value="OggS\000.......................BBCD" type="string" mask="0xFFFFFFFF00000000000000000000000000000000000000000000000000FFFFFFFF"Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Oct 16 07:46:32 GMT 2025 - 320.2K bytes - Click Count (5) -
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://x.com/b0g3r) for the security report! 🙇🔒 ### Internal * 🔧 Update sponsors badge, course bundle. PR [#3340](https://github.com/tiangolo/fastapi/pull/3340) by [@tiangolo](https://github.com/tiangolo).
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 19:06:15 GMT 2025 - 586.7K bytes - Click Count (0)