2e37c7cb78
Remove commented out code / unused include
2016-05-10 16:15:34 +02:00
ab0b9d03ea
Standardize header guards
2016-03-08 22:16:02 +01:00
64e88418af
Remove support for CSV which doesn't work currently anyway (returns an empty file)
2016-03-03 13:38:31 +01:00
7255c7aa23
Remove more unused variables/settings/functions
2016-03-02 20:09:25 +01:00
1e444b9b1c
Remove noop PostQueryRerank
2016-03-02 13:10:47 +01:00
9544d81739
Remove unused/set only variable from Msg40
2016-03-01 15:24:24 +01:00
a2f1fb6fc0
More use of Msg3a acessor methods instaed of direct member access
2016-03-01 11:52:24 +01:00
fc5db70663
Removed unreferenced fields in Msg40/Msg3a
2016-03-01 11:28:20 +01:00
9454c489a8
Removed declaration of not implemented methods
...
26 removed or comented out. According to flexxelint there are still 143 left,
but this must be enough for today.
2016-02-26 11:48:19 +01:00
b5d7b6e26c
Remove more facet codes
2016-02-25 16:54:56 +01:00
782373867d
Remove more gigabits (topic) code
2016-02-24 10:42:38 +01:00
866ae94f30
Remove more gigabit stuff
2016-02-24 00:32:44 +01:00
38f5758813
Remove gigabit buffer & fact buffer from Msg40
2016-02-23 22:53:07 +01:00
d33045349a
Remove m_docsToScanForTopics used for gigabits
2016-02-23 22:32:34 +01:00
385ccd13e8
Small step to remove gigabits. Remove m_debugGigabits flag.
2016-02-23 22:24:05 +01:00
f882b7b57c
Made Msg40/3a network timeouts configurable
2016-02-23 14:42:53 +01:00
0b39cc1f61
Removed write-only member msg40::m_lastHeartbeat
2016-02-22 19:46:57 +01:00
1439a2c4e7
Remvoed obsolete commented-out code (related to gigabits)
2016-02-22 18:00:17 +01:00
e50eeb4e86
Use a timeout (symbolic constant) for Msg39Request::m_timeout instead of -1 which essentially meant infinite timeout
2016-02-22 17:37:54 +01:00
f749be8629
Removed obsolete comment
2016-02-22 14:37:26 +01:00
9c6dd8511c
Removed declaration of unimplemented methods in Msg40
2016-02-16 12:27:00 +01:00
abd465f5a4
Removed unused members Msg39::m_nowUTC and Msg40::m_nowUTC
2016-02-15 11:40:22 +01:00
3bae6aa5f6
Removed constant-value SearchInput::m_numTopicGroups (always 1)
2016-01-29 16:01:31 +01:00
0b98f2c337
Remove some unused methods/class. Minor restructuring of test files.
2015-12-10 12:12:50 +01:00
f6207b75c7
Merged 6e12f96aeab29778b3b6ba64c5fe594e7e6989cd
2015-11-20 12:01:09 +01:00
f088e734f6
allow up to 3000 query terms. really we can allow
...
much more since we are mostly dynamically allocating,
only a few smaller arrays use the 3000 on the stack.
2015-07-10 19:02:30 -06:00
8af9237c21
if we did not print any facet tables out then do
...
not print "facets":[]\n,
2015-05-05 13:05:00 -07:00
c2567ad244
a hopeful fix for host #0 always crashing from
...
streaming socket timeouts.
2015-04-02 15:17:49 -06:00
f76f0c77d8
fix core while streaming and getting EPIPE.
...
but it seems like firefox and firefox only
has a bug it in when streaming json
with high start values like &s=20000&q=type:json
2015-01-28 19:53:38 -08:00
4e8a42e024
text replacements for bad int32_t substitutions
2014-11-17 18:24:38 -08:00
931a1c4bc6
good checkpoint. quite a few fixes.
2014-11-17 18:13:36 -08: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
5c7fc3b083
fix OOM for large &n=1000000000 values when searching.
...
just alloc for the docids found, not the docids asked for.
2014-10-09 11:35:35 -07:00
ce61090b52
more fixes for federated search going OOM
2014-10-07 11:03:10 -07:00
6c94cfceef
add <omitCount> stuff. fix getDocIds() recalls
...
when too many results invisible (dedupped etc.).
show in xml, json, html. provide link in html to
show omitted results.
2014-09-27 09:56:23 -07:00
efc7f3c064
support facet ranges now like
...
gbfacetint:gblang,0-1,1-2,2-3,3-4,5-6,6-18
2014-09-04 20:41:37 -07:00
a9e61b5aca
facet text lookup fixes.
2014-07-29 19:32:27 -07:00
312b39c059
lookup facet values to get their text representations.
2014-07-29 16:17:18 -07:00
d93d44250a
fix debug print statements
2014-07-01 11:46:01 -07:00
48a98df71d
make &s=20000 search much faster by skipping
...
generation of first 20000 summaries if
deduping is off, site clustering is off and
gigabit generation are off (&dr=0&sc=0&dsrt=0).
turn gigabits off on load for all customcrawls(diffbot)
2014-06-23 14:44:21 -07:00
3cf3cddc5c
beginning of total parm overhaul.
...
new injection parms, just need to engage them.
2014-06-12 21:27:06 -07:00
6664faa792
fix printing back-to-back commas when showing
...
results in json with &icc=1.
2014-05-20 13:23:29 -07:00
2f331d55e5
widget updates
2014-05-06 10:47:57 -07:00
5c0d646133
fix invalid json when doing &s=1
2014-04-25 13:46:20 -07:00
75032da5b9
fix pagination for &stream=1
2014-04-22 11:18:21 -07:00
e351d2a6f1
get searching on token working
2014-03-06 17:01:41 -08:00
25cf0efdbf
first compiled stab at multi collection searching.
2014-03-06 10:45:13 -08:00
2ab9aaeeaa
streaming csv fixes
2014-03-04 11:04:26 -08:00
b1381cc610
make csv streamable, faster and take almost no memory.
2014-03-04 10:45:57 -08:00