On 2/21/2019 8:01 AM, Midas A wrote:
How many dynamic field we can create in solr ?. is there any limitation ?
Is indexing dynamic field can increase heap memory on server .

At the Lucene level, there is absolutely no difference between a standard field and a dynamic field. The difference in Solr is how the field is defined, nothing more.

Lucene has no hard limitations on the number of fields you can create, but the more you have the larger your index will probably be. Larger indexes perform slower than smaller ones and require more resources like memory.

Thanks,
Shawn

Reply via email to