Versions in this module Expand all Collapse all v2 v2.0.11 May 26, 2024 v2.0.10 Apr 5, 2024 v2.0.9 Apr 4, 2024 Changes in this version type Config + XML indexer.ConfigXML v2.0.8 Mar 27, 2024 v2.0.7 Mar 15, 2024 v2.0.6 Mar 15, 2024 v2.0.5 Nov 2, 2023 v2.0.4 Nov 1, 2023 v2.0.3 Oct 26, 2023 v2.0.2 Oct 13, 2023 v2.0.1 Sep 8, 2023 Changes in this version + type Config struct + Clamav *ConfigClamAV + External []ExternalAction + FFMPEG *ConfigFFMPEG + FileMap []FileMap + ImageMagick *ConfigImageMagick + MimeRelevance map[string]MimeWeight + NSRL *ConfigNSRL + Siegfried *ConfigSiegfried + Tika *ConfigTika + URLRegexp []string + func LoadConfig(tomlBytes []byte) (*Config, error) + type ConfigClamAV struct + ClamScan string + Enabled bool + Timeout duration + Wsl bool + type ConfigFFMPEG struct + Enabled bool + FFProbe string + Mime []indexer.FFMPEGMime + Online bool + Timeout duration + Wsl bool + type ConfigImageMagick struct + Convert string + Enabled bool + Identify string + Online bool + Timeout duration + Wsl bool + type ConfigNSRL struct + Badger string + Enabled bool + type ConfigSiegfried struct + Enabled bool + MimeMap map[string]string + SignatureFile string + type ConfigTika struct + AddressFulltext string + AddressMeta string + Enabled bool + Online bool + RegexpMimeFulltext string + RegexpMimeMeta string + RegexpMimeNotFulltext string + RegexpMimeNotMeta string + Timeout duration + type ExternalAction struct + ActionCapabilities []indexer.ActionCapability + Address string + CallType indexer.ExternalActionCalltype + Mimetype string + Name string + type FileMap struct + Alias string + Folder string + type Indexer indexer.ActionDispatcher + func InitIndexer(conf *Config, logger *logging.Logger) (ad *Indexer, err error) + func (idx *Indexer) Index(fsys fs.FS, path string, realname string, actions []string, ...) (*indexer.ResultV2, map[checksum.DigestAlgorithm]string, error) + type MimeWeight struct + Regexp string + Weight int v2.0.0-beta.6 Oct 13, 2023 v2.0.0-beta.5 Oct 13, 2023 Other modules containing this package github.com/je4/indexer/v3