- Sort Score
- Num 10 results
- Language All
Results 71 - 80 of 112 for DOCUMENTS (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/ds/callback/IndexUpdateCallbackTest.java
@Override public void commit() { documentsBeforeCommit.set(docCount); commitCount.incrementAndGet(); } }; // Store some documents DataStoreParams params = new DataStoreParams(); Map<String, Object> data = new HashMap<>(); callback.store(params, data); callback.store(params, data);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 12.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exec/Crawler.java
public String propertiesPath; /** Number of days after which documents should expire and be cleaned up. */ @Option(name = "-e", aliases = "--expires", metaVar = "expires", usage = "Expires for documents") public String expires; /** Interval in milliseconds for hot thread monitoring and logging. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 32.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/FileTypeHelper.java
/** * Helper class for managing file type mappings based on MIME types. * This class provides functionality to map MIME types to file types and * retrieve appropriate file type classifications for documents during indexing. * * The mappings are loaded from configuration and can be dynamically modified * at runtime. When a MIME type is not found in the mapping, a default value * is returned. */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 4.4K bytes - Click Count (0) -
src/main/resources/fess_label.properties
labels.chat_phase_evaluate=Reviewing search results... labels.chat_phase_fetch=Retrieving documents... labels.chat_phase_answer=Generating answer... labels.chat_messages_area=Chat messages labels.chat_welcome_title=Ask and Discover. labels.chat_welcome_description=Ask questions and I'll search through documents to find the answers you need. labels.chat_step_intent=Analyze labels.chat_step_search=Search
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/rank/fusion/SearchResultTest.java
assertNull(result.getFacetResponse()); assertNotNull(result.getDocumentList()); assertTrue(result.getDocumentList().isEmpty()); } /** * Test SearchResult with documents. */ @Test public void test_searchResultWithDocuments() { final Map<String, Object> doc1 = new HashMap<>(); doc1.put("_id", "doc1"); doc1.put("title", "Document 1");
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 5.2K bytes - Click Count (0) -
src/main/resources/fess_message.properties
errors.invalid_confirm_password = Does not match a confirmation password. errors.cannot_delete_doc_because_of_running = A crawler is running. You cannot delete documents. errors.failed_to_delete_doc_in_admin = Failed to delete a document. errors.failed_to_send_testmail=Failed to send a test mail. errors.invalid_query_unknown = The specified query has an unknown condition.
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
errors.invalid_confirm_password = Does not match a confirmation password. errors.cannot_delete_doc_because_of_running = A crawler is running. You cannot delete documents. errors.failed_to_delete_doc_in_admin = Failed to delete a document. errors.failed_to_send_testmail=Failed to send a test mail. errors.invalid_query_unknown = The specified query has an unknown condition.
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/java/org/codelibs/fess/entity/FacetInfo.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 5.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* comment: Encoding for site names in documents. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getCrawlerDocumentSiteEncoding(); /** * Get the value for the key 'crawler.document.unknown.hostname'. <br> * The value is, e.g. unknown <br> * comment: Hostname to use when unknown in documents.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2) -
src/main/java/org/codelibs/fess/app/web/base/SearchForm.java
public Integer offset; /** * The page number for pagination. */ @ValidateTypeFailure public Integer pn; /** * Similar document hash for finding related documents. */ @Size(max = 1000) public String sdh; /** * Parameter to control tracking of total hits in search results. */ @Size(max = 100) public String track_total_hits;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 5.7K bytes - Click Count (0)