Skip to content

Instantly share code, notes, and snippets.

View kostromich's full-sized avatar
🏠
Working from home

Mikhail Kupriianov kostromich

🏠
Working from home
  • TechFabric
  • Kostroma, Russia
View GitHub Profile
POST es/ru/_search
{
"query": {
"bool": {
"should": [
{
"multi_match": {
"query": "rings with red zirconia",
"fields": {
"ARTICLE^100",
PUT es
{
"mappings": {
"ru": {
"dynamic": "strict",
"_all": {
"enabled": true
},
"properties": {
"ARTICLE": {