瀏覽代碼

Merge pull request #14951 from mikemccand/upgrade_lucene_1715952

Upgrade Lucene to 5.4.0-snapshot-1715952
Michael McCandless 10 年之前
父節點
當前提交
2f315cb859
共有 43 個文件被更改,包括 23 次插入23 次删除
  1. 1 1
      buildSrc/version.properties
  2. 1 1
      core/src/main/resources/org/elasticsearch/bootstrap/security.policy
  3. 1 1
      core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
  4. 0 1
      distribution/licenses/lucene-analyzers-common-5.4.0-snapshot-1714615.jar.sha1
  5. 1 0
      distribution/licenses/lucene-analyzers-common-5.4.0-snapshot-1715952.jar.sha1
  6. 0 1
      distribution/licenses/lucene-backward-codecs-5.4.0-snapshot-1714615.jar.sha1
  7. 1 0
      distribution/licenses/lucene-backward-codecs-5.4.0-snapshot-1715952.jar.sha1
  8. 0 1
      distribution/licenses/lucene-core-5.4.0-snapshot-1714615.jar.sha1
  9. 1 0
      distribution/licenses/lucene-core-5.4.0-snapshot-1715952.jar.sha1
  10. 0 1
      distribution/licenses/lucene-grouping-5.4.0-snapshot-1714615.jar.sha1
  11. 1 0
      distribution/licenses/lucene-grouping-5.4.0-snapshot-1715952.jar.sha1
  12. 0 1
      distribution/licenses/lucene-highlighter-5.4.0-snapshot-1714615.jar.sha1
  13. 1 0
      distribution/licenses/lucene-highlighter-5.4.0-snapshot-1715952.jar.sha1
  14. 0 1
      distribution/licenses/lucene-join-5.4.0-snapshot-1714615.jar.sha1
  15. 1 0
      distribution/licenses/lucene-join-5.4.0-snapshot-1715952.jar.sha1
  16. 0 1
      distribution/licenses/lucene-memory-5.4.0-snapshot-1714615.jar.sha1
  17. 1 0
      distribution/licenses/lucene-memory-5.4.0-snapshot-1715952.jar.sha1
  18. 0 1
      distribution/licenses/lucene-misc-5.4.0-snapshot-1714615.jar.sha1
  19. 1 0
      distribution/licenses/lucene-misc-5.4.0-snapshot-1715952.jar.sha1
  20. 0 1
      distribution/licenses/lucene-queries-5.4.0-snapshot-1714615.jar.sha1
  21. 1 0
      distribution/licenses/lucene-queries-5.4.0-snapshot-1715952.jar.sha1
  22. 0 1
      distribution/licenses/lucene-queryparser-5.4.0-snapshot-1714615.jar.sha1
  23. 1 0
      distribution/licenses/lucene-queryparser-5.4.0-snapshot-1715952.jar.sha1
  24. 0 1
      distribution/licenses/lucene-sandbox-5.4.0-snapshot-1714615.jar.sha1
  25. 1 0
      distribution/licenses/lucene-sandbox-5.4.0-snapshot-1715952.jar.sha1
  26. 0 1
      distribution/licenses/lucene-spatial-5.4.0-snapshot-1714615.jar.sha1
  27. 1 0
      distribution/licenses/lucene-spatial-5.4.0-snapshot-1715952.jar.sha1
  28. 0 1
      distribution/licenses/lucene-spatial3d-5.4.0-snapshot-1714615.jar.sha1
  29. 1 0
      distribution/licenses/lucene-spatial3d-5.4.0-snapshot-1715952.jar.sha1
  30. 0 1
      distribution/licenses/lucene-suggest-5.4.0-snapshot-1714615.jar.sha1
  31. 1 0
      distribution/licenses/lucene-suggest-5.4.0-snapshot-1715952.jar.sha1
  32. 0 1
      plugins/analysis-icu/licenses/lucene-analyzers-icu-5.4.0-snapshot-1714615.jar.sha1
  33. 1 0
      plugins/analysis-icu/licenses/lucene-analyzers-icu-5.4.0-snapshot-1715952.jar.sha1
  34. 0 1
      plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-5.4.0-snapshot-1714615.jar.sha1
  35. 1 0
      plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-5.4.0-snapshot-1715952.jar.sha1
  36. 0 1
      plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-5.4.0-snapshot-1714615.jar.sha1
  37. 1 0
      plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-5.4.0-snapshot-1715952.jar.sha1
  38. 0 1
      plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-5.4.0-snapshot-1714615.jar.sha1
  39. 1 0
      plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-5.4.0-snapshot-1715952.jar.sha1
  40. 0 1
      plugins/analysis-stempel/licenses/lucene-analyzers-stempel-5.4.0-snapshot-1714615.jar.sha1
  41. 1 0
      plugins/analysis-stempel/licenses/lucene-analyzers-stempel-5.4.0-snapshot-1715952.jar.sha1
  42. 0 1
      plugins/lang-expression/licenses/lucene-expressions-5.4.0-snapshot-1714615.jar.sha1
  43. 1 0
      plugins/lang-expression/licenses/lucene-expressions-5.4.0-snapshot-1715952.jar.sha1

+ 1 - 1
buildSrc/version.properties

@@ -1,5 +1,5 @@
 elasticsearch     = 3.0.0-SNAPSHOT
-lucene            = 5.4.0-snapshot-1714615
+lucene            = 5.4.0-snapshot-1715952
 
 # optional dependencies
 spatial4j         = 0.5

+ 1 - 1
core/src/main/resources/org/elasticsearch/bootstrap/security.policy

@@ -31,7 +31,7 @@ grant codeBase "${codebase.securesm-1.0.jar}" {
 //// Very special jar permissions:
 //// These are dangerous permissions that we don't want to grant to everything.
 
-grant codeBase "${codebase.lucene-core-5.4.0-snapshot-1714615.jar}" {
+grant codeBase "${codebase.lucene-core-5.4.0-snapshot-1715952.jar}" {
   // needed to allow MMapDirectory's "unmap hack"
   permission java.lang.RuntimePermission "accessClassInPackage.sun.misc";
   permission java.lang.reflect.ReflectPermission "suppressAccessChecks";

+ 1 - 1
core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy

@@ -30,7 +30,7 @@ grant codeBase "${codebase.securemock-1.1.jar}" {
   permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
 };
 
-grant codeBase "${codebase.lucene-test-framework-5.4.0-snapshot-1714615.jar}" {
+grant codeBase "${codebase.lucene-test-framework-5.4.0-snapshot-1715952.jar}" {
   // needed by RamUsageTester
   permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
 };

+ 0 - 1
distribution/licenses/lucene-analyzers-common-5.4.0-snapshot-1714615.jar.sha1

@@ -1 +0,0 @@
-95e58f09a8878e74f2cceba8aca898d7464782a8

+ 1 - 0
distribution/licenses/lucene-analyzers-common-5.4.0-snapshot-1715952.jar.sha1

@@ -0,0 +1 @@
+feaf885ed4155fb7202c1f90ac2eb40503961efc

+ 0 - 1
distribution/licenses/lucene-backward-codecs-5.4.0-snapshot-1714615.jar.sha1

@@ -1 +0,0 @@
-bf7600f7556e4cbdfb7b93947e0ef2312d4bfa6f

+ 1 - 0
distribution/licenses/lucene-backward-codecs-5.4.0-snapshot-1715952.jar.sha1

@@ -0,0 +1 @@
+5b5b5c950b4fcac38cf48fab911f75da61e780fa

+ 0 - 1
distribution/licenses/lucene-core-5.4.0-snapshot-1714615.jar.sha1

@@ -1 +0,0 @@
-d8d3f55ea169ec7a483c076d8d786d2fa7ec0447

+ 1 - 0
distribution/licenses/lucene-core-5.4.0-snapshot-1715952.jar.sha1

@@ -0,0 +1 @@
+84685d37a34b4d87e2928566ed266a7f005ca67d

+ 0 - 1
distribution/licenses/lucene-grouping-5.4.0-snapshot-1714615.jar.sha1

@@ -1 +0,0 @@
-a77cedd6e706317f2f3c1b693736ed191a30a488

+ 1 - 0
distribution/licenses/lucene-grouping-5.4.0-snapshot-1715952.jar.sha1

@@ -0,0 +1 @@
+ff92011208ed5c28f041acc37bd77728a89fc6a5

+ 0 - 1
distribution/licenses/lucene-highlighter-5.4.0-snapshot-1714615.jar.sha1

@@ -1 +0,0 @@
-84d9d5617fae821a7cf1f0f5ac961f4128a936e9

+ 1 - 0
distribution/licenses/lucene-highlighter-5.4.0-snapshot-1715952.jar.sha1

@@ -0,0 +1 @@
+5d46f26a6cb36aede89b8728b6fcbc427d4f9416

+ 0 - 1
distribution/licenses/lucene-join-5.4.0-snapshot-1714615.jar.sha1

@@ -1 +0,0 @@
-9e7646fb8cfbb72e061eba83467a05671cfa5ee1

+ 1 - 0
distribution/licenses/lucene-join-5.4.0-snapshot-1715952.jar.sha1

@@ -0,0 +1 @@
+726ea07bbfdfbfbee80522353496fc6667dc33c9

+ 0 - 1
distribution/licenses/lucene-memory-5.4.0-snapshot-1714615.jar.sha1

@@ -1 +0,0 @@
-068417b06ee7adf7f751bbeabdb2ed14e5ef3172

+ 1 - 0
distribution/licenses/lucene-memory-5.4.0-snapshot-1715952.jar.sha1

@@ -0,0 +1 @@
+d8d7a7b573a4cfc54745a126e905ccfd523b7a24

+ 0 - 1
distribution/licenses/lucene-misc-5.4.0-snapshot-1714615.jar.sha1

@@ -1 +0,0 @@
-f12de7f380e1f40b9432c90a2bb0b9ba67e94c41

+ 1 - 0
distribution/licenses/lucene-misc-5.4.0-snapshot-1715952.jar.sha1

@@ -0,0 +1 @@
+cd9d4fb4492bd2680cea2f038a051311329f6443

+ 0 - 1
distribution/licenses/lucene-queries-5.4.0-snapshot-1714615.jar.sha1

@@ -1 +0,0 @@
-8313aa54e3d13e40bf7bf32b6ee68c7c4b547d6a

+ 1 - 0
distribution/licenses/lucene-queries-5.4.0-snapshot-1715952.jar.sha1

@@ -0,0 +1 @@
+a1a04d191443e51f992ed3dd02d0e14fd48493c9

+ 0 - 1
distribution/licenses/lucene-queryparser-5.4.0-snapshot-1714615.jar.sha1

@@ -1 +0,0 @@
-62696f81612a2594c5eac93c9db57c108d3e951a

+ 1 - 0
distribution/licenses/lucene-queryparser-5.4.0-snapshot-1715952.jar.sha1

@@ -0,0 +1 @@
+c4d34b29b8b14ad3deb300a6d699e9d8965a3c2c

+ 0 - 1
distribution/licenses/lucene-sandbox-5.4.0-snapshot-1714615.jar.sha1

@@ -1 +0,0 @@
-a506a09e97070b74c226627ab8adcde9f32576ef

+ 1 - 0
distribution/licenses/lucene-sandbox-5.4.0-snapshot-1715952.jar.sha1

@@ -0,0 +1 @@
+bf45dbd653d66ce9d2c3f19b69997b8098d8b416

+ 0 - 1
distribution/licenses/lucene-spatial-5.4.0-snapshot-1714615.jar.sha1

@@ -1 +0,0 @@
-22924c220508d02a30e9425f6293fcff1621a23a

+ 1 - 0
distribution/licenses/lucene-spatial-5.4.0-snapshot-1715952.jar.sha1

@@ -0,0 +1 @@
+2bddfda70f5c657064d12860b03c2cd8a5029bfc

+ 0 - 1
distribution/licenses/lucene-spatial3d-5.4.0-snapshot-1714615.jar.sha1

@@ -1 +0,0 @@
-af3be612c990303f6c575411b436c967f665876c

+ 1 - 0
distribution/licenses/lucene-spatial3d-5.4.0-snapshot-1715952.jar.sha1

@@ -0,0 +1 @@
+881b8cd571fb3ccdcc69f1316468d816812513fb

+ 0 - 1
distribution/licenses/lucene-suggest-5.4.0-snapshot-1714615.jar.sha1

@@ -1 +0,0 @@
-c797cf414ac18868e804afe6be65c30046a5d2dc

+ 1 - 0
distribution/licenses/lucene-suggest-5.4.0-snapshot-1715952.jar.sha1

@@ -0,0 +1 @@
+466e2bc02f45f04cbf516e5df78b9c2ebd99e944

+ 0 - 1
plugins/analysis-icu/licenses/lucene-analyzers-icu-5.4.0-snapshot-1714615.jar.sha1

@@ -1 +0,0 @@
-392aa5769188f7290628f4e2740ddad830d19069

+ 1 - 0
plugins/analysis-icu/licenses/lucene-analyzers-icu-5.4.0-snapshot-1715952.jar.sha1

@@ -0,0 +1 @@
+d957c3956797c9c057e65f6342eeb104fa20951e

+ 0 - 1
plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-5.4.0-snapshot-1714615.jar.sha1

@@ -1 +0,0 @@
-b08b3182b931cb22c41e5535bc47acb6f6bf67df

+ 1 - 0
plugins/analysis-kuromoji/licenses/lucene-analyzers-kuromoji-5.4.0-snapshot-1715952.jar.sha1

@@ -0,0 +1 @@
+2ea1253cd3a704dea02382d6f9abe7c2a58874ac

+ 0 - 1
plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-5.4.0-snapshot-1714615.jar.sha1

@@ -1 +0,0 @@
-1952d76f8f0d339f7f6c3500f61954696f08d743

+ 1 - 0
plugins/analysis-phonetic/licenses/lucene-analyzers-phonetic-5.4.0-snapshot-1715952.jar.sha1

@@ -0,0 +1 @@
+7f2132a00895c6eacfc735a4d6056275a692363b

+ 0 - 1
plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-5.4.0-snapshot-1714615.jar.sha1

@@ -1 +0,0 @@
-f27b8e582861492f3743b90094fdd28286ddb270

+ 1 - 0
plugins/analysis-smartcn/licenses/lucene-analyzers-smartcn-5.4.0-snapshot-1715952.jar.sha1

@@ -0,0 +1 @@
+5eff0c934476356fcd608d574ce0af4104e5e2a4

+ 0 - 1
plugins/analysis-stempel/licenses/lucene-analyzers-stempel-5.4.0-snapshot-1714615.jar.sha1

@@ -1 +0,0 @@
-3c39cf9826697f1558d999a52f4b0faf526950e4

+ 1 - 0
plugins/analysis-stempel/licenses/lucene-analyzers-stempel-5.4.0-snapshot-1715952.jar.sha1

@@ -0,0 +1 @@
+210cab15ecf74e5a1bf35173ef5b0d420475694c

+ 0 - 1
plugins/lang-expression/licenses/lucene-expressions-5.4.0-snapshot-1714615.jar.sha1

@@ -1 +0,0 @@
-1a4ece7c891f99b5a61b72dbe86f69ce26fc18ad

+ 1 - 0
plugins/lang-expression/licenses/lucene-expressions-5.4.0-snapshot-1715952.jar.sha1

@@ -0,0 +1 @@
+414dfcf600b6c02b90a21bd219a5e115bbda0d14