Skip to content

mkunten/ftb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ftb

fulltext search app back-end

configuration

Edit config.toml.

options type descr
ResetES bool if true, recreate ES indices
ESAddresses []string ES addresses
IndexName string ES index name
MecabDir string base path for mecab unidic dictionaries
BulkSourceDir string base path for files to be indexed
BulkESUnitNum string max unit size for bulk indexing
IsBulkSubdir bool if true, e.g., '0001-001001' is treated as '0001/0001-001001'
AbortOnError bool if true, abort on error

dev

  source envfile
  air

test

  source envfile
  # go generate
  go test

build

  source envfile
  # go generate
  go build

About

fulltext search app back-end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages