예제 #1
0
 @Test
 public void Gt_Not_In_Range_Because_Equal() throws Exception {
   testQuery(rating.gt("Good"), "rating:{good TO *}", 0);
 }
예제 #2
0
 @Test
 public void Gt() throws Exception {
   testQuery(rating.gt("Bad"), "rating:{bad TO *}", 1);
 }