Skip to content

Instantly share code, notes, and snippets.

View AmirHo3ein13's full-sized avatar

AmirHossein Bahrami AmirHo3ein13

View GitHub Profile
@AmirHo3ein13
AmirHo3ein13 / Elasticsearch Cheat Sheet.md
Last active March 12, 2021 03:42
simple cheat sheet for Elasticsearch
@AmirHo3ein13
AmirHo3ein13 / sample-mapping.json
Last active April 8, 2019 10:06
virgool - Elasticsearch sample mapping
{
"users": {
"mappings": {
"doc": {
"properties": {
"email": {
"type": "text",
"index": false,
"fields": {
"keyword": {