Backend: Add stopwords
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
739a9a3c54
commit
5b312cc1b5
2 changed files with 8 additions and 0 deletions
|
@ -9,6 +9,10 @@ android
|
||||||
sync
|
sync
|
||||||
usb
|
usb
|
||||||
dsc
|
dsc
|
||||||
|
pic
|
||||||
|
pict
|
||||||
|
picture
|
||||||
|
pictures
|
||||||
upload
|
upload
|
||||||
download
|
download
|
||||||
temp
|
temp
|
||||||
|
|
|
@ -14,6 +14,10 @@ var Stopwords = map[string]bool{
|
||||||
"sync": true,
|
"sync": true,
|
||||||
"usb": true,
|
"usb": true,
|
||||||
"dsc": true,
|
"dsc": true,
|
||||||
|
"pic": true,
|
||||||
|
"pict": true,
|
||||||
|
"picture": true,
|
||||||
|
"pictures": true,
|
||||||
"upload": true,
|
"upload": true,
|
||||||
"download": true,
|
"download": true,
|
||||||
"temp": true,
|
"temp": true,
|
||||||
|
|
Loading…
Reference in a new issue