Github user tnine commented on a diff in the pull request: https://github.com/apache/incubator-usergrid/pull/235#discussion_r28843632 --- Diff: stack/core/src/main/java/org/apache/usergrid/persistence/EntityManagerFactory.java --- @@ -189,6 +188,12 @@ public UUID initializeApplication( public Health getIndexHealth(); + void rebuildAllIndexes(ProgressObserver progressObserver); --- End diff -- I could be wrong, but I thought I already removed these today in the 2.0-dev branch. Can you pull and re-merge? I'm going to reference the indexService directly in our rest tier, rather than continue to funnel data through the emf interfaces. Eventually we'll have more events in the refactored system.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---