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.nullfor no limit.includePaths- The exhaustive list of paths of fields that are to be included.nullfor no limit. Cannot be used with a non-emptyexcludePaths.excludePaths- The list of paths of fields that are to be excluded.nullfor no exclusion. Cannot be used with a non-emptyincludePaths.
-
-
Method Details