Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultiSearchHitSorter ¶
type MultiSearchHitSorter struct {
// contains filtered or unexported fields
}
func NewMultiSearchHitSorter ¶
func NewMultiSearchHitSorter(sort search.SortOrder, hits search.DocumentMatchCollection) *MultiSearchHitSorter
func (*MultiSearchHitSorter) Len ¶
func (m *MultiSearchHitSorter) Len() int
func (*MultiSearchHitSorter) Less ¶
func (m *MultiSearchHitSorter) Less(i, j int) bool
func (*MultiSearchHitSorter) Swap ¶
func (m *MultiSearchHitSorter) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.