Class TreeFilterDefinition

java.lang.Object
org.hibernate.search.engine.common.tree.TreeFilterDefinition

public final class TreeFilterDefinition extends Object
  • 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-empty excludePaths.
      excludePaths - The list of paths of fields that are to be excluded. null for no exclusion. Cannot be used with a non-empty includePaths.
  • Method Details