소스 검색

Fixed document mistake and fit for 5.1.1 API

Rui Hu 8 년 전
부모
커밋
80f8dfe852
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docs/java-api/docs/index_.asciidoc

+ 2 - 2
docs/java-api/docs/index_.asciidoc

@@ -156,8 +156,8 @@ String _type = response.getType();
 String _id = response.getId();
 // Version (if it's the first time you index this document, you will get: 1)
 long _version = response.getVersion();
-// isCreated() is true if the document is a new one, false if it has been updated
-boolean created = response.isCreated();
+// status has stored current instance statement.
+RestStatus status = response.status();
 --------------------------------------------------
 
 For more information on the index operation, check out the REST