Uses of Class
org.hibernate.search.backend.impl.lucene.IndexInteractionType

Packages that use IndexInteractionType
org.hibernate.search.backend.impl.lucene   
org.hibernate.search.backend.impl.lucene.works   
 

Uses of IndexInteractionType in org.hibernate.search.backend.impl.lucene
 

Methods in org.hibernate.search.backend.impl.lucene that return IndexInteractionType
static IndexInteractionType IndexInteractionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IndexInteractionType[] IndexInteractionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of IndexInteractionType in org.hibernate.search.backend.impl.lucene.works
 

Methods in org.hibernate.search.backend.impl.lucene.works that return IndexInteractionType
 IndexInteractionType DeleteExtWorkDelegate.getIndexInteractionType()
           
 IndexInteractionType LuceneWorkDelegate.getIndexInteractionType()