🔎 Open source distributed and RESTful search engine.
Go to file
Dimitris Athanasiou b93ec686f3 Use QUERY_THEN_FETCH (default) as search type for data extractor (elastic/elasticsearch#704)
I thought QUERY_AND_FETCH was the most efficient for the data extractor
but it does not work with sorting. It causes all shard results to be
returned before sorting and thus we may get out-of-order errors.

This commit switches to the default search type.

Original commit: elastic/x-pack-elasticsearch@d8a8155973
2017-01-12 13:36:09 +00:00
buildSrc Rename prelert to ml (elastic/elasticsearch#681) 2017-01-10 13:40:16 +00:00
elasticsearch Use QUERY_THEN_FETCH (default) as search type for data extractor (elastic/elasticsearch#704) 2017-01-12 13:36:09 +00:00
vagrant Rename prelert to ml (elastic/elasticsearch#681) 2017-01-10 13:40:16 +00:00
LICENSE.txt Initial X-Pack commit 2018-04-20 14:16:58 -07:00
build.gradle Rename prelert to ml (elastic/elasticsearch#681) 2017-01-10 13:40:16 +00:00
gradle.properties Upgrades to 6.0.0-alpha1-SNAPSHOT (elastic/elasticsearch#672) 2017-01-10 11:04:29 +00:00
settings.gradle Rename prelert to ml (elastic/elasticsearch#681) 2017-01-10 13:40:16 +00:00