- Sort Score
- Result 10 results
- Languages All
Results 281 - 290 of 2,275 for _this9 (0.04 sec)
-
src/main/java/org/codelibs/fess/suggest/settings/SuggestSettingsBuilder.java
} /** * Sets the indices timeout. * @param timeout The indices timeout. * @return This builder instance. */ public SuggestSettingsBuilder indicesTimeout(final String timeout) { timeoutSettings.setIndicesTimeout(timeout); return this; } /** * Sets the cluster timeout. * @param timeout The cluster timeout.Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 17 14:10:16 UTC 2025 - 4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/NtStatus.java
"The SAM database on the Windows NT Server does not have a computer account for this workstation trust relationship.", "The trust relationship between the primary domain and the trusted domain failed.", "The account used is a Computer Account. Use your global user account or local user account to access this server.",Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 13.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/rank/fusion/SearchResult.java
final long queryTime, final boolean partialResults, final FacetResponse facetResponse) { this.documentList = documentList; this.allRecordCount = allRecordCount; this.allRecordCountRelation = allRecordCountRelation; this.queryTime = queryTime; this.partialResults = partialResults; this.facetResponse = facetResponse; } /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/multichannel/ChannelInfo.java
this.state = ChannelState.DISCONNECTED; this.establishedTime = System.currentTimeMillis(); this.lastActivityTime = establishedTime; this.bytesSent = new AtomicLong(); this.bytesReceived = new AtomicLong(); this.requestsSent = new AtomicLong(); this.requestsReceived = new AtomicLong(); this.errors = new AtomicLong(); this.isPrimary = false;Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 21 11:13:46 UTC 2025 - 10.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbOperationException.java
this.errorCode = errorCode; this.originalMessage = message; this.retryPolicy = retryPolicy != null ? retryPolicy : RetryPolicy.DEFAULT; this.context = context != null ? new HashMap<>(context) : new HashMap<>(); this.operationStartTime = System.currentTimeMillis(); this.operationName = extractOperationName(); this.attemptNumber = 1;Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 16.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/EditForm.java
/** * The unique identifier of the mapping dictionary entry being edited. * This is a required field for identifying which dictionary entry to update. */ @Required @ValidateTypeFailure public Long id; /** * Returns a display-friendly identifier combining the dictionary ID and entry ID. * This method creates a composite identifier for UI display purposes. *Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/UploadForm.java
* Character mapping allows for normalization and transformation of characters during text analysis. * This form is used in the admin interface to upload custom character mapping dictionary files. */ public class UploadForm { /** * The dictionary ID that identifies which character mapping dictionary configuration to update. * This ID corresponds to a specific character mapping dictionary instance in the system. */ @RequiredRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/EditForm.java
/** * The unique identifier of the synonym dictionary entry being edited. * This is a required field for identifying which dictionary entry to update. */ @Required @ValidateTypeFailure public Long id; /** * Returns a display-friendly identifier combining the dictionary ID and entry ID. * This method creates a composite identifier for UI display purposes. *Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/UploadForm.java
* Synonyms are words or phrases that should be treated as equivalent during search operations. * This form is used in the admin interface to upload custom synonym dictionary files. */ public class UploadForm { /** * The dictionary ID that identifies which synonym dictionary configuration to update. * This ID corresponds to a specific synonym dictionary instance in the system. */ @RequiredRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/create/LeaseV2CreateContextRequest.java
/** * Create a new lease V2 context request */ public LeaseV2CreateContextRequest() { this.leaseKey = new Smb2LeaseKey(); this.parentLeaseKey = new Smb2LeaseKey(new byte[16]); // Zero parent key by default this.leaseState = 0; this.leaseFlags = 0; this.epoch = 1; } /** * Create a new lease V2 context request with specified parameters *Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 6.2K bytes - Viewed (0)