Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 31 of 31 for doUpdate (0.15 sec)

  1. src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsWebConfigBhv.java

            doInsert(entity, null);
        }
    
        public void update(WebConfig entity) {
            doUpdate(entity, null);
        }
    
        public void update(WebConfig entity, RequestOptionCall<IndexRequestBuilder> opLambda) {
            entity.asDocMeta().indexOption(opLambda);
            doUpdate(entity, null);
        }
    
        public void insertOrUpdate(WebConfig entity) {
            doInsertOrUpdate(entity, null, null);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 10.9K bytes
    - Viewed (0)
Back to top