I have total 1600 documents in vespa but using query I am only able to get 400 documents as there is limit of 400 in vespa. How can I get all documents using query in vespa or is there any other way to to do this. Here is the query I am using:
https://localhost:8080/search/?yql=select * from sources * where default contains "7eNMedftCqkKoaw" limit 400;
Please help!!