You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I'm going through the docs to better understand all concepts related to MongoDB and I'm quite a noob as far as the database is concerned I will describe any issues with the docs that I found in the meantime
My first issue was this one IndexInfo does not expose background option of the index #4760 , I tried to read more about the IndexInfo class and indexes in Mongo as such. The javadocs of IndexInfo are non existant - there's no link nor description of any of the fields such as sparse or language that are not self-explanatory. I then checked the docs about index and collection management and there was nothing there about any of the additional fields. Then I checked the Mongo DB docs about indexes and nothing was there either. Finally it was Mark who pointed me out to the subsection of the index docs in the mongo docs which I would for sure read about today (I only started yesterday). Summing it up it would be helpful to link either through the docs (preferable I guess) or javadocs to the mongo docs
The text was updated successfully, but these errors were encountered:
Since I'm going through the docs to better understand all concepts related to MongoDB and I'm quite a noob as far as the database is concerned I will describe any issues with the docs that I found in the meantime
IndexInfo
class and indexes in Mongo as such. The javadocs ofIndexInfo
are non existant - there's no link nor description of any of the fields such assparse
orlanguage
that are not self-explanatory. I then checked the docs about index and collection management and there was nothing there about any of the additional fields. Then I checked the Mongo DB docs about indexes and nothing was there either. Finally it was Mark who pointed me out to the subsection of the index docs in the mongo docs which I would for sure read about today (I only started yesterday). Summing it up it would be helpful to link either through the docs (preferable I guess) or javadocs to the mongo docsThe text was updated successfully, but these errors were encountered: