Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExploreMove ¶
type ExploreMove struct { Values []string Force float32 Objects []ObjectMove }
ExploreMove moves an existing Search Vector closer (or further away from) a specific other search term
type HybridSearch ¶
type HybridSearch struct { SubSearches interface{} `json:"subSearches"` Type string `json:"type"` Alpha float64 `json:"alpha"` Query string `json:"query"` Vector []float32 `json:"vector"` Properties []string `json:"properties"` TargetVectors []string `json:"targetVectors"` FusionAlgorithm int `json:"fusionalgorithm"` }
type KeywordRanking ¶
type NearObject ¶
type NearTextParams ¶
type NearTextParams struct { Values []string Limit int MoveTo ExploreMove MoveAwayFrom ExploreMove Certainty float64 Distance float64 WithDistance bool Network bool Autocorrect bool }
type NearVector ¶
type ObjectMove ¶
type WeightedSearchResult ¶
Click to show internal directories.
Click to hide internal directories.