Class TreeFilterDefinition
java.lang.Object
org.hibernate.search.engine.common.tree.TreeFilterDefinition
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TreeFilterDefinition
public TreeFilterDefinition(Integer includeDepth, Set<String> includePaths, Set<String> excludePaths) - Parameters:
includeDepth
- 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. Cannot be used with a non-emptyexcludePaths
.excludePaths
- The list of paths of fields that are to be excluded.null
for no exclusion. Cannot be used with a non-emptyincludePaths
.
-
-
Method Details