検索

phrase: max: clip:
target: order:
Results of 1 - 7 of about 7 for trigram (0.024 sec.)
PostgreSQL specific lookups — Django 4.0.6 ドキュメント 13232
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... evious | up | next » PostgreSQL specific lookups ¶ Trigram similarity ¶ The trigram_similar lookup allows you ... to perform trigram lookups, measuring the number of trigrams (three c ... shared, using a dedicated PostgreSQL extension. A trigram lookup is given an expression and returns results ... ostgreSQL. You can install the extension using the TrigramExtension migration operation. The trigram_similar ...
https://man.plustar.jp/django/ref/contrib/postgres/lookups.html - [similar]
Full text search — Django 4.0.6 ドキュメント 9796
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Cheese on Toast recipes>, <Entry: Pizza recipes>] Trigram similarity ¶ Another approach to searching is trig ... ram similarity. A trigram is a group of three consecutive characters. In add ... ition to the trigram_similar and trigram_word_similar lookups, you can ... ension on PostgreSQL. You can install it using the TrigramExtension migration operation. TrigramSimilarity ¶ ...
https://man.plustar.jp/django/ref/contrib/postgres/search.html - [similar]
django.contrib.postgres — Django 4.0.6 ドキュメント 8542
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... OpClass() expressions PostgreSQL specific lookups Trigram similarity Unaccent Database migration operations ... on CITextExtension CryptoExtension HStoreExtension TrigramExtension UnaccentExtension Managing collations usi ... rch configuration Weighting queries パフォーマンス Trigram similarity バリデータ KeysValidator Range validato ...
https://man.plustar.jp/django/ref/contrib/postgres/index.html - [similar]
検索 — Django 4.0.6 ドキュメント 8488
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... not the reverse. Another option would be to use a trigram_similar comparison, which compares sequences of le ... Author . objects . filter ( name__unaccent__lower__trigram_similar = 'Hélène' ) [<Author: Helen Mirren>, <Aut ... nham Carter" doesn't show up as it is much longer. Trigram searches consider all combinations of three letter ...
https://man.plustar.jp/django/topics/db/search.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 7961
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o construct lists of values on PostgreSQL. The new trigram_word_similar lookup, and the TrigramWordDistance() ... and TrigramWordSimilarity() expressions allow using trigram wo ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 7815
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... でランク付けすることができます。 また、トライグラム (trigram) もサポートするようになりました。これを利用するには ...trigram_similar lookup、 TrigramSimilarity 、 TrigramDista ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
索引 — Django 4.0.6 ドキュメント 7724
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rtswith strictly_above strictly_below time touches trigram_similar trigram_word_similar unaccent week week_da ...
https://man.plustar.jp/django/genindex.html - [similar]
PREV 1 NEXT