Skip to content

Add hidden option for index #4348

Closed
Closed
@nayu139

Description

@nayu139

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();

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions