Solur cuts an empty line?

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?

Thanks.

0


a source to share


1 answer


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.



+1


a source







All Articles