본문 바로가기

Backend/DB

[MySql] FullText 설정 관련 블로그

 

https://grip.news/archives/1538

 

MySQL, Full Text Search (전문검색, FTS) - GRIP.News

요즘 사내 메신저를 개발하다 보니 데이터 저장 및 활용에 대해 관심도가 그 어느때보다 높다. 메신저의 특징상 사용자에게 쾌적함을 주지 않는다면 단순히 강제하기란 쉽지 않다. 가장 고민거�

grip.news

 

https://kmongcom.wordpress.com/2014/03/28/mysql-%ED%92%80-%ED%85%8D%EC%8A%A4%ED%8A%B8fulltext-%EA%B2%80%EC%83%89%ED%95%98%EA%B8%B0/

 

MySQL 풀 텍스트(FULLTEXT) 검색하기

이 글은 크몽 재능인, socurites님이 원고를 기고하셨습니다. MySQL은 % 연산자를 사용하여 LIKE 패턴 연산을 지원할 뿐만 아니라, 단어 또는 구문에 대한 검색을 지원하며 이를  풀 텍스트(FULLTEXT) 검

kmongcom.wordpress.com

 

http://www.inanzzz.com/index.php/post/e0hd/mysql-full-text-search-in-boolean-mode-minimum-word-length-limitation

 

inanzzz | MySQL full-text search IN BOOLEAN MODE minimum word length limitation

When doing MySQL full-text search IN BOOLEAN MODE and the length of your search keyword is less than 4 characters, there won't be match although there is matching record in database. It means your search hits ft_min_word_len "minimum word length of 4" rule

www.inanzzz.com

https://medium.com/@sindepal/mariadb-fulltext-index-1292b1f2a695

 

MariaDB FullText Index

1. FULLTEXT 검색 엔진 설정하기

medium.com

https://gongzza.github.io/database/mysql-fulltext-search/

 

MySQL 5.7 FullText Search 이용하기 with ngram

IntroductionMySQL 5.7에서 제공하는 FullText Search를 사용해 보면서 삽질했던 내용을 작성해보았습니다. ngram parser와 stopwords 이용해서 full-text index를 만들고 boolean mode로 full-text search까지 해볼 것입니다.

gongzza.github.io