'SOLR Document with 10000 Index fields

The use case I have is to allows users to build a custom report out of the 10000 fields in our database.

I have read various documentation

  1. I'm not sure if SOLR could handle 10000 indexed field and 500K documents.
  2. All how much time does it take to update a document which has 10K indexed field
  3. Indexing 10K fields, how much of storage will it take? Given a document without index takes 50Kb.


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source