Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Adding user query and query attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
RasonJ committed May 22, 2024
1 parent b81712d commit d388d26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/queries-mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"query": { "type": "flat_object" },
"query_response_id": { "type": "keyword", "ignore_above": 100 },
"query_response_hit_ids": { "type": "keyword" },
"user_query": { "type": "text",
"fields": { "keyword": { "type": "keyword", "ignore_above": 256 } }
},
"query_attributes": { "type": "flat_object" },
"client_id": { "type": "keyword", "ignore_above": 100 }
}
}

0 comments on commit d388d26

Please sign in to comment.