TrigramStrictWordSimilar
This class provides a PostgreSQL-specific lookup for strict word similarity using trigrams. It utilizes the "%% > >" operator to determine if the trigram similarity between a set of words and a target string exceeds a defined threshold.
Attributes
| Attribute | Type | Description |
|---|---|---|
| lookup_name | string = trigram_strict_word_similar | The identifier used in Django ORM queries to apply the strict word similarity lookup. |
| postgres_operator | string = %% > > | The specific PostgreSQL operator used in the generated SQL to perform the strict word similarity comparison. |
Constructor
Signature
def TrigramStrictWordSimilar()
Signature
def TrigramStrictWordSimilar() - > null