- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 33 for category (0.2 sec)
-
src/test/java/org/codelibs/fess/helper/QueryHelperTest.java
assertTrue(context.getQueryBuilder().toString().contains("function_score")); } public void test_addBoostFunction_withFilter() { QueryBuilder filter = QueryBuilders.termQuery("category", "test"); queryHelper.addBoostFunction(filter, ScoreFunctionBuilders.weightFactorFunction(2.0f)); QueryContext context = buildQuery("test");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 52.6K bytes - Viewed (0) -
android/guava/src/com/google/common/base/CharMatcher.java
*/ public static CharMatcher javaIsoControl() { return JavaIsoControl.INSTANCE; } /** * Determines whether a character is invisible; that is, if its Unicode category is any of * SPACE_SEPARATOR, LINE_SEPARATOR, PARAGRAPH_SEPARATOR, CONTROL, FORMAT, SURROGATE, and * PRIVATE_USE according to ICU4J. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 53.9K bytes - Viewed (0) -
src/main/resources/fess_config.properties
ldap.attr.city=l # LDAP attribute for teletex terminal identifier. ldap.attr.teletexTerminalIdentifier=teletexTerminalIdentifier # LDAP attribute for X.121 address. ldap.attr.x121Address=x121Address # LDAP attribute for business category. ldap.attr.businessCategory=businessCategory # LDAP attribute for registered address. ldap.attr.registeredAddress=registeredAddress # LDAP attribute for display name. ldap.attr.displayName=displayName
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat
// Norid category second level domains : https://www.norid.no/en/om-domenenavn/regelverk-for-no/vedlegg-c/ // Norid category second-level domains managed by parties other than Norid : https://www.norid.no/en/om-domenenavn/regelverk-for-no/vedlegg-d/ // RSS feed: https://teknisk.norid.no/en/feed/ no
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 309.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_X121_ADDRESS = "{labels.x121Address}"; /** The key of the message: Business Category */ public static final String LABELS_user_businessCategory = "{labels.user_businessCategory}"; /** The key of the message: Business Category */ public static final String LABELS_BUSINESS_CATEGORY = "{labels.businessCategory}";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 146.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.10.md
* Custom resources can be listed with a set of grouped resources (category) by specifying the categories in the [CustomResourceDefinition spec](https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/#categories). Example: They can be used with `kubectl get important`, where `important` is a category. ([#59561](https://github.com/kubernetes/kubernetes/pull/59561), [@nikhita](https://github.com/nikhita))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 341.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.13.md
### SIG Auth
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 273.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.20.md
will now get dual-stack PodIPs. ([#95239](https://github.com/kubernetes/kubernetes/pull/95239), [@danwinship](https://github.com/danwinship)) [SIG Network and Node]
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jan 19 21:05:45 UTC 2022 - 409K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
String getLdapAttrX121Address(); /** * Get the value for the key 'ldap.attr.businessCategory'. <br> * The value is, e.g. businessCategory <br> * comment: LDAP attribute for business category. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getLdapAttrBusinessCategory(); /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1) -
src/main/resources/fess_label_it.properties
labels.teletexTerminalIdentifier=Identificatore terminale teletex labels.user_x121Address=x121Address labels.x121Address=x121Address labels.user_businessCategory=Categoria aziendale labels.businessCategory=Categoria aziendale labels.user_registeredAddress=Indirizzo registrato labels.registeredAddress=Indirizzo registrato labels.user_displayName=Nome visualizzato labels.displayName=Nome visualizzato
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0)