Handle missing search indexes
[aai/data-router.git] / src / main / resources / logging / DataRouterMsgs.properties
index 352f239..9650b22 100644 (file)
@@ -77,6 +77,10 @@ PROCESS_REST_REQUEST=\
             DR0009I|\
             Received request {0} {1} from {2}.  Sending response: {3}
             
+CREATE_MISSING_INDEX=\
+                       DR0013I|\
+                       Index {0} may not exist in the search data store.  Attempting to create it now.
+
 PROCESS_EVENT=\
             DR0010I|\
             Processed event {0}.  Result: {1}
@@ -133,3 +137,6 @@ SYSTEM_ERROR=\
             DR3011E|\
             System Error: {0}\ 
             
+FAIL_TO_CREATE_UPDATE_DOC=\
+                   DR3015E|\
+                   Failed to create or update document in index {0}.  Cause: {1}