Class IndexedEmbeddedDefinition
java.lang.Object
org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedDefinition
-
Constructor Summary
ConstructorsConstructorDescriptionIndexedEmbeddedDefinition(MappableTypeModel definingTypeModel, String relativePrefix, ObjectStructure structure, Integer includeDepth, Set<String> includePaths) -
Method Summary
-
Constructor Details
-
IndexedEmbeddedDefinition
public IndexedEmbeddedDefinition(MappableTypeModel definingTypeModel, String relativePrefix, ObjectStructure structure, Integer includeDepth, Set<String> includePaths) - Parameters:
definingTypeModel- The model representing the type on which the indexed-embedded was defined.relativePrefix- The prefix to apply to all index fields created in the context of the indexed-embedded.structure- The structure of all object fields created as part of therelativePrefix.includeDepth- The maximum depth beyond which all created fields will be ignored.nullfor no limit.includePaths- The exhaustive list of paths of fields that are to be included.nullfor no limit.
-
-
Method Details