[JAVA-3441] Reintroduce plain String query hint Created: 19/Sep/19 Updated: 28/Oct/23 Resolved: 14/Nov/19 |
|
| Status: | Closed |
| Project: | Java Driver |
| Component/s: | API |
| Affects Version/s: | 3.11.0 |
| Fix Version/s: | 3.12.0 |
| Type: | New Feature | Priority: | Minor - P4 |
| Reporter: | Christoph Strobl | Assignee: | Ross Lawley |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||
| Description |
|
FindIterable#hint only accepts Bson. This prevents users from passing in an index name as it has been possible with DBCursor#hint(String). Related issue: https://jira.spring.io/browse/DATAMONGO-2365 |
| Comments |
| Comment by Githook User [ 15/Jan/20 ] |
|
Author: {'name': 'Jeff Yemin', 'username': 'jyemin', 'email': 'jeff.yemin@10gen.com'}Message: Support hint string in Scala FindObservable
|
| Comment by Githook User [ 15/Jan/20 ] |
|
Author: {'name': 'Jeff Yemin', 'username': 'jyemin', 'email': 'jeff.yemin@10gen.com'}Message: Support hint string in FindPublisher
|
| Comment by Githook User [ 14/Nov/19 ] |
|
Author: {'name': 'Ross Lawley', 'username': 'rozza', 'email': 'ross.lawley@gmail.com'}Message: Added hintString to FindIterable Also removed deprecations for count hintString
|
| Comment by Ross Lawley [ 12/Nov/19 ] |
|
PR: https://github.com/rozza/mongo-java-driver/pull/336 |