Is json api for search only available for RT indices?

69 Views Asked by At

I tried to use '/json/search' api for a local plain index but encountered this error:

"unknown local index(es) 'index_name' in search request"

Does manticore support json api for search on all types of indices?

1

There are 1 best solutions below

0
aditirex On

The API is available for all indexes. Are you sure that index 'index_name' exists?