- Reference >
- Enumeration Classes >
- MongoDB\Model\IndexInfo::isText()
MongoDB\Model\IndexInfo::isText()
New in version 1.4.
On this page
Definition
-
MongoDB\Model\IndexInfo::isText
Return whether the index is a text index.
Return Values
A boolean indicating whether the index is a text index.
Examples
The output would then resemble:
See Also
MongoDB\Collection::createIndex()
MongoDB\Collection::listIndexes()
- Text Indexes reference in the MongoDB manual