https://github.com/manticoresoftware/demos
Collection of code samples showing how to implement some Manticore Search features
https://github.com/manticoresoftware/demos
Last synced: about 1 year ago
JSON representation
Collection of code samples showing how to implement some Manticore Search features
- Host: GitHub
- URL: https://github.com/manticoresoftware/demos
- Owner: manticoresoftware
- License: apache-2.0
- Created: 2020-04-01T07:23:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-10T22:21:29.000Z (over 5 years ago)
- Last Synced: 2025-03-27T18:52:26.568Z (about 1 year ago)
- Language: PHP
- Homepage: https://play.manticoresearch.com
- Size: 39.1 KB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Manticore Search course code demos
===================
This repository contains the source code used in several courses at https://play.manticoresearch.com/.
- Search query autocomplete - https://play.manticoresearch.com/simpleautocomplete/
- Search results highlighting - https://play.manticoresearch.com/highlighting/
- Search query autocorrect - https://play.manticoresearch.com/didyoumean/
- More like this search result - https://play.manticoresearch.com/mlt/
- Faceted search - https://play.manticoresearch.com/faceting/
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.