Thanks for quick reply . we are creating search *query(keyword)* for dynamic field creation to use click ,cart and order data in search.
But we are experiencing more heap and increase in query time . What could be the problem? can be anything related to it ? On Thu, Feb 21, 2019 at 8:43 PM Shawn Heisey <apa...@elyograg.org> wrote: > 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 >