OpenSearch/elasticsearch/x-pack
Adrien Grand 71542594e6 ShieldIndexSearcherWrapper should create the scorer only once. elastic/elasticsearch#1725
Currently it first creates a scorer, then checks if the role bits are sparse,
and falls back to the bulk scorer if they are dense. The issue is that creating
scorers and bulk scorers is very expensive on some queries such as ranges,
prefix and terms queries. So it should rather check whether bits are sparse
first in order to decide whether to use the scorer or bulk scorer.

Original commit: elastic/x-pack-elasticsearch@067d630099
2016-03-23 11:38:30 +01:00
..
bin/xpack Remove sigar from the x-pack windows script classpath 2016-03-22 15:07:03 +01:00
graph/src Graph rest test fix - can time out waiting for green so trying with only 1 shard 2016-03-21 09:33:19 +00:00
license-plugin Change ClusterService package 2016-03-21 13:55:48 +01:00
marvel Monitoring: Add REST endpoint to allow external systems to index monitoring data 2016-03-23 10:12:00 +01:00
shield ShieldIndexSearcherWrapper should create the scorer only once. elastic/elasticsearch#1725 2016-03-23 11:38:30 +01:00
src Monitoring: Add REST endpoint to allow external systems to index monitoring data 2016-03-23 10:12:00 +01:00
watcher Change ClusterService package 2016-03-21 13:55:48 +01:00
build.gradle xpack plugin can be isolated now that we have xpack extension support 2016-03-22 15:27:30 +01:00