Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit 4fd61cb

Browse files
authored
✨ Feat: 검색대상 ES 인덱스 지정 (#57)
1 parent c753678 commit 4fd61cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/likelion/backendplus4/yakplus/search/infrastructure/adapter/persistence/ElasticsearchDrugAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
@Component
4444
@RequiredArgsConstructor
4545
public class ElasticsearchDrugAdapter implements DrugSearchRepositoryPort {
46-
private static final String SEARCH_INDEX = "drugs";
46+
private static final String SEARCH_INDEX = "test-gpt";
4747

4848
private final RestClient restClient;
4949
private final ObjectMapper objectMapper;

0 commit comments

Comments
 (0)