Interface ILuceneConnection.BatchUpdateAction

  • Enclosing interface:
    ILuceneConnection

    public static interface ILuceneConnection.BatchUpdateAction
    • Method Detail

      • 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