org.hibernate.search.backend
public enum class: WorkType [javadoc |
source]
java.lang.Enum
org.hibernate.search.backend.WorkType
Enumeration of the different types of Lucene work. This enumeration is used to specify the type
of index operation to be executed.
- author:
Emmanuel - Bernard
- author:
Hardy - Ferentschik
- author:
John - Griffin
| Method from org.hibernate.search.backend.WorkType Detail: |
public boolean searchForContainers() {
return this.searchForContainers;
}
When references are changed, either null or another one, we expect dirty checking to be triggered (both sides
have to be updated)
When the internal object is changed, we apply the {Add|Update}Work on containedIns |