Removes one index from collection
Removes one index from collection
Removes collection from mongo db
Removes collection from mongo db
Returns an array of all distinct values of the field indexType
Returns an array of all distinct values of the field indexType
Returns name of this index if found, otherwise returns none.
Returns name of this index if found, otherwise returns none.
Returns type string if found, otherwise returns none.
Returns type string if found, otherwise returns none.
Insert name of an index into mongo db.
Insert name of an index into mongo db. Check if index with this id is already in mongo collection. If it is - update name. If not - add a new entry with index id and index name. Input:
- id of the index
- name of the index
Check if index with this id is already in mongo collection.
Check if index with this id is already in mongo collection. If it is - update type. If it is not - add a new entry with index id and index type.
Returns true is entry with this indexId is found.
Returns true is entry with this indexId is found.
USe Mongodb to store section index information