IndexReference constructor

IndexReference(
  1. HopDocClient client,
  2. String index
)

Implementation

IndexReference(HopDocClient client, String index) : super(client, index);