MongoDB: language override unsupported: arabic

Viewed 1201

I am trying to make a text index on a book document containing data in multiple languages (Essentially: English, French and Arabic). In the documentation it is said that Arabic is supported, but when I try to create a document with these properties:

{
  name: 'بلا اسم'
  author: 'مجهول',
  language: 'arabic'
}

I get an error saying:

MongoError: language override unsupported: arabic

I am using MongoDB v4.0.2 community edition

2 Answers

I figured out that the Arabic support is only available in the entreprise edition

I contacted RLP some time ago and they said the license didn't exist anymore, and now MongoDB people publish right the same. Check it out :

Text Search Languages

REMOVAL OF SUPPORT FOR RLP
MongoDB Enterprise no longer supports Text Search with Basis Technology Rosette Linguistics Platform.

Related