Documentation
¶
Index ¶
- Variables
- func HitsSearchEngine(tokens []string, indexable Indexer) entities.Iterator
- func LinearSearchEngine(tokens []string, indexable Indexer) entities.Iterator
- func NoopAllSearchEngine(tokens []string, indexable Indexer) entities.Iterator
- func NoopZeroSearchEngine(tokens []string, indexable Indexer) entities.Iterator
- type Engine
- type EngineType
- type HitsSearchRow
- type Indexer
Constants ¶
This section is empty.
Variables ¶
View Source
var JsonHitsSearchResultSerializer = jsonSearchResultSerializer{}
Functions ¶
func LinearSearchEngine ¶
func NoopAllSearchEngine ¶
Types ¶
type EngineType ¶
type EngineType byte
const ( NoopZero EngineType = iota NoopAll Hits SmartsHits Linear )
type HitsSearchRow ¶
Click to show internal directories.
Click to hide internal directories.