Uses of Class
org.hibernate.search.engine.spi.DepthValidator

Packages that use DepthValidator
org.hibernate.search.engine.impl   
org.hibernate.search.engine.spi   
 

Uses of DepthValidator in org.hibernate.search.engine.impl
 

Methods in org.hibernate.search.engine.impl with parameters of type DepthValidator
<T> void
WorkPlan.recurseContainedIn(T value, DepthValidator depth)
          Used for recursive processing of containedIn
 

Uses of DepthValidator in org.hibernate.search.engine.spi
 

Methods in org.hibernate.search.engine.spi with parameters of type DepthValidator
 void AbstractDocumentBuilder.appendContainedInWorkForInstance(Object instance, WorkPlan workplan, DepthValidator currentDepth)
          If we have a work instance we have to check whether the instance to be indexed is contained in any other indexed entities.
 



Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved