- Sort Score
- Result 10 results
- Languages All
Results 361 - 370 of 439 for Document (0.1 sec)
-
src/main/resources/fess_indices/fess_log.search_log/search_log.json
{ "search_fields": { "path_match": "searchField.*", "mapping": { "type": "keyword" } } }, { "documents": { "path_match": "documents.*", "mapping": { "type": "keyword" } } } ], "properties": { "user": { "type": "keyword" },
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Fri Feb 25 13:38:21 UTC 2022 - 1.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.22.md
- YAML documents separators ("---") can now be followed by whitespace and comments ("# ....") on the same line. This fixes a bug where documents starting with a comment after the separator were ignored. Other types of content on the same line will result in an error. ([#103457](https://github.com/kubernetes/kubernetes/pull/103457),...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Dec 13 12:43:45 UTC 2022 - 454.1K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/reflect/ClassPathTest.java
assertThat(ClassPath.toFile(new URL("file:///c:/Documents%20and%20Settings/"))) .isEqualTo(new File("/c:/Documents and Settings/")); assertThat(ClassPath.toFile(new URL("file:///c:/Documents ~ Settings, or not/11-12 12:05"))) .isEqualTo(new File("/c:/Documents ~ Settings, or not/11-12 12:05")); } // https://github.com/google/guava/issues/2152
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 20:58:01 UTC 2025 - 23K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/KeyMatchHelper.java
}); this.keyMatchQueryMap = keyMatchQueryMap; return keyMatchQueryMap.size(); } /** * Retrieves a list of documents based on the KeyMatch query. * * @param keyMatch The KeyMatch instance. * @return A list of documents. */ protected List<Map<String, Object>> getDocumentList(final KeyMatch keyMatch) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 10K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/entity/SearchRenderData.java
*/ public SearchRenderData() { // Default constructor } /** * Sets the list of search result documents. * * @param documentItems The list of search result documents */ public void setDocumentItems(final List<Map<String, Object>> documentItems) { this.documentItems = documentItems; } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 12.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.23.md
KEPs or supporting documentation, please reference a specific commit and avoid linking directly to the master branch. This ensures that links reference a specific point in time, rather than a document that may change over time. See here for guidance on getting permanent links to files: https://help.github.com/en/articles/getting-permanent-links-to-files
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Feb 28 21:06:52 UTC 2023 - 424.5K bytes - Viewed (0) -
src/main/resources/fess_message_pt_BR.properties
errors.target_file_does_not_exist = O arquivo {0} não existe. errors.failed_to_delete_file = Não foi possível excluir o arquivo {0}. errors.docid_not_found = ID do documento não encontrada. Causa: {0} errors.document_not_found = URL do ID do documento não encontrada. Causa: {0} errors.not_load_from_server = Não foi possível carregar deste servidor. Causa: {0} errors.failed_to_start_job = Não foi possível iniciar o trabalho {0}.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.8K bytes - Viewed (0) -
src/main/resources/fess_message_es.properties
errors.target_file_does_not_exist = El archivo {0} no existe. errors.failed_to_delete_file = No se pudo eliminar el archivo {0}. errors.docid_not_found = ID de documento no encontrado. Causa: {0} errors.document_not_found = URL de ID de documento no encontrada. Causa: {0} errors.not_load_from_server = No se pudo cargar desde este servidor. Causa: {0} errors.failed_to_start_job = No se pudo iniciar el trabajo {0}.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/tree/Smb2TreeConnectResponse.java
/** * Share flag indicating manual caching of documents. */ public static final int SMB2_SHAREFLAG_MANUAL_CACHING = 0x0; /** * Share flag indicating automatic caching of documents. */ public static final int SMB2_SHAREFLAG_AUTO_CACHING = 0x10; /** * Share flag indicating automatic caching of programs and documents. */ public static final int SMB2_SHAREFLAG_VDO_CACHING = 0x20;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dataconfig/CreateForm.java
public String handlerScript; /** Boost value for documents from this data source */ @Required @ValidateTypeFailure public Float boost; /** Whether this configuration is enabled (true/false) */ @Required @Size(max = 5) public String available; /** Access permissions for documents from this data source */ @CustomSize(maxKey = "form.admin.max.input.size")
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.5K bytes - Viewed (0)