better indexing and classifier

This commit is contained in:
ston1th 2019-05-03 00:05:51 +02:00
commit 98b53d3a33
9 changed files with 168 additions and 32 deletions

View file

@ -12,9 +12,10 @@ type User struct {
}
type Result struct {
ID string
Path string
HTML template.HTML
ID string
Path string
Keyword string
HTML template.HTML
}
type Path struct {