Example #1
0
 public void UpdateLucene()
 {
     LuceneHelper.CreateIndex(PostBll.LoadEntitiesNoTracking(p => p.Status == Status.Pended));
     LuceneHelper.IncreaseIndex();
 }