https://github.com/fargelus/rails-elastic
ElasticSearch integration with Rails App
https://github.com/fargelus/rails-elastic
Last synced: 2 months ago
JSON representation
ElasticSearch integration with Rails App
- Host: GitHub
- URL: https://github.com/fargelus/rails-elastic
- Owner: fargelus
- Created: 2020-01-28T14:13:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T17:01:35.000Z (over 2 years ago)
- Last Synced: 2025-02-12T22:19:51.503Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails-elastic
This example app shows how to integrate intelligent search through models with __searchkick__ gem.## Requirements
1. You need install ElasticSearch for your platform.
If you on Linux take a look at this [tutorial](https://www.itzgeek.com/how-tos/linux/ubuntu-how-tos/install-elasticsearch-on-centos-7-ubuntu-14-10-linux-mint-17-1.html).
2. Then enable ElasticSearch service before start.### Features
* Users creation
* Orders creation(each order belongs_to user)
* Search by user fields & order fields