Hi there.
I'm using Spring Datastore Document and MongoDB. My Problem is that I can't (should) change the indexing of mongo but for every event defined in my extended MongoRepository (like findBySomething(String some)) an index is created. So I can't use it. Is there a way to prevent creating the index by spring-data-mongodb?


Reply With Quote
. I've created a ticket to add the flag to disable repository method index creation [0], as well as one to improve extensibility of MongoRepositoryFactoryBean [1].
