Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for SuggestIndexWriter (0.34 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/org/codelibs/fess/suggest/index/writer/SuggestIndexWriter.java

    import org.opensearch.transport.client.Client;
    
    /**
     * SuggestIndexWriter is an implementation of the SuggestWriter interface that provides methods to write, delete,
     * and delete by query suggest items in an OpenSearch index.
     */
    public class SuggestIndexWriter implements SuggestWriter {
        /**
         * Constructs a new {@link SuggestIndexWriter}.
         */
        public SuggestIndexWriter() {
            // nothing
        }
    
        @Override
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Thu Nov 20 08:32:33 GMT 2025
    - 4.5K bytes
    - Click Count (0)
Back to Top