Class IndexedEmbeddedPathTracker
- java.lang.Object
-
- org.hibernate.search.engine.mapper.mapping.building.spi.IndexedEmbeddedPathTracker
-
public final class IndexedEmbeddedPathTracker extends Object
A tracker for paths actually affected by an indexed embedded definition.Used to detect invalid configuration in an indexed embedded definition, for example useless includePaths.
-
-
Constructor Summary
Constructors Constructor Description IndexedEmbeddedPathTracker(IndexedEmbeddedDefinition definition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
encounteredFieldPaths()
void
markAsEncountered(String relativePath, boolean included)
Set<String>
uselessIncludePaths()
-
-
-
Constructor Detail
-
IndexedEmbeddedPathTracker
public IndexedEmbeddedPathTracker(IndexedEmbeddedDefinition definition)
-
-