-----------------------------------------------------
()
| 330 | // ----------------------------------------------------- |
| 331 | |
| 332 | func (r *IndexClient) Count() (uint64, error) { |
| 333 | return r.DocCount() |
| 334 | } |
| 335 | |
| 336 | func (r *IndexClient) Query(buf []byte) ([]byte, error) { |
| 337 | u, err := UrlWithAuth(r.AuthType(), r.QueryURL) |