8da6618685
If a word in a query is a high-freq-term then ignore it if possible
...
If a word is in the high-freq-term-cache then don't search for that word. bigrams thereof is fine. Also, if it is the only word in the query then allow searching for it anyway.
2017-02-13 16:44:34 +01:00
edb1d94993
Remember full 18-byte start- and end-key in high-freq-term
...
Ultimatley RdbList:.set() is called and that needs to full 18-yte start and endkey.
2016-11-04 14:35:40 +01:00
48dfee6420
corrected previous fix. Init ptr in constructor to make coverity happy
2016-09-22 22:01:39 +02:00
ab0b9d03ea
Standardize header guards
2016-03-08 22:16:02 +01:00
1b38f7ec2c
Detect high-frequency terms based on extern frequency file
...
(work in progress)
Use extern high-frequency term + PosDB shortcut file for detecting terms where
we shouldn't go into Msg/PosDB.
2016-01-21 17:25:33 +01:00