# answer-es-search **Repository Path**: answerdev/answer-es-search ## Basic Information - **Project Name**: answer-es-search - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-15 - **Last Updated**: 2023-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Elasticsearch Engine (preview) > The default Answer uses a built-in database such as MySQL as its search engine. > However, when dealing with large amounts of data, the speed and accuracy of searches can be affected. > Therefore, we provide a plugin that uses Elasticsearch as the search engine, which greatly improves search speed and accuracy. ## How to use ### Build ```bash ./answer build --with github.com/answerdev/answer-es-search ``` ### Configuration - `Endpoints` - Elasticsearch connection address, such as http://127.0.0.1:9200 or multiple addresses separated by ',' - `Username` - Elasticsearch username - `Password` - Elasticsearch password ## Note - Only support Elasticsearch 7.x - Index name is `answer_post`. It will create automatically if not exists. - You also can create index manually if you want to specify `search_analyzer` or other settings(replicas and shards).