I’m new to this forum (& Open Search in general), so please go easy on me
[Problem]
I’m trying to sort for some IPs but the Query DSL filter i normally use doesn’t work with this quantity of IPs (ca. 16000)
{
"query": {
"terms": {
"ip.keyword": [
"1.1.1.1",
"1.1.1.2"
etc...
]
}
}
}
[Question]
Are there any workarounds to this problem?
maybe a way to divide the filter into smaller bits?
[Error messages]
- too_complex_to_determinize_exception at
shard
0
- Type: too_complex_to_determinize_exception
- Reason: Determinizing automaton with 212586 states and 212585 transitions would require more than 10000 effort.
- Shards Failed: 1
- Shards Skipped: 14
- Shards Total: 15
any help will be appreciated, thanks