- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 105 for updating (0.04 sec)
-
src/main/java/org/codelibs/fess/dict/synonym/SynonymFile.java
/** * Manages a dictionary file for synonyms. * This class handles reading, parsing, and updating files that contain * synonym rules. The file format supports both explicit mappings (e.g., `a => b`) * and equivalent synonyms (e.g., `a, b, c`). * * The class provides methods for retrieving, adding, updating, and * deleting synonym items, as well as reloading the dictionary * from its source file. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 15.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/job/UpdateLabelJob.java
import org.codelibs.fess.util.ComponentUtil; import org.codelibs.fess.util.DocumentUtil; import org.opensearch.index.query.QueryBuilder; import org.opensearch.script.Script; /** * Job class for updating label information in the search index. * This job processes documents and updates their label fields based on URL pattern matching. */ public class UpdateLabelJob {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/accesstoken/EditForm.java
import jakarta.validation.constraints.Size; /** * Form class for editing access tokens in the admin interface. * This form extends CreateForm to include fields necessary for updating existing access tokens, * including tracking information for optimistic locking and audit trails. * */ public class EditForm extends CreateForm { /** * Creates a new EditForm instance. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/badword/EditForm.java
import jakarta.validation.constraints.Size; /** * Form class for editing bad words in the admin interface. * This form extends CreateForm to include fields necessary for updating existing bad word entries, * including tracking information for optimistic locking and audit trails. * Bad words are terms that should be filtered or blocked in search results. * */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/boostdoc/EditForm.java
import jakarta.validation.constraints.Size; /** * Form class for editing boost document configurations in the admin interface. * This form extends CreateForm to include fields necessary for updating existing boost document entries, * including tracking information for optimistic locking and audit trails. * Boost documents are used to increase the relevance score of specific documents in search results. * */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/fileauth/EditForm.java
import jakarta.validation.constraints.Size; /** * Form class for editing file authentication configurations in the admin interface. * This form extends CreateForm to include fields necessary for updating existing file authentication entries, * including tracking information for optimistic locking and audit trails. * File authentication configurations define access control for file system crawling operations. * */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/fileconfig/EditForm.java
import jakarta.validation.constraints.Size; /** * Form class for editing file crawling configurations in the admin interface. * This form extends CreateForm to include fields necessary for updating existing file config entries, * including tracking information for optimistic locking and audit trails. * File configs define how to crawl and index files from local file systems, SMB shares, and FTP servers. * */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/keymatch/EditForm.java
import jakarta.validation.constraints.Size; /** * Form class for editing key match configurations in the admin interface. * This form extends CreateForm to include fields necessary for updating existing key match entries, * including tracking information for optimistic locking and audit trails. * Key matches are used to promote specific documents when certain keywords are searched. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/webconfig/EditForm.java
import jakarta.validation.constraints.Size; /** * Form class for editing web crawling configurations in the admin interface. * This form extends CreateForm to include fields necessary for updating existing web config entries, * including tracking information for optimistic locking and audit trails. * Web configs define how to crawl and index web sites and web applications. * */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.3K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Table.java
* worse performance than data access by row key. * * <p>The methods returning collections or maps always return views of the underlying table. * Updating the table can change the contents of those collections, and updating the collections * will change the table. * * <p>All methods that modify the table are optional, and the views returned by the table may or may
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Jul 08 18:32:10 UTC 2025 - 10.5K bytes - Viewed (0)