> For the complete documentation index, see [llms.txt](https://elastic-korea.gitbook.io/elastic-reference-box/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://elastic-korea.gitbook.io/elastic-reference-box/undefined/app-search.md).

# App Search

{% file src="/files/-MHFwssP9ORowcibSUA9" %}
App Search 전체 소개서 & 테스트 가이드&#x20;
{% endfile %}

![](/files/-MHFwS3wf4XpV9AyJrsH)

## **App Search로 일주일만에 검색엔진 만들기!**&#x20;

**App Search는 아래 기능을 built in으로 제공합니다.** [**튜토리얼 가이드**](https://www.elastic.co/kr/webinars/getting-started-with-elastic-app-search/?view=1) **&** [**홈페이지 설명**](https://www.elastic.co/kr/blog/what-your-elastic-app-search-analytics-are-telling-you)

## **검색 & 결과**

* 검색어 자동완성 (Micro까지 치면 Microsoft등의 여러 추천어가 자동으로 표기 됨)
* 검색어 오타시 오토 코렉팅 (Microsot라고 검색해도 Microsoft와 같은 검색 결과 반영)
* 검색결과 우선순위 조정 가능 (가장 인기있는, 최신의, 사용자정의로 검색결과 노출순위 조정)
* 검색결과에 필터 적용 (예: 검색된 문서들을 저자 이름, 출판사 등의 카테고리별로 필터 적용)
* 문장 검색 (예: Facebook article by Sara로 검색하면 Facebook+Sara 관련 결과 나옴)

## &#x20;**분석 & 통계**&#x20;

* [Elastic App Search 분석이 알려주는 것](https://www.elastic.co/kr/blog/what-your-elastic-app-search-analytics-are-telling-you)
* 가장 많은/인기있는 검색어
* 검색결과 클릭 통계
* Reduce Searches with no results (결과 없는 검색어) -> 검색어를 다른 문서의 동의어로 추가할지 판단할 수 있음
* Reduce Searches with no clickthroughs (결과는 있지만 클릭이 없음) -> 검색결과물의 관련성이 떨어짐을 의미 -> 관련성있는 결과들이 상위에 노출시킬 후 있도록 Result Ranking 조절 할 것을 판단할 수 있음
* Monitor Searches Resulting in multiple clicks (동일 검색결과 중에서 click -> back, click ->back이 많은 단어들) -> 멀티 클릭수가 높을수록 연관성에 맞는 데이터를 찾기 어려운 검색어임을 알 수 있음 -> 개선사항이 될 수 도 있고, 아닐수도 있음. 하지만 검색결과를 계속해서 반복적으로 찾는다는 것은 결과가 정확하지 않다는 뜻일 수 있기 때문에 유의어, 동의어 추가 혹은 검색결과 랭킹 조정으로 결과 개선

## 고객사례

[**동남아 Happy Fresh의 성공사례**](https://www.elastic.co/kr/customers/happyfresh)

![](/files/-MHFvmyke-z3P3kVxLFA)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://elastic-korea.gitbook.io/elastic-reference-box/undefined/app-search.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
