Version 2 · Linguistic Retrieval

Search meaning, not just substrings.

V2 replaces raw substring matching with PostgreSQL full-text search using tokenization, lexemes, stemming, weighted fields, tsquery, relevance ranking and contextual headlines.

Try
Aa

PostgreSQL linguistic search

Enter a query to inspect full-text matching, ranking, application performance and the database execution plan.

01

Tokenization

Raw product text is broken into searchable linguistic tokens.

02

Lexemes

Words are normalized so related forms can map toward common searchable terms.

03

Ranking

Matching products receive relevance scores using ts_rank_cd().