Skip to content

Commit 9b48e30

Browse files
committed
update comment for CreateIndex
1 parent 7f4ba09 commit 9b48e30

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main/java/org/teasoft/beex/osql/mongodb/CreateIndex.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@
2323
* Create index and drop indexes.
2424
* @author Kingstar
2525
* @since 2.1
26-
* for Sharding
27-
* @since 2.5.0
26+
* For Sharding.
27+
* <br>If collectionName(table name) end with '[$#(index)#$]', will process as sharding full mode;
28+
* <br>It will be executed on all nodes.
29+
* @since 2.5.2
2830
*/
2931
public interface CreateIndex {
3032

0 commit comments

Comments
 (0)