0
希望のインデックスを作成できません。私は...まだ同じである私はSpring MongoTemplateを使用してAzure DocumentDBにインデックスを作成できません
mongo.getCollection("User").createIndex("syncTime");
と
Index indexDefinition = new Index("syncTime", Direction.ASC);
mongo.indexOps("User").ensureIndex(indexDefinition);
の検索結果をしようとしただけ
[{ "v" : 1 , "key" : { "_id" : 1} , "name" : "_id_1" , "ns" : "devtest01.User"}]
取得まだ
System.out.println(mongo.getCollection("User").getIndexInfo());
として既存の索引をリスト