Class PojoImplicitReindexingResolverDirtinessFilterNode<T>

java.lang.Object
org.hibernate.search.mapper.pojo.automaticindexing.impl.PojoImplicitReindexingResolverNode<T>
org.hibernate.search.mapper.pojo.automaticindexing.impl.PojoImplicitReindexingResolverDirtinessFilterNode<T>
Type Parameters:
T - The type of "dirty" objects received as input and passed to the delegate.
All Implemented Interfaces:
AutoCloseable, ToStringTreeAppendable

public class PojoImplicitReindexingResolverDirtinessFilterNode<T> extends PojoImplicitReindexingResolverNode<T>
A PojoImplicitReindexingResolverNode applying a filter to decide whether to apply a delegate.

This node allows to optimize reindexing by ignoring some changes when they do not affect a given indexed type.