Searched defs:t1 (Results 1 - 6 of 6) sorted by relevance

/lucene-3.6.0/solr/core/src/test/org/apache/solr/
H A DTestDistributedGrouping.java36 String t1="a_t"; field in class:TestDistributedGrouping
53 query("q", "*:*", "rows", 100, "fl", "id," + s1, "group", "true", "group.field", s1, "group.limit", 10, "sort", s1 + " asc, id asc", "hl","true","hl.fl",t1);
54 query("q", "*:*", "rows", 100, "fl", "id," + s1, "group", "true", "group.field", s1, "group.limit", 10, "sort", s1 + " asc, id asc", "facet", "true", "facet.field", t1);
57 query("q", "*:*", "fq", s2 + ":a", "rows", 100, "fl", "id," + s1, "group", "true", "group.field", s1, "group.limit", 10, "sort", s1 + " asc, id asc", "group.truncate", "true", "facet", "true", "facet.field", t1);
59 indexr(id,1, s1, 100, tlong, 100,t1,"now is the time for all good men",
63 indexr(id,2, s1, 50 , tlong, 50,t1,"to come to the aid of their country.",
66 indexr(id,3, s1, 2, tlong, 2,t1,"how now brown cow",
69 t1,"the quick fox jumped over the lazy dog",
73 t1,"the quick fox jumped way over the lazy dog",
75 indexr(id,6, s1, -600, tlong, 600 ,t1,"humpt
[all...]
H A DTestDistributedSearch.java33 String t1="a_t"; field in class:TestDistributedSearch
55 indexr(id,1, i1, 100, tlong, 100,t1,"now is the time for all good men",
59 indexr(id,2, i1, 50 , tlong, 50,t1,"to come to the aid of their country.",
62 indexr(id,3, i1, 2, tlong, 2,t1,"how now brown cow",
65 t1,"the quick fox jumped over the lazy dog",
69 t1,"the quick fox jumped way over the lazy dog",
71 indexr(id,6, i1, -600, tlong, 600 ,t1,"humpty dumpy sat on a wall");
72 indexr(id,7, i1, 123, tlong, 123 ,t1,"humpty dumpy had a great fall");
75 t1,"all the kings horses and all the kings men");
76 indexr(id,9, i1, 7, tlong, 7,t1,"could
[all...]
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/search/
H A DTestBooleanOr.java34 private TermQuery t1 = new TermQuery(new Term(FIELD_T, "files")); field in class:TestBooleanOr
50 assertEquals(1, search(t1));
64 q.add(new BooleanClause(t1, BooleanClause.Occur.SHOULD));
79 q3.add(new BooleanClause(t1, BooleanClause.Occur.SHOULD));
98 q3.add(new BooleanClause(t1, BooleanClause.Occur.SHOULD));
117 q3.add(new BooleanClause(t1, BooleanClause.Occur.SHOULD));
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/search/
H A DTestBooleanOr.java34 private TermQuery t1 = new TermQuery(new Term(FIELD_T, "files")); field in class:TestBooleanOr
50 assertEquals(1, search(t1));
64 q.add(new BooleanClause(t1, BooleanClause.Occur.SHOULD));
79 q3.add(new BooleanClause(t1, BooleanClause.Occur.SHOULD));
98 q3.add(new BooleanClause(t1, BooleanClause.Occur.SHOULD));
117 q3.add(new BooleanClause(t1, BooleanClause.Occur.SHOULD));
/lucene-3.6.0/solr/core/src/java/org/apache/solr/update/processor/
H A DTextProfileSignature.java156 public int compare(Token t1, Token t2) { argument
157 return t2.cnt - t1.cnt;
/lucene-3.6.0/solr/core/src/test/org/apache/solr/request/
H A DTestWriterPerf.java53 String t1 = "f_t"; field in class:TestWriterPerf
65 index(id,1, i1, 100,t1,"now is the time for all good men", tag,"patriotic");
66 index(id,2, i1, 50 ,t1,"to come to the aid of their country.", tag,"patriotic",tag,"country",tag,"nation",tag,"speeches");
67 index(id,3, i1, 2 ,t1,"how now brown cow", tag,"cow",tag,"jersey");
68 index(id,4, i1, -100 ,t1,"the quick fox jumped over the lazy dog",tag,"fox",tag,"dog",tag,"quick",tag,"slow",tag,"lazy");
69 index(id,5, i1, 50 ,t1,"the quick fox jumped way over the lazy dog",tag,"fox",tag,"dog");
70 index(id,6, i1, -60 ,t1,"humpty dumpy sat on a wall",tag,"humpty",tag,"dumpty");
71 index(id,7, i1, 123 ,t1,"humpty dumpy had a great fall",tag,"accidents");
72 index(id,8, i1, 876 ,t1,"all the kings horses and all the kings men",tag,"king",tag,"horses",tag,"trouble");
73 index(id,9, i1, 7 ,t1,"could
[all...]

Completed in 14 milliseconds