Interface ILuceneConnection.BatchUpdateAction

Enclosing interface:
ILuceneConnection

public static interface ILuceneConnection.BatchUpdateAction
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Perform batch update operation.
  • Method Details

    • perform

      void perform() throws Exception
      Perform batch update operation. Use this action for multi-step operations where you want to acquire a write lock for the duration of the operation.
      Throws:
      Exception