mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-07-05 10:12:33 +00:00
parent
305d930870
commit
35c7ef4fed
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user