2

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

Burawi
  • 451
  • 4
  • 16
  • 1
    not sure, but the linked documentation says "to enable support for these languages, see [Text Search with Basis Technology Rosette Linguistics Platform](https://docs.mongodb.com/manual/tutorial/text-search-with-rlp/)." have you tried that? – kmdreko Sep 16 '18 at 23:06

2 Answers2

2

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

Burawi
  • 451
  • 4
  • 16
-1

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.

Community
  • 1
  • 1
Nelson La Rocca
  • 173
  • 1
  • 9