Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for elevateWordFile (0.06 sec)

  1. src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_upload.jsp

                                        <label for="elevateWordFile" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.elevate_word_file"/></th></label>
                                        <div class="col-sm-9">
                                            <input type="file" id="elevateWordFile" name="elevateWordFile" class="form-control-file"/>
                                        </div>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 5.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/elevateword/UploadForm.java

         * This file should contain definitions for words or documents that should be elevated in search results.
         */
        @Required
        public MultipartFormFile elevateWordFile;
    
        /**
         * Default constructor for UploadForm.
         * Creates a new instance with default values.
         */
        public UploadForm() {
            // Default constructor
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 1.5K bytes
    - Viewed (0)
Back to top