IsFullText returns whether this index is a Full-Text index
()
| 63 | |
| 64 | // IsUnique returns whether this index is unique |
| 65 | func (idx *Index) IsUnique() bool { |
| 66 | return idx.Unique |
| 67 | } |
| 68 | |
| 69 | // IsSpatial returns whether this index is a spatial index |
| 70 | func (idx *Index) IsSpatial() bool { |