mirror of https://github.com/apache/lucene.git
reverting an accidental commit 1684395
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684410 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
958695884c
commit
99c675eb8d
|
@ -39,7 +39,6 @@ import java.io.IOException;
|
||||||
public class TestDistributedGrouping extends BaseDistributedSearchTestCase {
|
public class TestDistributedGrouping extends BaseDistributedSearchTestCase {
|
||||||
|
|
||||||
String t1="a_t";
|
String t1="a_t";
|
||||||
String i1dv="a_idv";
|
|
||||||
String i1="a_i1";
|
String i1="a_i1";
|
||||||
String s1="a_s";
|
String s1="a_s";
|
||||||
String tlong = "other_tl1";
|
String tlong = "other_tl1";
|
||||||
|
@ -64,32 +63,32 @@ public class TestDistributedGrouping extends BaseDistributedSearchTestCase {
|
||||||
query("q", "kings", "rows", 100, "fl", "id," + i1, "group", "true", "group.field", i1, "group.limit", 10, "sort", i1 + " asc, id asc", "spellcheck", "true", "spellcheck.build", "true", "qt", "spellCheckCompRH");
|
query("q", "kings", "rows", 100, "fl", "id," + i1, "group", "true", "group.field", i1, "group.limit", 10, "sort", i1 + " asc, id asc", "spellcheck", "true", "spellcheck.build", "true", "qt", "spellCheckCompRH");
|
||||||
query("q", "*:*", "fq", s1 + ":a", "rows", 100, "fl", "id," + i1, "group", "true", "group.field", i1, "group.limit", 10, "sort", i1 + " asc, id asc", "group.truncate", "true", "facet", "true", "facet.field", t1);
|
query("q", "*:*", "fq", s1 + ":a", "rows", 100, "fl", "id," + i1, "group", "true", "group.field", i1, "group.limit", 10, "sort", i1 + " asc, id asc", "group.truncate", "true", "facet", "true", "facet.field", t1);
|
||||||
|
|
||||||
indexr(id,1, i1, 100, tlong, 100, i1dv, 100, t1,"now is the time for all good men",
|
indexr(id,1, i1, 100, tlong, 100,t1,"now is the time for all good men",
|
||||||
tdate_a, "2010-04-20T11:00:00Z",
|
tdate_a, "2010-04-20T11:00:00Z",
|
||||||
tdate_b, "2009-08-20T11:00:00Z",
|
tdate_b, "2009-08-20T11:00:00Z",
|
||||||
"foo_f", 1.414f, "foo_b", "true", "foo_d", 1.414d);
|
"foo_f", 1.414f, "foo_b", "true", "foo_d", 1.414d);
|
||||||
indexr(id,2, i1, 50 , tlong, 50, i1dv, 50, t1,"to come to the aid of their country.",
|
indexr(id,2, i1, 50 , tlong, 50,t1,"to come to the aid of their country.",
|
||||||
tdate_a, "2010-05-02T11:00:00Z",
|
tdate_a, "2010-05-02T11:00:00Z",
|
||||||
tdate_b, "2009-11-02T11:00:00Z");
|
tdate_b, "2009-11-02T11:00:00Z");
|
||||||
indexr(id,3, i1, 2, tlong, 2,t1,"how now brown cow",
|
indexr(id,3, i1, 2, tlong, 2,t1,"how now brown cow",
|
||||||
tdate_a, "2010-05-03T11:00:00Z");
|
tdate_a, "2010-05-03T11:00:00Z");
|
||||||
indexr(id,4, i1, -100 ,tlong, 101, i1dv, 101,
|
indexr(id,4, i1, -100 ,tlong, 101,
|
||||||
t1,"the quick fox jumped over the lazy dog",
|
t1,"the quick fox jumped over the lazy dog",
|
||||||
tdate_a, "2010-05-03T11:00:00Z",
|
tdate_a, "2010-05-03T11:00:00Z",
|
||||||
tdate_b, "2010-05-03T11:00:00Z");
|
tdate_b, "2010-05-03T11:00:00Z");
|
||||||
indexr(id,5, i1, 500, tlong, 500 , i1dv, 500,
|
indexr(id,5, i1, 500, tlong, 500 ,
|
||||||
t1,"the quick fox jumped way over the lazy dog",
|
t1,"the quick fox jumped way over the lazy dog",
|
||||||
tdate_a, "2010-05-05T11:00:00Z");
|
tdate_a, "2010-05-05T11:00:00Z");
|
||||||
indexr(id,6, i1, -600, tlong, 600 , i1dv, 600, t1,"humpty dumpy sat on a wall");
|
indexr(id,6, i1, -600, tlong, 600 ,t1,"humpty dumpy sat on a wall");
|
||||||
indexr(id,7, i1, 123, tlong, 123 ,i1dv, 123, t1,"humpty dumpy had a great fall");
|
indexr(id,7, i1, 123, tlong, 123 ,t1,"humpty dumpy had a great fall");
|
||||||
indexr(id,8, i1, 876, tlong, 876,
|
indexr(id,8, i1, 876, tlong, 876,
|
||||||
tdate_b, "2010-01-05T11:00:00Z",
|
tdate_b, "2010-01-05T11:00:00Z",
|
||||||
t1,"all the kings horses and all the kings men");
|
t1,"all the kings horses and all the kings men");
|
||||||
indexr(id,9, i1, 7, tlong, 7, i1dv, 7, t1,"couldn't put humpty together again");
|
indexr(id,9, i1, 7, tlong, 7,t1,"couldn't put humpty together again");
|
||||||
indexr(id,10, i1, 4321, tlong, 4321, i1dv, 4321, t1,"this too shall pass");
|
indexr(id,10, i1, 4321, tlong, 4321,t1,"this too shall pass");
|
||||||
indexr(id,11, i1, -987, tlong, 987, i1dv, 2015,
|
indexr(id,11, i1, -987, tlong, 987,
|
||||||
t1,"An eye for eye only ends up making the whole world blind.");
|
t1,"An eye for eye only ends up making the whole world blind.");
|
||||||
indexr(id,12, i1, 379, tlong, 379, i1dv, 379,
|
indexr(id,12, i1, 379, tlong, 379,
|
||||||
t1,"Great works are performed, not by strength, but by perseverance.");
|
t1,"Great works are performed, not by strength, but by perseverance.");
|
||||||
|
|
||||||
indexr(id, 14, "SubjectTerms_mfacet", new String[] {"mathematical models", "mathematical analysis"});
|
indexr(id, 14, "SubjectTerms_mfacet", new String[] {"mathematical models", "mathematical analysis"});
|
||||||
|
@ -102,32 +101,32 @@ public class TestDistributedGrouping extends BaseDistributedSearchTestCase {
|
||||||
indexr(id, 17, "SubjectTerms_mfacet", vals);
|
indexr(id, 17, "SubjectTerms_mfacet", vals);
|
||||||
|
|
||||||
indexr(
|
indexr(
|
||||||
id, 18, i1, 232, tlong, 332, i1dv, 150,
|
id, 18, i1, 232, tlong, 332,
|
||||||
t1,"no eggs on wall, lesson learned",
|
t1,"no eggs on wall, lesson learned",
|
||||||
oddField, "odd man out"
|
oddField, "odd man out"
|
||||||
);
|
);
|
||||||
indexr(
|
indexr(
|
||||||
id, 19, i1, 232, tlong, 432, i1dv, 300,
|
id, 19, i1, 232, tlong, 432,
|
||||||
t1, "many eggs on wall",
|
t1, "many eggs on wall",
|
||||||
oddField, "odd man in"
|
oddField, "odd man in"
|
||||||
);
|
);
|
||||||
indexr(
|
indexr(
|
||||||
id, 20, i1, 232, tlong, 532, i1dv, 150,
|
id, 20, i1, 232, tlong, 532,
|
||||||
t1, "some eggs on wall",
|
t1, "some eggs on wall",
|
||||||
oddField, "odd man between"
|
oddField, "odd man between"
|
||||||
);
|
);
|
||||||
indexr(
|
indexr(
|
||||||
id, 21, i1, 232, tlong, 632, i1dv, 120,
|
id, 21, i1, 232, tlong, 632,
|
||||||
t1, "a few eggs on wall",
|
t1, "a few eggs on wall",
|
||||||
oddField, "odd man under"
|
oddField, "odd man under"
|
||||||
);
|
);
|
||||||
indexr(
|
indexr(
|
||||||
id, 22, i1, 232, tlong, 732, i1dv, 120,
|
id, 22, i1, 232, tlong, 732,
|
||||||
t1, "any eggs on wall",
|
t1, "any eggs on wall",
|
||||||
oddField, "odd man above"
|
oddField, "odd man above"
|
||||||
);
|
);
|
||||||
indexr(
|
indexr(
|
||||||
id, 23, i1, 233, tlong, 734, i1dv, 120,
|
id, 23, i1, 233, tlong, 734,
|
||||||
t1, "dirty eggs",
|
t1, "dirty eggs",
|
||||||
oddField, "odd eggs"
|
oddField, "odd eggs"
|
||||||
);
|
);
|
||||||
|
@ -172,8 +171,6 @@ public class TestDistributedGrouping extends BaseDistributedSearchTestCase {
|
||||||
query("q", "*:*", "rows", 100, "fl", "id," + i1, "group", "true", "group.query", t1 + ":kings OR " + t1 + ":eggs", "group.limit", 10, "sort", i1 + " asc, id asc");
|
query("q", "*:*", "rows", 100, "fl", "id," + i1, "group", "true", "group.query", t1 + ":kings OR " + t1 + ":eggs", "group.limit", 10, "sort", i1 + " asc, id asc");
|
||||||
query("q", "*:*", "rows", 100, "fl", "id," + i1, "group", "true", "group.field", i1, "group.query", t1 + ":kings OR " + t1 + ":eggs", "group.limit", 10, "sort", i1 + " asc, id asc");
|
query("q", "*:*", "rows", 100, "fl", "id," + i1, "group", "true", "group.field", i1, "group.query", t1 + ":kings OR " + t1 + ":eggs", "group.limit", 10, "sort", i1 + " asc, id asc");
|
||||||
|
|
||||||
query("q", "*:*", "fl", "id," + i1dv, "group", "true", "group.field", i1dv, "group.limit", 10, "sort", i1 + " asc, id asc");
|
|
||||||
|
|
||||||
// SOLR-4150: what if group.query has no matches,
|
// SOLR-4150: what if group.query has no matches,
|
||||||
// or only matches on one shard
|
// or only matches on one shard
|
||||||
query("q", "*:*", "rows", 100, "fl", "id," + i1, "group", "true",
|
query("q", "*:*", "rows", 100, "fl", "id," + i1, "group", "true",
|
||||||
|
|
Loading…
Reference in New Issue