Skip to content

Commit

Permalink
* fix ciclado
Browse files Browse the repository at this point in the history
  • Loading branch information
ripper2hl committed Aug 23, 2020
1 parent dec634b commit 092f3bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ public void indexDb() throws InterruptedException {

FullTextEntityManager fullTextEntityManager
= Search.getFullTextEntityManager(em);
fullTextEntityManager.createIndexer().optimizeOnFinish(true).start();
fullTextEntityManager.createIndexer().startAndWait();
}

public List<Colonia> search(Colonia colonia){
Expand Down

0 comments on commit 092f3bf

Please sign in to comment.