-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0
-
Component/s: Core MongoDB
-
Tags:
-
Impact type:Configuration Change
-
Upgrade notes:
-
Sprint:Sprint RepoTeam 7.1-2
Fulltext indexing is not reliable on MongoDB (there is a 1024 bytes limitation on its indexes, including text indexes).
To avoid failures on values that are too long, it's possible since MongoDB 2.6 to use the failIndexKeyTooLong parameter and set it to false. See Compatibility Changes in MongoDB 2.6 for more.
However this is not an ideal solution, and a way to completely disabled fulltext indexing is needed.