Skip to content

lichess-org/lila-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Search service for lichess.org

"Keep elasticsearch threads out of your web facing app, kids" -- W. Churchill

Developement

Start sbt

Start sbt:

sbt

Inside sbt console

Start server:

app/run

Run tests:

test

Run code format and auto code refactor with scalafmt & scalafix:

prepare

Start ingestor service:

ingestor-app/run

Start ingestor cli tool

ingestor-cli/run --help

CLI tool

# index all documents for specific index
sbt 'ingestor-cli/run index --index team --since 0'

# index all documents for all indexes
sbt 'ingestor-cli/run index --all --since 0'

release

sbt release with-defaults

Sponsor this project

Packages

 
 
 

Contributors 14