817b8617e1
#include cleanup of Words.h
2016-08-11 16:51:34 +02:00
ef77fe6bca
#include cleanup in Phrases.*
2016-08-05 14:31:28 +02:00
aba543a168
Fix conversion from string literal to 'char *' for XmlDoc
2016-05-31 11:38:52 +02:00
ad7bb591af
Re-added private access specifier in Words class
...
Caused quite a lot of changes where other code hand its dirty hands in the
innards of Words. Added necessary accessor methods, and used the opportunity to
add const if possible.
2016-05-23 16:41:14 +02:00
64473f2bea
A bit of more constness in Words
2016-05-23 15:55:23 +02:00
5bc5ccc9e2
more constness
2016-05-13 17:07:07 +02:00
fe6d3a374e
Removed unused methods/functions from Words.*
2016-05-13 16:41:39 +02:00
3ae2ee562f
constness
2016-05-13 16:37:49 +02:00
ee90e17d76
more constness
2016-05-12 14:09:10 +02:00
ab0b9d03ea
Standardize header guards
2016-03-08 22:16:02 +01:00
681617a328
Remove unused fields/variables
2016-03-02 12:30:15 +01:00
0e392c9921
Remove undefined functions
2016-02-25 22:04:29 +01:00
9e1a768b37
Remove some unused methods & code style changes
2016-02-25 13:45:34 +01:00
cc1a433251
Add timing log in XmlDoc for query. Optimize Phrases.cpp. Remove unused codes
2016-02-24 16:12:05 +01:00
2c14f659e4
Remove similar/unused Words::set methods
2016-01-12 11:46:28 +01:00
143c2426d5
Removed unused member Words::m_s
2015-12-04 13:45:22 +01:00
80f7c4017f
Remove Words::m_version
...
Removed m_version memeber which was write-only. Removed version parameter to
set() methods.
2015-11-30 16:24:58 +01:00
2f819e0baa
Removed 'niceness' parameter from the two overloaded countWords()
...
It is doubtful that quickpoll is needed for each character (yes, character) in a
document. The removal also fixed a bug in Msg40::computeGigabits() calling the
wrong version of the function.
2015-11-26 14:31:30 +01:00
2413a9b9b1
query stop words now based on selected langid.
2015-03-08 15:16:24 -07:00
96b8197ad3
now it compiles with -m32
2014-11-10 14:45:11 -08:00
e7dd8f7956
replace long long with int64_t
2014-10-30 13:36:39 -06:00
f6e560c1f4
Initial file population.
2013-08-02 13:12:24 -07:00