Package org.codelibs.fess.exec
Class SuggestCreator
java.lang.Object
org.codelibs.fess.exec.SuggestCreator
This class is a command-line application for creating and managing the suggest index.
It provides functionality to index words from documents and search logs, as well as
to purge old suggest data.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classA nested class for parsing command-line options. -
Field Summary
FieldsModifier and TypeFieldDescriptionThe search engine client for interacting with OpenSearch. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
searchEngineClient
The search engine client for interacting with OpenSearch.
-
-
Constructor Details
-
SuggestCreator
public SuggestCreator()Constructs a new suggest creator.
-
-
Method Details
-
main
The main method for the SuggestCreator application.- Parameters:
args- The command-line arguments.
-