The last time I made a solr index, it started indexing and cutting on blank lines. It never happened. Is this the correct behavior? Should I filter blank lines in DIH?
Yes, I would recommend filtering them out (setting them to NULL) in the data import handler to reduce the load time required to create a potentially large number of facets. This can appear regularly when optional values are represented as empty strings in the dataset.