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

Commit

Permalink
Merge pull request #59 from o19s/query-mapping
Browse files Browse the repository at this point in the history
Fixing field names in the query index and adding user_id and session_id
  • Loading branch information
RasonJ authored Feb 21, 2024
2 parents 2f7ba3c + f221ba1 commit aad40e7
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,22 @@
"timestamp": {
"type": "date"
},
"queryId": {
"query_id": {
"type": "keyword"
},
"query": {
"type": "text"
},
"queryResponseId": {
"query_response_id": {
"type": "keyword"
},
"queryResponseHitIds": {
"query_response_hit_ids": {
"type": "keyword"
},
"user_id": {
"type": "keyword"
},
"session_id": {
"type": "keyword"
}
}
Expand Down

0 comments on commit aad40e7

Please sign in to comment.