Gets a client client attached to an index name which is ready to be created
(client)
| 120 | |
| 121 | @staticmethod |
| 122 | def getClient(client): |
| 123 | """ |
| 124 | Gets a client client attached to an index name which is ready to be |
| 125 | created |
| 126 | """ |
| 127 | return client |
| 128 | |
| 129 | @staticmethod |
| 130 | def createIndex(client, num_docs=100, definition=None): |
no outgoing calls
no test coverage detected