Exemple #1
0
 @Test
 public void testSearcher() throws IOException, ParseException {
   // 单字分词
   luceneDao.queryIndex("习", 20, 30);
 }