Commit Graph

148 Commits

Author SHA1 Message Date
Matt
040a604ec6 xmldoc back to o2 2015-04-13 14:49:44 -06:00
Matt
3e5218c54c fix gbssDocId:123456789, et al, query. will only work for docs indexed
after applying this fix.
2015-04-13 14:13:16 -06:00
Matt
10a31783bb fixes to pass internal qa tests in light
of gbss (spider status doc) changes and other things.
had to make xmldoc.o -O2 instead of -O3 to fix strange bug.
2015-04-01 11:20:36 -06:00
mwells
dfc069aaa1 do away with filtered/banned spider priorities.
add checkbox to signify force deletes to remove urls from index
if in the index, or not allow them in.
2015-03-17 20:27:23 -06:00
mwells
384761d4b5 fix build 2015-03-17 14:40:43 -06:00
Matt
a4e95899bd makefile updates for building pkgs 2015-03-10 21:43:37 -07:00
Matt
c894146e29 redhat cores in xmldoc.o if compiled with -O3 so use -O2 2015-02-18 08:32:07 -07:00
Matt
c60acf5f40 updates to makefile for bldg packages 2015-02-08 21:24:15 -08:00
Matt
2c0e0a57e6 Merge branch 'testing' 2015-02-08 19:44:37 -08:00
Matt
5eeeaef446 do not compile redhat's gb with -static.
even if we yum install the static libs
there's still problems.
2015-02-08 19:43:32 -08:00
mwells
8edc382888 fix makefile for pkg builds 2015-02-07 15:37:27 -07:00
Matt
bdc7625e11 64 bit package builds 2015-01-25 22:33:37 -07:00
Matt
daa46dcec5 build fixes 2015-01-25 21:50:35 -07:00
Matt
15c802f0aa Merge branch 'diffbot-testing' into testing 2014-12-14 16:38:03 -08:00
Matt
c8f305468f fix facet bug 2014-12-11 13:13:50 -08:00
Matt Wells
19f118dddf Merge branch 'diffbot-testing' into testing 2014-12-10 14:08:10 -08:00
Matt
e43365fc70 more pthread_t pid_t fixes 2014-12-10 14:06:17 -08:00
Matt
08169a5562 makefile minor change 2014-12-10 13:29:59 -08:00
Matt
329f004e74 compiler updates 2014-12-10 12:09:04 -08:00
Matt
d8ba619df3 makefile updates 2014-12-10 11:53:46 -08:00
Matt
3ee6f7149f Merge branch 'diffbot-testing' into testing 2014-12-10 11:03:12 -08:00
Matt Wells
720517c2f5 fix facet range lists 2014-12-09 16:51:14 -08:00
Matt Wells
845c9d8a13 version update in makefile 2014-12-06 11:15:34 -07:00
Matt
41c8817bdb fixed summary initialization error
of the flags buffer.
fixed term freq algo. use exact term freq
for qatest123. made Summary.o -O3 again.
fix gbsystem() to disable both timers.
2014-12-06 10:14:48 -07:00
mwells
2ccb4f5c69 show spider req/repl sizes added to spiderdb in logIt().
make 'make' by itself work on 32-bit archs again.
2014-12-04 13:57:42 -07:00
mwells
144c488a4e do not force -m64 on a 32-bit system 2014-12-02 21:45:52 -07:00
mwells
3c92fd6916 fix Inlink accessor function core.
don't use off_urlBuf, etc. any more just
use size_urlBuf, etc. now for better backwards
compatibility.
2014-12-02 10:26:10 -07:00
mwells
1b347188a3 fix makefile to use -m64 by default. 2014-12-01 11:44:41 -07:00
Matt
6aa217ce1d quick fix 2014-11-26 18:41:36 -07:00
Matt
cb33680b40 add make msg to install certain pkgs if make fails 2014-11-26 18:41:05 -07:00
Matt
fa2ad505f2 'make gb32' compiles the 32-bit version.
'make' does 64-bit.
2014-11-26 18:27:47 -07:00
Matt
5b92b5f6d5 now term freqs are almost exact for qatest123.
sometimes an off by 1 bug. we should really call
msg5 to get the list w/o thread and get a truly
exact term freq for qatest123 for consistency.
that would be in Posdb.cpp::getTermFreq()
2014-11-25 15:54:15 -07:00
Matt
dbd8af0eaa -O4 put backs in makefile. efence off. 2014-11-17 18:14:13 -08:00
Matt
931a1c4bc6 good checkpoint. quite a few fixes. 2014-11-17 18:13:36 -08:00
Matt
4a0554c76f more 64bit fixes 2014-11-14 17:30:32 -08:00
Matt
c6605d7b33 64 bit somewhat working at runtime. need to test all functionality
to make sure. fixes are pretty trivial.
2014-11-12 19:18:25 -08:00
Matt
4c19453ea9 working with -m32 for basic testing.
compiles for 64-bit.
2014-11-12 11:38:37 -08:00
mwells
e10f6cdd61 cygwin fixes 2014-09-26 23:04:16 -07:00
mwells
7bbe406e1b version update 2014-09-26 08:52:09 -06:00
mwells
95f771cde3 version updates 2014-09-25 21:41:37 -06:00
mwells
2ca303b7d7 new import code copiling. now needs runtime testing and
qa tests.
2014-09-20 20:12:28 -07:00
mwells
f832e587f5 Merge branch 'testing' of github.com:gigablast/open-source-search-engine into testing
Conflicts:
	Makefile
2014-09-20 16:58:51 -07:00
mwells
489bb162be stage 1 import tool 2014-09-20 16:58:12 -07:00
mwells
b88dd593d8 Merge branch 'master' of github.com:gigablast/open-source-search-engine
Conflicts:
	Version.h
2014-09-19 13:52:21 -06:00
mwells
91c14255e1 makefile updates 2014-09-19 13:51:08 -06:00
Matt Wells
8cf5bdc8a2 force gb to recompile version every time
you do a make, so version is updated automatically.
2014-09-19 12:23:40 -07:00
mwells
9d69c1362d added proper version computation to gb 2014-09-19 10:25:48 -06:00
mwells
46f6b55298 makefile fixes 2014-09-10 08:01:05 -06:00
mwells
8f6b82261f makefile updates 2014-08-27 22:09:21 -06:00
mwells
203754b78a makefile updates 2014-08-27 19:59:57 -06:00