I need to know what is the limit of the search definition in Vespa, and is there any size limit or the number of records limit in one search definition?
I need to know what is the limit of the search definition in Vespa, and is there any size limit or the number of records limit in one search definition?
No hard limits. The most search definitions/schemas I've seen are a few hundreds, and the most fields a couple of thousand.
If you need more than that it sounds like a use case where should use Map fields instead.