Gets the number of precision of the stored geohash value of the location data in 2d indexes.
Gets the specified the number of units within which to group the location values for geoHaystack Indexes
Optional. Specifies the collation for the index.
Collation allows users to specify language-specific rules for string comparison, such as rules for lettercase and accent marks.
If you have specified a collation at the collection level, then: If you do not specify a collation when creating the index, MongoDB creates the index with the collection's default collation. If you do specify a collation when creating the index, MongoDB creates the index with the specified collation. When specifying collation, the locale field is mandatory; all other collation fields are optional. For descriptions of the fields, see Collation Document.
Gets the language for a text index.
The language that determines the list of stop words and the rules for the stemmer and tokenizer.
Gets the name of the field that contains the language string.
For text indexes, the name of the field, in the collection's documents, that contains the override language for the document.
Gets the upper inclusive boundary for the longitude and latitude values for 2d indexes..
Gets the lower inclusive boundary for the longitude and latitude values for 2d indexes..
Gets the name of the index.
Get the filter expression for the documents to be included in the index or null if not set
Gets the 2dsphere index version number.
Gets the storage engine options document for this index.
The text index version number.
Gets the index version number.
Gets the weighting object for use with a text index
A document that represents field and weight pairs. The weight is an integer ranging from 1 to 99,999 and denotes the significance of the field relative to the other indexed fields in terms of the score.
Create the index in the background
If true, the index only references documents with the specified field
Gets if the index should be unique.
Optional. Specifies the collation for the index.
Collation allows users to specify language-specific rules for string comparison, such as rules for lettercase and accent marks.
If you have specified a collation at the collection level, then: If you do not specify a collation when creating the index, MongoDB creates the index with the collection's default collation. If you do specify a collation when creating the index, MongoDB creates the index with the specified collation. When specifying collation, the locale field is mandatory; all other collation fields are optional. For descriptions of the fields, see Collation Document.
Generated using TypeDoc
Options used to configure index.