package
0.0.0-20181015185059-61d62eb9aa4d
Repository: https://github.com/m3db/m3ninx.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

NewMockExecutor creates a new mock instance.
NewMockQuery creates a new mock instance.
NewMockSearcher creates a new mock instance.

# Structs

MockExecutor is a mock of Executor interface.
MockExecutorMockRecorder is the mock recorder for MockExecutor.
MockQuery is a mock of Query interface.
MockQueryMockRecorder is the mock recorder for MockQuery.
MockSearcher is a mock of Searcher interface.
MockSearcherMockRecorder is the mock recorder for MockSearcher.

# Interfaces

Executor is responsible for executing queries over a snapshot.
Query is a search query for documents.
Searcher executes a query against a collection of Readers.

# Type aliases

Searchers is a slice of Searcher.