Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DocumentScore ¶ added in v1.21.0
type RankResponse ¶
type RankResponse struct {
Query string `json:"query"`
Scores []DocumentScore `json:"scores"`
RankPropertyValue string `json:"property"`
Score float64 `json:"score"`
Error string `json:"error"`
}
Click to show internal directories.
Click to hide internal directories.