[카테고리:] 전문 검색
-

JSON 검색: Couchbase와 MongoDB의 텍스트 검색 비교.
“검색 기능이 없는 앱은 검색창이 없는 구글 홈페지와 같습니다. 좋은 검색 기능 없이 앱을 디자인하기는 어렵습니다. 요즘에는 내장 검색 기능이 없는 데이터베이스를 찾는 것도 어렵습니다.
-

N1QL & SEARCH: Leverage Full-Text Search (FTS) Index in N1QL
With Couchbase v6.5, Full-Text Search is now integrated into the Couchbase N1QL query construct. Customers can now leverage FTS indexes directly with N1QL. This provides developers a single API to combine N1QL exact predicate…
-

What Is Fuzzy Matching and How to Use It Correctly
Have you sound yourself asking the question, “What is fuzzy matching?” Fuzzy matching allows you to identify non-exact matches of your target item. It is the foundation stone of many search engine frameworks and…
-

Couchbase Server 5.5 및 6.0의 전문 검색(Full-text search) 개선 사항
Couchbase Server 5.5 and 6.0 add several new features to the Full-Text Search (FTS) service (among many other new features). Included, are performance/manageability improvements, finalizing the geospatial feature, and adding extensive new language analyzers.…
-

자동완성: Couchbase 전문 검색 및 Node.js로 개발하기
지난 1년 정도 동안 저는 Couchbase의 전문 검색(FTS) 서비스와 관련된 다양한 튜토리얼을 작성했으며, 그 대부분은 다음 중 하나를 사용하여 무언가를 수행하는 구체적인 예시입니다…