테스트서버 opensearch 연동 설정 완료.

thkim
강석 최 2024-04-16 16:11:16 +09:00
parent 192c9b9b93
commit cb9aff3e56
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ public class SearchService {
public JSONArray searchRequest(String target, String text, Integer pageNum, Integer pageSize) {
String uri = "http://localhost:8090";
String uri = "http://192.168.0.89:8090";
switch (target){
case "title": uri+="/doc-search/doc-title?";break;
case "index": uri+="/doc-search/doc-index?";break;