Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
func NewBuilder ¶
func NewBuilder() *Builder
func (*Builder) SearchFields ¶
type FacetField ¶
func NewFacetField ¶
func NewFacetField(name string, value jsoniter.RawMessage) (FacetField, error)
type Facets ¶
type Facets struct {
Fields []FacetField
}
func UnmarshalFacet ¶
func UnmarshalFacet(input jsoniter.RawMessage) (Facets, error)
type Query ¶
type Query struct { Q string Fields []string Facets Facets PageSize int WrappedF *filter.WrappedFilter }
func (*Query) ToSearchFacetSize ¶
func (*Query) ToSearchFacets ¶
func (*Query) ToSearchFields ¶
func (*Query) ToSearchFilter ¶
Click to show internal directories.
Click to hide internal directories.