...
- It results N random documents from Elasticsearch index without relevancy (score=1 for all search hits)
- Using copy_to functionality all values returned in the lowercase way
Performance results:
- Indexed 1 Indexed 2,5 million of instances
- Response time ~20-50ms
- Reindexing process is slightly faster and it does not require a lot of Java Heap
...