Skip to content

Commit

Permalink
increase subject aggregation limit
Browse files Browse the repository at this point in the history
CPCN-400
  • Loading branch information
petrjasek committed Oct 19, 2023
1 parent 22d0fae commit 229892d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"language": {"terms": {"field": "language", "size": 50}},
"source": {"terms": {"field": "source", "size": 50}},
"service": {"terms": {"field": "service.name", "size": 50}},
"subject": {"terms": {"field": "subject.name", "size": 50}},
"subject": {"terms": {"field": "subject.name", "size": 100}},
"genre": {"terms": {"field": "genre.name", "size": 50}},
}

Expand Down

0 comments on commit 229892d

Please sign in to comment.