Ejemplo n.º 1
0
 @Test
 public void testdelete() throws IOException, ParseException {
   String fieldName = "title";
   String fieldValue = "习";
   // 单字分词
   luceneDao.deleteIndex(fieldName, fieldValue);
 }