- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 93 for mult (0.02 seconds)
-
src/main/resources/fess_indices/_aws/fess.json
"îl", "îmi", "împotriva", "în ", "înainte", "înaintea", "încât", "încît", "încotro", "între", "întrucât", "întrucît", "îţi", "la", "lângă", "le", "li", "lîngă", "lor", "lui", "mă", "mâine", "mea", "mei", "mele", "mereu", "meu", "mi", "mine", "mult", "multă", "mulţi", "ne", "nicăieri", "nici", "nimeni", "nişte", "noastră", "noastre", "noi", "noştri", "nostru", "nu", "ori", "oricând", "oricare", "oricât", "orice", "oricînd", "oricine", "oricît", "oricum", "oriunde", "până", "pe", "pentru", "peste", "pînă",...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 117.5K bytes - Click Count (0) -
src/main/resources/fess_indices/_cloud/fess.json
"îl", "îmi", "împotriva", "în ", "înainte", "înaintea", "încât", "încît", "încotro", "între", "întrucât", "întrucît", "îţi", "la", "lângă", "le", "li", "lîngă", "lor", "lui", "mă", "mâine", "mea", "mei", "mele", "mereu", "meu", "mi", "mine", "mult", "multă", "mulţi", "ne", "nicăieri", "nici", "nimeni", "nişte", "noastră", "noastre", "noi", "noştri", "nostru", "nu", "ori", "oricând", "oricare", "oricât", "orice", "oricînd", "oricine", "oricît", "oricum", "oriunde", "până", "pe", "pentru", "peste", "pînă",...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 07:52:55 GMT 2026 - 117.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
* Defines how search results are ordered when no specific sort is requested. */ @Size(max = 1000) public String defaultSortValue; /** * Virtual host configuration for multi-tenant setups. * Allows different search configurations based on the request host. */ @Size(max = 10000) public String virtualHostValue; /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 15.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/rank/fusion/RankFusionSearcherTest.java
// Name should be based on actual class, not parent assertEquals("extended_test", searcher.getName()); } /** * Test that search method must be implemented. */ @Test public void test_searchMethodAbstract() { final TestSearcher searcher = new TestSearcher(); // Should be able to call searchCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 6.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/query/BooleanQueryCommandTest.java
@Test public void test_execute_withBooleanQuery() { // Create a simple BooleanQuery with MUST clause BooleanQuery.Builder boolQueryBuilder = new BooleanQuery.Builder(); TermQuery termQuery = new TermQuery(new Term("field", "value")); boolQueryBuilder.add(termQuery, BooleanClause.Occur.MUST); BooleanQuery booleanQuery = boolQueryBuilder.build();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 14.4K bytes - Click Count (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/runtimes/CheckTargetRuntimes.kt
* while a worker action that executes in a worker must declare that it executes in * a worker. * * However, a shared library used by both daemon and worker actions does not necessarily * care which runtimes it must execute in. The target runtimes it must support is a function * of the daemon and worker project that depends on it. Since both a daemon and worker * project depend on this library, that library must also be able to run in the
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 11 22:40:18 GMT 2026 - 13.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/entity/QueryContextTest.java
BoolQueryBuilder boolResult = (BoolQueryBuilder) result; assertTrue(boolResult.hasClauses()); // Verify the original query is preserved as a must clause assertEquals(1, boolResult.must().size()); assertEquals(initialQuery, boolResult.must().get(0)); } // Test addSorts @Test public void test_addSorts() { queryContext = new QueryContext("test", false);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 17.6K bytes - Click Count (0) -
src/main/resources/fess_message.properties
# --------------- constraints.AssertFalse.message = {item} must be false. constraints.AssertTrue.message = {item} must be true. constraints.DecimalMax.message = {item} must be less than {value}. constraints.DecimalMin.message = {item} must be greater than {value}. constraints.Digits.message = {item} must be a number. (expected: <number>.<number>) constraints.Future.message = {item} must be a future value.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12.4K bytes - Click Count (0) -
src/main/resources/fess_message_en.properties
# --------------- constraints.AssertFalse.message = {item} must be false. constraints.AssertTrue.message = {item} must be true. constraints.DecimalMax.message = {item} must be less than {value}. constraints.DecimalMin.message = {item} must be greater than {value}. constraints.Digits.message = {item} must be a number. (expected: <number>.<number>) constraints.Future.message = {item} must be a future value.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12.4K bytes - Click Count (0) -
architecture/standards/0010-gradle-properties-naming.md
Properties of stable features MUST start with `org.gradle.<feature-name>.` The qualifier is absent for these properties, making the name more concise. This is a sensible default, as the majority of features are of this nature. These properties MUST be stable.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 06 09:25:54 GMT 2026 - 8K bytes - Click Count (0)