- Sort Score
- Result 10 results
- Languages All
Results 231 - 240 of 503 for _score (0.04 sec)
-
src/main/java/org/codelibs/fess/app/service/WebConfigService.java
} /** * Stores a web configuration. * Configuration parameters are encrypted before storage. * * @param webConfig The web configuration to store */ public void store(final WebConfig webConfig) { webConfig.setConfigParameter(ParameterUtil.encrypt(webConfig.getConfigParameter())); webConfigBhv.insertOrUpdate(webConfig, op -> {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.6K bytes - Viewed (0) -
docs/sts/casdoor.md
## Explore Further - [Casdoor MinIO Integration](https://casdoor.org/docs/integration/minio) - [MinIO STS Quickstart Guide](https://docs.min.io/community/minio-object-store/developers/security-token-service.html)
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 6.6K bytes - Viewed (0) -
docs/sts/client-grants.md
} ``` ## Explore Further - [MinIO Admin Complete Guide](https://docs.min.io/community/minio-object-store/reference/minio-mc-admin.html)
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 7.2K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
usage (main code, tests, <i>etc.</i>) is specified by the {@code scope} element. <h2>Default source directories</h2> If no source directories are specified, the default values depend on whether module names are specified: <ul> <li>{@code src/${scope}/${lang}} if no module is specified</li> <li>{@code src/${module}/${scope}/${lang}} if a module is specified</li> </ul> where
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Aug 07 14:32:16 UTC 2025 - 132.7K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/artifact/installer/ArtifactInstallerTest.java
import java.io.File; import org.apache.maven.artifact.AbstractArtifactComponentTestCase; import org.apache.maven.artifact.Artifact; import org.apache.maven.execution.MavenSession; import org.apache.maven.session.scope.internal.SessionScope; import org.junit.jupiter.api.Test; import static org.codehaus.plexus.testing.PlexusExtension.getBasedir; import static org.mockito.Mockito.mock; /** */ @Deprecated
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.1K bytes - Viewed (0) -
docs/extensions/s3zip/examples/aws-js/main.js
send(function(err, data) { if (err) { console.log("Error", err); } else { console.log("Success", data); } }); // Download a file in the archive and store it in /tmp/data.csv var file = require('fs').createWriteStream('/tmp/data.csv'); s3.getObject({Bucket: 'your-bucket', Key: 'path/to/file.zip/data.csv'}).
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Jun 10 15:17:03 UTC 2021 - 1K bytes - Viewed (0) -
cmd/local-locker.go
} else { readers++ } // Move to next i++ } } if modified { l.lockMap[k] = lris } } t := time.Now() l.lastCleanup.Store(&t) l.readers.Store(readers) l.writers.Store(writers) } func newLocker() *localLocker { return &localLocker{ lockMap: make(map[string][]lockRequesterInfo, 1000), lockUID: make(map[string]string, 1000), }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 12K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/entity/SearchRenderDataTest.java
for (int i = 11; i <= 20; i++) { Map<String, Object> doc = new HashMap<>(); doc.put("id", String.valueOf(i)); doc.put("title", "Document " + i); doc.put("score", 1.0 - (i * 0.01)); documents.add(doc); } searchRenderData.setDocumentItems(documents); searchRenderData.setSearchQuery("complex search query");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 23.3K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/advance.jsp
<la:select property="sort" styleId="sortSearchOption" styleClass="form-control"> <option value=""> <la:message key="labels.search_result_select_sort" /> </option> <la:option value="score.desc"> <la:message key="labels.search_result_sort_score_desc" /> </la:option> <la:option value="filename.asc"> <la:message key="labels.search_result_sort_filename_asc" /> </la:option>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 12:09:07 UTC 2025 - 14.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/scheduler/ApiAdminSchedulerAction.java
messages.addErrorsCrudFailedToCreateInstance(GLOBAL); }); return null; }); try { scheduledJobService.store(entity); saveInfo(messages -> messages.addSuccessCrudCreateCrudTable(GLOBAL)); } catch (final Exception e) { logger.warn("Failed to process a request.", e);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 10K bytes - Viewed (0)