- java.lang.Object
-
- org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedDefinition
-
-
Constructor Detail
-
IndexedEmbeddedDefinition
public IndexedEmbeddedDefinition(MappableTypeModel definingTypeModel,
String relativePrefix,
ObjectFieldStorage storage,
Integer maxDepth,
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.
storage - The storage type to use for all object fields created as part of the relativePrefix.
maxDepth - The maximum depth beyond which all created fields will be ignored. null for no limit.
includePaths - The exhaustive list of paths of fields that are to be included. null for no limit.
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.