Skip to content

RedElectricity/FullTextSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FullTextSearch

A Toy Full Text Search

No verify warning

Run

Before you build it, you should modify manifest/config/config.yml

server:
  #You can modify the address you like
  address:     ":8000"
  openapiPath: "/api.json"
  swaggerPath: "/swagger"

logger:
  level : "all"
  stdout: true

Jieba:
  # This option is decide Jieba mode
  useHMM: true
  # You can load Your dict(WIP)
  dictPath: ""

# Modify Address which is your Redis server
redis:
  TextRecord:
    address: 1.1.1.1
    db: 1
  IndexRecord:
    address: 1.1.1.1
    db: 2

And use this command to run it(By docker)

make run

Or use this command to build it

make cli.install
gf build

About

A Toy🧸 Full Text Search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages