-
Notifications
You must be signed in to change notification settings - Fork 3
Service: Search via Network Endpoint
Eliza Margaretha edited this page May 30, 2022
·
1 revision
This service is integrated within the Search service and can be used by setting the query parameter engine=network
, thus the search will be sent to a search engine at a network endpoint.
Before starting a Kustvakt server, the network endpoint URL must be set in the kustvakt configuration file (kustvakt.conf). For example:
network.endpoint.url=http://localhost:1080/searchEndpoint
During a search request, the Koral query of the given query string will be sent to the specified network endpoint URL. Kustvakt will then show the results returned from the search engine running at this network endpoint URL.
- This service is experimental and may change without any notice.
- The rewrites format is experimental and may change without any notice.
- The overall response format is temporary and will be changed once it has been specified in the KoralQuery documentation.
Request
http://localhost:8089/api/v1.0/search?q=Feuer&ql=poliqarp&engine=network
- Importing Kustvakt to Eclipse
- Installing Lombok
- Setting annotation processors
- Setting a test environment
- HTTP Basic Authentication
- OAuth2 authorization scopes
- OAuth2 authorization request
- OAuth2 token request
- OAuth2 token revocation
- OAuth2 client registration
- OAuth2 client info
- OAuth2 client deregistration
- OAuth2 client secret reset
- Plugin registration
- Plugin list (marketplace)
- Plugin installation
- Plugin uninstallation
- Installed plugin list
- VC creation and update
- VC deletion
- VC list
- VC info
- VC KoralQuery
- VC statistics
- VC statistics with KoralQuery