@ExportPackage @PublicApi
See: Description
Class | Description |
---|---|
CacheControlSearcher |
Searcher that sets cache control HTTP headers in response based on query/GET parameters to
control caching done by proxy/caches such as YSquid and YTS:
max-age=XXX - set with &cachecontrol.maxage parameter
stale-while-revalidate=YYY - set with &cachecontrol.staleage
no-cache - if Vespa &noCache or &cachecontrol.nocache parameter is set to true
|
ConnectionControlSearcher |
Searcher which can enforce HTTP connection close based on query properties.
|
InputCheckingSearcher |
Check whether the query tree seems to be "well formed".
|
InputCheckingSearcher.Count | |
RateLimitingSearcher |
A simple rate limiter.
|
RateLimitingSearcher.AvailableCapacity |
This keeps track of the current "capacity" (total cost) available to each client (rate id)
across all threads.
|
RateLimitingSearcher.CapacityAllocation | |
ValidateMatchPhaseSearcher |
Validates that the attribute given as match-phase override is actually a valid numeric attribute
with fast-search enabled.
|
Copyright © 2017. All rights reserved.