Skip to content

Instantly share code, notes, and snippets.

View shoteff's full-sized avatar

Tihomir Lichev shoteff

View GitHub Profile
Works as expected because of "lenient : true"
{
"query":
{
"bool":
{
"should":
[
{
Document 1:
{
"id": 1,
"title": "this is test1"
}
Document 2:
{
"id": 2,
"title": "this is test2"
{
"settings":
{
"index.number_of_replicas": 0
},
"mappings":
{
"test":
{