Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for copyDocIndex (0.37 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/maintenance/AdminMaintenanceAction.java

                    searchEngineClient.addMapping(docIndex, "doc", toIndex);
                    if (searchEngineClient.copyDocIndex(fromIndex, toIndex, replaceAliases) && replaceAliases
                            && !searchEngineClient.updateAlias(toIndex)) {
                        logger.warn("Failed to update aliases for {} and {}", fromIndex, toIndex);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 18K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

         * @param waitForCompletion whether to wait for the operation to complete
         * @return true if the copy operation was successful, false otherwise
         */
        public boolean copyDocIndex(final String fromIndex, final String toIndex, final boolean waitForCompletion) {
            final FessConfig fessConfig = ComponentUtil.getFessConfig();
            final String source = fessConfig.getIndexReindexBody()//
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 121.9K bytes
    - Viewed (0)
Back to top