- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 43 for listing (0.06 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb/SmbClient.java
* to interact with SMB resources. * * <p> * This client supports authentication, content retrieval, and metadata extraction from SMB files. * It handles file access, directory listing, and access control entries (ACEs) processing. * </p> * * <p> * The class provides methods to: * </p> * <ul> * <li>Initialize the client with SMB authentication details.</li>
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 23.4K bytes - Viewed (3) -
src/main/java/org/codelibs/fess/app/service/UserService.java
/** * Service class for managing user operations in the Fess search system. * This service provides CRUD operations for user management, including user authentication, * password management, and user listing with pagination support. * */ public class UserService { private static final Logger logger = LogManager.getLogger(UserService.class); /** * Default constructor for UserService. */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Mon Nov 24 02:07:40 UTC 2025 - 9.2K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/s3/S3Client.java
* <li>Content length validation</li> * <li>MIME type detection</li> * <li>Handling of large files through temporary file storage</li> * <li>Object metadata and tags retrieval</li> * <li>Directory listing capabilities</li> * </ul> * * <p>The client handles timeout management for access operations and includes proper * resource cleanup mechanisms. */ public class S3Client extends AbstractCrawlerClient {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 21.4K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb1/SmbClient.java
* to interact with SMB resources. * * <p> * This client supports authentication, content retrieval, and metadata extraction from SMB files. * It handles file access, directory listing, and access control entries (ACEs) processing. * </p> * * <p> * The class provides methods to: * </p> * <ul> * <li>Initialize the client with SMB authentication details.</li>
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 23.3K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/gcs/GcsClient.java
* <li>Content length validation</li> * <li>MIME type detection</li> * <li>Handling of large files through temporary file storage</li> * <li>Object metadata retrieval</li> * <li>Directory listing capabilities</li> * </ul> * * <p>The client handles timeout management for access operations and includes proper * resource cleanup mechanisms. */ public class GcsClient extends AbstractCrawlerClient {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 17.5K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/ftp/FtpClientTest.java
} } public void test_directory_child_urls() throws Exception { // Test that childUri (not typo chileUri) is correctly used in directory listing FtpServer server = null; try { String username = "testuser"; String password = "testpass"; server = startFtpServer(FTP_PORT, username, password);Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 21.5K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/ftp/FtpClient.java
} } } } /** * Retrieves response data from the FTP server for the specified URI. * This method handles the actual FTP operations including directory listing, * file retrieval, and metadata extraction. * * @param uri The URI to retrieve data from * @param includeContent Whether to include the actual content in the responseRegistered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 40K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/storage/StorageClient.java
* <li>Content length validation</li> * <li>MIME type detection</li> * <li>Handling of large files through temporary file storage</li> * <li>Object metadata and tags retrieval</li> * <li>Directory listing capabilities</li> * </ul> * * <p>The client handles timeout management for access operations and includes proper * resource cleanup mechanisms. * */ public class StorageClient extends AbstractCrawlerClient {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 20K bytes - Viewed (2) -
src/test/java/org/codelibs/fess/suggest/SuggesterRefactoringTest.java
client.admin().indices().prepareDelete(indexName).execute().actionGet(); suggester.shutdown(); } /** * Test getIndicesForAlias method with non-existing alias. * Verifies that the method returns an empty list for non-existing alias. */ @Test @SuppressWarnings("unchecked") public void testGetIndicesForAlias_nonExistingAlias() throws Exception {
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 13.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/entity/FacetInfo.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 5.3K bytes - Viewed (0)