fix QueryNode comment

This commit is contained in:
Matt Jaffee 2018-05-07 12:42:39 -07:00
parent 420631e748
commit b2eb8f02ee
No known key found for this signature in database
GPG key ID: 08A3DFFF987B11BF

View file

@ -223,7 +223,7 @@ func (c *InternalHTTPClient) FragmentNodes(ctx context.Context, index string, sl
return a, nil
}
// QueryNode executes query against the index.
// Query executes query against the index.
func (c *InternalHTTPClient) Query(ctx context.Context, index string, queryRequest *internal.QueryRequest) (*internal.QueryResponse, error) {
return c.QueryNode(ctx, c.defaultURI, index, queryRequest)
}