search

package
v0.0.0-...-dcd8c9c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 18, 2026 License: Apache-2.0 Imports: 27 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDirectorySearcher

func NewDirectorySearcher(dir string) (zoekt.Streamer, error)

NewDirectorySearcher returns a searcher instance that loads all shards corresponding to a glob into memory.

Types

type DirectoryWatcher

type DirectoryWatcher struct {
	// contains filtered or unexported fields
}

func (*DirectoryWatcher) Stop

func (sw *DirectoryWatcher) Stop()

func (*DirectoryWatcher) String

func (s *DirectoryWatcher) String() string

func (*DirectoryWatcher) WaitUntilReady

func (s *DirectoryWatcher) WaitUntilReady() error

type ReadySearcher

type ReadySearcher interface {
	zoekt.Streamer
	Ready() bool
}

ReadySearcher is a Streamer that reports whether its initial load is complete.

func NewDirectorySearcherFast

func NewDirectorySearcherFast(dir string) (ReadySearcher, error)

NewDirectorySearcherFast is like NewDirectorySearcher, but does not block on the initial loading of shards.

This exists since in the case of zoekt-webserver we are happy with having partial availability since that is better than no availability on large instances.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL