summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/search
diff options
context:
space:
mode:
authorJim Ferenczi <jim.ferenczi@elastic.co>2017-06-06 19:35:14 +0200
committerGitHub <noreply@github.com>2017-06-06 19:35:14 +0200
commit7e60cf3e544f05c89e7a32aa9dc410b95b6bcb24 (patch)
tree437b874585ae930c78fc376f0c5ba27bb97284cf /core/src/test/java/org/elasticsearch/search
parent7ec39acd4b56f271106b61a1521fb8586742cbfc (diff)
Move parent_id query to the parent-join module (#25072)
This change moves the parent_id query to the parent-join module and handles the case when only the parent-join field can be declared on an index (index with single type on). If single type is off it uses the legacy parent join field mapper and switch to the new one otherwise (default in 6). Relates #20257
Diffstat (limited to 'core/src/test/java/org/elasticsearch/search')
-rw-r--r--core/src/test/java/org/elasticsearch/search/SearchModuleTests.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/test/java/org/elasticsearch/search/SearchModuleTests.java b/core/src/test/java/org/elasticsearch/search/SearchModuleTests.java
index 96767c99b9..85b1397404 100644
--- a/core/src/test/java/org/elasticsearch/search/SearchModuleTests.java
+++ b/core/src/test/java/org/elasticsearch/search/SearchModuleTests.java
@@ -279,7 +279,6 @@ public class SearchModuleTests extends ModuleTestCase {
"more_like_this",
"multi_match",
"nested",
- "parent_id",
"prefix",
"query_string",
"range",