Hardy Ferentschik commented on an issue
Hibernate Search / New Feature HSEARCH-1402
Allow explicit user control of ProjectionConstants.OBJECT_CLASS value during indexing
Infinispan remote queries will need to be able to write custom values into the Lucene Document field {code}org.hibernate.search.ProjectionConstants.OBJECT_CLASS{code} to keep multiple types separated which are represented by a single use class.

This field is currently not customizable.