I have a set of documents that contain a company name. Queries are working just fine for names typed by the user. I have a mapping in place that handles lowercase and non ASCII etc.
There is now a requirement to upload a list of company names. Up to 10,000.
Is it reasonable to throw Elasticsearch a terms
query with 10,000 string values?