-
Methods Method Description org.hibernate.search.mapper.pojo.mapping.definition.annotation.IndexedEmbedded.prefix() UseIndexedEmbedded.name()instead. Note thatIndexedEmbedded.name()does not allow dots.org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingIndexedEmbeddedStep.prefix(String) Pass a field name toPropertyMappingStep.indexedEmbedded(String)instead. Note that the name passed to that method does not allow dots.
-
Annotation Type Elements Annotation Type Element Description org.hibernate.search.mapper.pojo.mapping.definition.annotation.IndexedEmbedded.prefix() UseIndexedEmbedded.name()instead. Note thatIndexedEmbedded.name()does not allow dots.