OpenSearch/plugins
Adrien Grand aa6cd93e0f Require arguments for QueryShardContext creation. (#21196)
The `IndexService#newQueryShardContext()` method creates a QueryShardContext on
shard `0`, with a `null` reader and that uses `System.currentTimeMillis()` to
resolve `now`. This may hide bugs, since the shard id is sometimes used for
query parsing (it is used to salt random score generation in `function_score`),
passing a `null` reader disables query rewriting and for some use-cases, it is
simply not ok to rely on the current timestamp (eg. percolation). So this pull
request removes this method and instead requires that all call sites provide
these parameters explicitly.
2016-11-02 09:48:49 +01:00
..
analysis-icu Upgrade to lucene-6.3.0-snapshot-ed102d6 (#21150) 2016-10-28 14:47:15 +02:00
analysis-kuromoji Upgrade to lucene-6.3.0-snapshot-ed102d6 (#21150) 2016-10-28 14:47:15 +02:00
analysis-phonetic Upgrade to lucene-6.3.0-snapshot-ed102d6 (#21150) 2016-10-28 14:47:15 +02:00
analysis-smartcn Upgrade to lucene-6.3.0-snapshot-ed102d6 (#21150) 2016-10-28 14:47:15 +02:00
analysis-stempel Upgrade to lucene-6.3.0-snapshot-ed102d6 (#21150) 2016-10-28 14:47:15 +02:00
analysis-ukrainian Docs: Adding Ukrainian analyzer 2016-10-31 18:20:39 +01:00
discovery-azure-classic Plugins: Make UnicastHostsProvider extension pull based (#21036) 2016-10-20 09:13:59 -07:00
discovery-ec2 Fix ec2 discovery when used with IAM profiles. 2016-10-20 20:19:47 +02:00
discovery-file Plugins: Make UnicastHostsProvider extension pull based (#21036) 2016-10-20 09:13:59 -07:00
discovery-gce Plugins: Make UnicastHostsProvider extension pull based (#21036) 2016-10-20 09:13:59 -07:00
ingest-attachment Deps: Update ingest-attachment to latest libraries (#20710) 2016-10-10 12:55:05 +02:00
ingest-geoip ingest: Upgrade geoip2 dependency 2016-10-05 09:31:55 +02:00
ingest-user-agent Rename client yaml test infrastructure 2016-07-26 13:53:44 -04:00
jvm-example Remove lenient URL parameter parsing 2016-10-04 12:45:29 -04:00
lang-javascript Refactor ScriptType to be a top-level class. 2016-10-26 10:21:22 -07:00
lang-python Refactor ScriptType to be a top-level class. 2016-10-26 10:21:22 -07:00
mapper-murmur3 Require arguments for QueryShardContext creation. (#21196) 2016-11-02 09:48:49 +01:00
mapper-size Fixed naming inconsistency for fields/stored_fields in the APIs (#20166) 2016-09-13 20:54:41 +02:00
repository-azure [TEST] Fix NullPointerException in AzureStorageServiceMock 2016-10-31 16:21:07 +01:00
repository-gcs DeGuice some of IndicesModule 2016-10-07 11:14:38 -04:00
repository-hdfs Introduce Log4j 2 2016-08-30 13:31:24 -04:00
repository-s3 Fix s3 repository when used with IAM profiles 2016-10-21 16:45:11 +02:00
store-smb Remove ESIntegTestCase#pluginList 2016-08-11 15:44:02 -04:00
build.gradle Build: Remove old maven deploy support (#20403) 2016-09-19 15:10:41 -07:00