Stopwords: Add "unknown", "title", "caption" and "description"

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-06-27 14:24:30 +02:00
parent 6c7ed8fdff
commit f0af60a82b
2 changed files with 8 additions and 0 deletions

View file

@ -29,6 +29,10 @@ download
downloads downloads
edit edit
edited edited
unknown
title
caption
description
temp temp
var var
lib lib

View file

@ -34,6 +34,10 @@ var StopWords = map[string]bool{
"downloads": true, "downloads": true,
"edit": true, "edit": true,
"edited": true, "edited": true,
"unknown": true,
"title": true,
"caption": true,
"description": true,
"temp": true, "temp": true,
"var": true, "var": true,
"lib": true, "lib": true,