Correct indexName comment.

Original Pull Request #1916
This commit is contained in:
Jade Peng 2021-09-02 02:36:08 +08:00 committed by GitHub
parent 305d930870
commit 35c7ef4fed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ public @interface Document {
* Name of the Elasticsearch index. * Name of the Elasticsearch index.
* <ul> * <ul>
* <li>Lowercase only</li> * <li>Lowercase only</li>
* <li><Cannot include \, /, *, ?, ", <, >, |, ` ` (space character), ,, #/li> * <li>Cannot include \, /, *, ?, ", <, >, |, ` ` (space character), ,, #</li>
* <li>Cannot start with -, _, +</li> * <li>Cannot start with -, _, +</li>
* <li>Cannot be . or ..</li> * <li>Cannot be . or ..</li>
* <li>Cannot be longer than 255 bytes (note it is bytes, so multi-byte characters will count towards the 255 limit * <li>Cannot be longer than 255 bytes (note it is bytes, so multi-byte characters will count towards the 255 limit