예제 #1
0
 @Test
 public void Ends_With_Empty_String() throws Exception {
   testQuery(title.endsWith(""), "title:*", 1);
 }
예제 #2
0
 @Test
 public void EndsWith() throws Exception {
   testQuery(title.endsWith("ark"), "title:*ark", 1);
 }