Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

검색엔진은 어떻게 작동하는가? #3

Open
YeonwooSung opened this issue Jul 10, 2023 · 0 comments
Open

검색엔진은 어떻게 작동하는가? #3

YeonwooSung opened this issue Jul 10, 2023 · 0 comments

Comments

@YeonwooSung
Copy link
Contributor

검색엔진은 어떻게 작동하는가?

  • 나이브한 텍스트 검색 로직 구현
  • 데이터베이스의 WHERE .. LIKE, REGEXP 문을 사용하는 텍스트 검색
  • 데이터베이스의 FULLTEXT 인덱스를 사용하여 검색을 구현하는 방법
  • 역 인덱스 직접 구현하기
  • TF-IDF와 BM25를 직접 구현하여 문서 스코어링
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant