- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 50 for ids (0.03 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/elevateword/CreateForm.java
*/ public class CreateForm { /** * Creates a new CreateForm instance. */ public CreateForm() { // Default constructor } /** The label type IDs associated with this elevate word entry */ public String[] labelTypeIds; /** The CRUD operation mode for form processing */ @ValidateTypeFailure public Integer crudMode;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.7K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/IndexingHelperTest.java
assertEquals(0, ((List<String>) resultMap.get("ids")).size()); docList.add("001"); indexingHelper.deleteDocumentsByDocId(client, docList); assertEquals("fess.update", resultMap.get("index")); assertEquals(1, ((List<String>) resultMap.get("ids")).size()); assertEquals("001", ((List<String>) resultMap.get("ids")).get(0)); } public void test_deleteDocumentByQuery() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 29.3K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/PushObserver.kt
* * [onData] (optional sequence of data frames) * * As a stream ID is scoped to a single HTTP/2 connection, implementations which target multiple * connections should expect repetition of stream IDs. * * Return true to request cancellation of a pushed stream. Note that this does not guarantee * future frames won't arrive on the stream ID. */ interface PushObserver { /**
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 3.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/indexer/IndexUpdater.java
} /** * Gets the list of crawler session IDs being processed. * * @return the list of session IDs */ public List<String> getSessionIdList() { return sessionIdList; } /** * Sets the list of crawler session IDs to process. * * @param sessionIdList the list of session IDs to set */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 32.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/fileconfig/CreateForm.java
/** * The create form for File Config. * */ public class CreateForm { /** * Creates a new CreateForm instance. */ public CreateForm() { } /** The IDs of label types associated with this file configuration. */ public String[] labelTypeIds; /** The CRUD operation mode for this form. */ @ValidateTypeFailure public Integer crudMode;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/IndexingHelper.java
} /** * Deletes all documents that match the specified document IDs. * * @param searchEngineClient the search engine client to use for deletion * @param docIdList the list of document IDs to delete * @return the number of documents that were deleted */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 26.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/webconfig/CreateForm.java
* */ public class CreateForm { /** * Default constructor. */ public CreateForm() { // Empty constructor } /** * The label type IDs associated with this web configuration. */ public String[] labelTypeIds; /** * The CRUD mode for the form. */ @ValidateTypeFailure public Integer crudMode; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/WebFsIndexHelper.java
* * @param sessionId The session ID for this crawling operation * @param webConfigIdList List of web configuration IDs to crawl, null for all * @param fileConfigIdList List of file configuration IDs to crawl, null for all */ public void crawl(final String sessionId, final List<String> webConfigIdList, final List<String> fileConfigIdList) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 24.9K bytes - Viewed (0) -
docs/contribute/concurrency.md
This is necessary for bookkeeping when creating new streams. Correct framing requires that stream IDs are sequential on the socket, so we need to bundle assigning the ID with sending the `SYN_STREAM` frame. ## Connection Pool
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 16:35:36 UTC 2022 - 7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SearchHelper.java
queryHelper.processSearchPreference(builder, userBean, docId); return true; }); } /** * Retrieves multiple documents by their document IDs. * * @param docIds Array of document IDs to retrieve * @param fields Array of field names to include in the results * @param userBean Optional user information for permission checking
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 35.8K bytes - Viewed (0)