سؤال

I am using Lift Framework with Record as ORM and Mongo as database. Then I change used indexes, I go to remote mongo console, and ensure indexes by hand.

I want to automate it so that Lift will ensure indexes at every start of server.

هل كانت مفيدة؟

المحلول

Anwser was found here:

  1. То do some action on app loading, simply put it in the class definition.
  2. MongoMeta has ensureIndex function which creates index just like MongoDB native ensureIndex does.
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top