()
| 266 | } |
| 267 | |
| 268 | func (r *IndexClient) Fields() ([]string, error) { |
| 269 | return nil, indexClientUnimplementedErr |
| 270 | } |
| 271 | |
| 272 | func (r *IndexClient) FieldDict(field string) (index.FieldDict, error) { |
| 273 | return nil, indexClientUnimplementedErr |
no outgoing calls