Re: dynamic fields during segment merge

2017-06-06 Thread Erick Erickson
Merging has nothing to do with tlogs. Tlogs are simply the last N (configurable) raw documents to be used for certain index recovery operations. Dynamic fields are no different from static fields. In either case the first time a document is encountered with a field that matches, the same mechanism

dynamic fields during segment merge

2017-06-06 Thread Shawn Feldman
When solr is merging segments of the tlog what impact do dynamic fields have? If i have 1k dynamic fields do i pay the cost on every merge or only if the documents have those fields? -shawn