Dive into full text search with Python / Андрей Солдатенко [Python Meetup ]

В докладе Андрея озвучены следующие пункты: - Getting started with full text search (FTS); - Index managment; - How to add FTS to typical Django project; - FTS based on database PostgreSQL; - FTS based on Apache Lucene: - Quick overview ElasticSearch; - Quick overview Apache Solr; - Quick overview; - Performance of PostgreSQL FTS and elasticsearch / Apache Solr / Shinx. - What is the best approach for django haystack and elasticsearch? - Natural text processing with NTLK; - Future of Django 1.9, FTS a
Back to Top