Save This Page
Home » hibernate-search-src-20081106 » org.hibernate » search » backend » impl » lucene » [javadoc | source]
org.hibernate.search.backend.impl.lucene
public enum class: IndexInteractionType [javadoc | source]
java.lang.Enum
   org.hibernate.search.backend.impl.lucene.IndexInteractionType
Constants to make the LuceneWorkDelegates advertise the type of resource they are going to need to perform the work. NEEDS_INDEXREADER is missing to make sure there always is an optimal solution, as some operations can be done both through an IndexReader and an IndexWriter, but as of Lucene 2.4 there are no operations which can't be done using an IndexWriter.