Description
=========
The database functions in the django.contrib.postgres.search module ease the use of PostgreSQL’s full text search engine.
Source
=====
Originally presented at #PyCon8 2017
https://www.pycon.it/conference/talks/ricerca-full-text-in-django-con-postgresql
Outline
======
- Full-Text Searchin Django with PostgreSQL
- Paolo Melchiorre
- Goal
- Motivation
- Agenda
- Full-Text Search
- Features of a FTS
- Tested Solutions
- Elasticsearch
- Apache Solr
- Existing Solutions
- FTS in PostgreSQL
- What are documents
- Language Support
- Django Support
- Making queries
- Standard queries
- Unaccented query
- Trigram similar
- The search lookup
- SearchVector
- SearchQuery
- SearchRank
- Search configuration
- Weighting queries
- SearchVectorField
- Concerti@Roma
- Concerti@Roma 2
- Concerti@Roma 3
- C@R Manager
- C@R Tests Setup
- C@R Tests Method
- What’s next
- Conclusions
- Resources
- Acknowledgements
- Thank you
- Social Time
- Questions ?
- Contacts