[JAVA-1737] createIndex(es) helpers in new CRUD API should return index name(s) Created: 31/Mar/15 Updated: 31/Mar/15 Resolved: 31/Mar/15 |
|
| Status: | Closed |
| Project: | Java Driver |
| Component/s: | API, Command Operations |
| Affects Version/s: | None |
| Fix Version/s: | 3.0.0 |
| Type: | New Feature | Priority: | Major - P3 |
| Reporter: | Jeffrey Yemin | Assignee: | Jeffrey Yemin |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
According to the forthcoming index management specification, the createIndex method should return the index name, and the createIndexes method should return a list of index names. |
| Comments |
| Comment by Jeffrey Yemin [ 31/Mar/15 ] |
|
Closing all resolved 3.0.0 issues, as 3.0.0 has been tagged and released. |
| Comment by Githook User [ 31/Mar/15 ] |
|
Author: {u'username': u'jyemin', u'name': u'Jeff Yemin', u'email': u'jeff.yemin@10gen.com'}Message: Changed MongoCollection.createIndex methods to return a String for the index name, and MongoCollection.createIndexes to return a List<String>for the index names |