Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for deleteIndex (0.11 seconds)

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

         * Deletes an index from the search engine.
         *
         * @param indexName the name of the index to delete
         * @return true if the index was deleted successfully, false otherwise
         */
        public boolean deleteIndex(final String indexName) {
            final FessConfig fessConfig = ComponentUtil.getFessConfig();
            try {
                final AcknowledgedResponse response =
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Fri Nov 28 16:29:12 GMT 2025
    - 122.4K bytes
    - Click Count (1)
Back to Top