Versions in this module Expand all Collapse all v2 v2.3.1 May 15, 2023 Changes in this version + func Mapping() *mapping.IndexMappingImpl + type BleveIndexer struct + func NewBleve(index bleve.Index, libraryPath string, read map[string]metadata.Reader) *BleveIndexer + func (b *BleveIndexer) AddFile(file string) error + func (b *BleveIndexer) AddLibrary(fs afero.Fs, batchSize int) error + func (b *BleveIndexer) Close() error + func (b *BleveIndexer) Count() (uint64, error) + func (b *BleveIndexer) RemoveFile(file string) error + func (b *BleveIndexer) Search(keywords string, page, resultsPerPage int, wordsPerMinute float64) (*controller.Result, error) Other modules containing this package github.com/svera/coreander github.com/svera/coreander/v3 github.com/svera/coreander/v4