Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.01 KB

File metadata and controls

20 lines (14 loc) · 1.01 KB

Manticore Search course code demos

===================

This repository contains the source code used in several courses at https://play.manticoresearch.com/.

Autocomplete, Autocorrect and Faceted search samples use a small movies data collection (https://data.world/data-society/imdb-5000-movie-dataset). To create the index check the course about importing CSV files - https://play.manticoresearch.com/csv/.

MLT (more like this) uses a news collection from https://www.kaggle.com/snapcrack/all-the-news.

Running the courses

Requirements are PHP (recommended 7.0) with PDO mysql driver and Manticore Search with SQL interface enabled.