package
Version:
v1.19.5
Opens a new window with list of versions in this module.
Published: May 18, 2023
License: BSD-3-Clause
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ExploreMove moves an existing Search Vector closer (or further away from) a specific other search term
type GroupBy struct {
Property string
Groups int
ObjectsPerGroup int
}
type HybridSearch struct {
SubSearches interface{} `json:"subSearches"`
Type string `json:"type"`
Limit int `json:"limit"`
Alpha float64 `json:"alpha"`
Query string `json:"query"`
Vector []float32 `json:"vector"`
Properties []string `json:"properties"`
}
type KeywordRanking struct {
Type string `json:"type"`
Properties []string `json:"properties"`
Query string `json:"query"`
AdditionalExplanations bool `json:"additionalExplanations"`
}
type NearObject struct {
ID string `json:"id"`
Beacon string `json:"beacon"`
Certainty float64 `json:"certainty"`
Distance float64 `json:"distance"`
WithDistance bool `json:"-"`
}
type NearVector struct {
Vector []float32 `json:"vector"`
Certainty float64 `json:"certainty"`
Distance float64 `json:"distance"`
WithDistance bool `json:"-"`
}
type WeightedSearchResult struct {
SearchParams interface{} `json:"searchParams"`
Weight float64 `json:"weight"`
Type string `json:"type"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.