Spring [query dsl] Query dsl Full Text Search ( Indexing ) hwijin97 2022. 2. 16. 22:53 https://idlecomputer.tistory.com/337 QueryDSL Custom Funtion 등록 및 where 절에서 Index 사용하도록 하는 방법 아래와 같이 하고 Test를 실행 시켜 보았다, //아래와 같이 상속을 받고 CustomDialect 을 만들어 준다. public class CustomDialect extends MySQL56SpatialDialect { public CustomDialect() { super(); //여기.. idlecomputer.tistory.com 저작자표시 (새창열림)