Skip to content

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.

** WARNING: **

  • 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.

Example

Request

http://localhost:8089/api/v1.0/search?q=Feuer&ql=poliqarp&engine=network

Advanced Setting

Developer Setting

Search services

Metadata services

Authentication and Authorization services

Client services

Super client services

Plugin services

User services

User group services

Virtual corpus services

Virtual corpus access services

Administrative services

Description services

Clone this wiki locally