Hardy Ferentschik commented on an issue
Hibernate Search / Improvement HSEARCH-918
Refactor AbstractDocumentBuilder.PropertiesMetadata
This metadata structure uses parallel arrays to collect metadata. This data structure is hard to maintain. It would be better to have a meta data instance while keeps all information for a single property. Also PropertiesMetadata should become a standalone class.