Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for getIndexDocumentSearchIndex (0.09 sec)

  1. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

            final FessConfig fessConfig = ComponentUtil.getFessConfig();
            final String updateAlias = fessConfig.getIndexDocumentUpdateIndex();
            final String searchAlias = fessConfig.getIndexDocumentSearchIndex();
            final GetIndexResponse response1 =
                    client.admin().indices().prepareGetIndex().addIndices(updateAlias).execute().actionGet(fessConfig.getIndexIndicesTimeout());
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 121.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * The value is, e.g. fess.search <br>
         * comment: Index name for search documents.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getIndexDocumentSearchIndex();
    
        /**
         * Get the value for the key 'index.document.update.index'. <br>
         * The value is, e.g. fess.update <br>
         * comment: Index name for update documents.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (2)
Back to top