-
Methods Method Description org.hibernate.search.engine.Version.getVersionString() UseVersion.versionString()
instead.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.
-
Enum Constants Enum Constant Description org.hibernate.search.backend.lucene.lowlevel.directory.FileSystemAccessStrategyName.SIMPLE This strategy will be removed in a future version of Lucene.
-
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.