Package-level declarations

Types

Link copied to clipboard

Additional search results can be injected to the list of search results shown to the user by the application or the API user to enhance the result list with application specific entries. These search results are identified by ApplicationFeedbackResultId.

Link copied to clipboard
data class FeedbackEvent(val sessionId: UUID, val type: FeedbackEventType, val resultId: FeedbackResultId, @IntRange(from = 0) val position: Int, val actionTime: Date)

Feedback event describing user interactions with the search results. The client application can report these events back to the search service to be used for analyzing and improving the search service.

Link copied to clipboard

Feedback event type that describes the user actions performed on a specific search result.

Link copied to clipboard

Identifies the search result for which a feedback event is posted.

Link copied to clipboard

Represents the identifier for a search result that comes from the search service.