Closed
Description
I need hidden option when ensureIndex. I have already coded it on my computer, but I don't kown how to push it~
ex:
Index index = new Index();
index.named(indexName).background().hidden();
indexOperations.ensureIndex(index);
and get is hidden when get index info, ex:
indexOperations.getIndexInfo();