Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BleveService ¶
type BleveService struct { Logger zerolog.Logger Client *rpc.Client RetryLimit uint8 DelayDuration time.Duration // contains filtered or unexported fields }
func (*BleveService) Delete ¶
func (s *BleveService) Delete(filename string, identifier string) error
func (*BleveService) Index ¶
func (s *BleveService) Index(filename string, identifier string, data any) error
func (*BleveService) Query ¶
func (s *BleveService) Query(filename string, search string) ([]string, error)
func (*BleveService) Register ¶
func (s *BleveService) Register(filenames []string) error
Click to show internal directories.
Click to hide internal directories.