Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 244 for reindex (0.06 sec)

  1. src/main/java/org/codelibs/fess/app/web/search/SearchAction.java

        }
    
        /**
         * The render data for the search page.
         */
        protected static class WebRenderData extends SearchRenderData {
    
            /**
             * Default constructor.
             */
            public WebRenderData() {
                super();
            }
    
            /**
             * Registers the render data.
             * @param data The render data.
             */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 14K bytes
    - Viewed (0)
  2. src/main/assemblies/extension/kibana/fess_log.ndjson

    {"attributes":{"description":"","kibanaSavedObjectMeta":{"searchSourceJSON":"{\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filter\":[],\"indexRefName\":\"kibanaSavedObjectMeta.searchSourceJSON.index\"}"},"title":"search-query-counts-per-sec","uiStateJSON":"{}","version":1,"visState...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Mon Aug 12 01:26:21 UTC 2019
    - 18.2K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_fr.properties

    labels.auto_expand_replicas_for_doc=Développer automatiquement les répliques
    labels.clear_crawler_index=Index du robot d'exploration
    labels.clear_crawler_index_button=Supprimer l'index du robot d'exploration
    labels.diagnostic_logs=Diagnostics
    labels.download_diagnostic_logs_button=Télécharger les journaux
    labels.reload_doc_index=Recharger l'index des documents
    labels.reload_doc_index_button=Recharger
    labels.plugin_title=Plugin
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.6K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/app/pager/JobLogPager.java

            this.currentPageNumber = currentPageNumber;
        }
    
        /**
         * Gets the list of page numbers for pagination display.
         * This list is typically used to render pagination controls in the UI.
         *
         * @return the list of page numbers
         */
        public List<Integer> getPageNumberList() {
            return pageNumberList;
        }
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 6.6K bytes
    - Viewed (0)
  5. src/main/webapp/css/bootstrap.min.css

    %}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{posi...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Jan 12 06:14:02 UTC 2025
    - 227.5K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/app/web/api/ApiResult.java

             * The list of facet queries and their counts.
             */
            protected List<Map<String, Object>> facetQuery;
    
            /**
             * Populates this response with search render data.
             * @param data The search render data to populate from.
             * @return This ApiDocsResponse instance.
             */
            public ApiDocsResponse renderData(final SearchRenderData data) {
                queryId = data.getQueryId();
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 24.9K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/app/web/admin/dict/stemmeroverride/AdminDictStemmeroverrideAction.java

        /**
         * Display the main index page for stemmer override dictionary management.
         * Clears the pager and shows the initial search form.
         *
         * @param form The search form containing filter criteria
         * @return HTML response for the stemmer override index page
         */
        @Execute
        @Secured({ ROLE, ROLE + VIEW })
        public HtmlResponse index(final SearchForm form) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 23.5K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/entity/SearchRenderData.java

    import java.util.List;
    import java.util.Map;
    
    import org.codelibs.fess.util.FacetResponse;
    
    /**
     * Data container for search results rendering.
     *
     * This class holds all the data needed to render search results in the UI,
     * including the actual search results, pagination information, facet data,
     * execution timing, and highlighting parameters.
     */
    public class SearchRenderData {
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 12.5K bytes
    - Viewed (0)
  9. src/test/java/org/codelibs/fess/helper/SuggestHelperTest.java

            public void refresh() {
                // Mock implementation
            }
    
            public void createIndexIfNothing() {
                // Mock implementation
            }
    
            public String getIndex() {
                return "fess.suggest";
            }
    
            public long getAllWordsNum() {
                return 100L;
            }
    
            public long getDocumentWordsNum() {
                return 50L;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 19 23:49:30 UTC 2025
    - 16K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/collect/MapMakerInternalMap.java

                // index from the end of the list. tail points to the first
                // entry in the reusable list.
                E tail = head;
                int tailIndex = headIndex;
                for (E e = next; e != null; e = e.getNext()) {
                  int newIndex = e.getHash() & newMask;
                  if (newIndex != tailIndex) {
                    // The index changed. We'll need to copy the previous entry.
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 19:31:30 UTC 2025
    - 90K bytes
    - Viewed (0)
Back to top