elasticsearch - Number of fields limitation in ES 5.5.2 -


currently, in production environment, using es-2.4.1 our own dynamic mapping ( our data in es graph json ). max document count in index as-if 4,29,890 n-number of fields.

now planning upgrade es 2.4.1 es 5.5.2, same mapping working showed error " limit of field count 1000 " changed settings 5000. can index 50 documents in index.

whats permanent fix ?? think these settings not solution i’m unaware of document count , field count of data …

kindly me out…


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -