Package org.hibernate.search.engine.backend.work.execution


package org.hibernate.search.engine.backend.work.execution
  • Class
    Description
    Defines how to handle index commits after a document is written to the index, i.e. whether changes should be committed to disk immediately or not.
    Defines how to handle index refreshes after a document is written to the index, i.e. whether changes should be searchable immediately or not.
    Interface defining how operation should be submitted to the queue or executor.