Commit Graph

86 Commits

Author SHA1 Message Date
Matt
c0332d4381 fix qa 2015-01-31 18:42:31 -07:00
Matt
72b6546ed9 fix some smoke tests 2015-01-22 15:53:04 -07:00
Matt
faaaf3cb89 smoke test for query fix 2015-01-22 14:56:51 -07:00
Matt
e178c67f4b do not core on qa test fail 2014-12-17 16:31:37 -08:00
Matt
27db9d57a1 added undeletable posdb key test to qainject1().
caught an undeletable rec and fixed that in xmldoc.cpp.
2014-12-16 13:29:04 -08:00
Matt
578cde9d9d fix sections.cpp to not set root title section
to tagid TAG_TITLE.
2014-12-11 19:54:33 -08:00
Matt
b89f071f7c quite a few bug fixes from adding the new query
syntax qa test.
2014-12-11 18:24:28 -08:00
Matt
0460335861 more permission system updates 2014-12-08 09:49:17 -08: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
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
266d97608a fix a few more 64-bit conversion cores 2014-11-20 16:12:18 -08:00
Matt
4a0554c76f more 64bit fixes 2014-11-14 17:30:32 -08:00
Matt
4c19453ea9 working with -m32 for basic testing.
compiles for 64-bit.
2014-11-12 11:38:37 -08:00
Matt
96b8197ad3 now it compiles with -m32 2014-11-10 14:45:11 -08:00
Matt Wells
b13f3d24d7 replaced unsigned long long with uint64_t 2014-10-30 13:30:39 -06:00
mwells
ce56fb93ab fix qa test so we can roll out proxy code. 2014-09-30 15:40:02 -07:00
mwells
a8c5d6a46e fix gbfacetstr: operator for xml docs 2014-09-28 12:09:04 -07:00
mwells
7d3bcd7672 1 spider out at a time for qa test consistency 2014-09-28 11:00:31 -07:00
mwells
7a0f9fe370 fix support for indexing xml docs.
no longer use hacks gbxmltitle and gbxmllinks.
no longer convert html entities for xml docs using hacks
since we have XmlDoc::hashXmlFields() function.
added qaxml() qa test to test xml doc indexing and searching.
ignore <?xml> tag when generating xml tag compound name.
2014-09-28 10:43:41 -07:00
mwells
0267e865b8 minor fixes 2014-09-27 17:01:16 -07:00
mwells
afd41676d2 bring back meta tag display in results again.
added qa tests for advanced search and api parms.
various api parm fixes and hides.
do not do test url on proxies if test url empty.
2014-09-27 15:54:55 -07:00
mwells
a3a0b52ee4 added the query reindex smoke test.
fixed a lot of related bugs.
2014-09-25 17:44:35 -07:00
mwells
103138aa81 various bug fixes. more qa tests. 2014-09-24 20:03:16 -07:00
mwells
cb32766645 fix data import function some more. added qa test. 2014-09-24 12:40:39 -07:00
mwells
538f6103d5 get qa tests working again.
fixed facet links.
made data import function actually work so we can
import data from one collection (files) into another.
made url filters profile compatible with UFP_ stuff.
2014-09-23 17:48:40 -07:00
Matt Wells
9e13b793ea little spider gui mod 2014-09-18 14:41:33 -07:00
mwells
dae1df8789 fixed qa tests when doing it over multi-host cluster 2014-09-16 10:25:45 -06:00
mwells
5d7e7c2016 fix problem failing qatest 2014-09-11 17:04:08 -06:00
mwells
2870c1b0be fixed system call hanging. i guess system calls fork
and it did not like or SIGALRMs because when i set the iterm
off for those it was ok.
2014-09-11 04:57:27 -07:00
mwells
082b39e027 turn off images for qa tests.
fix loop stuff some more. seewms to be slower
2014-09-10 14:13:39 -07:00
mwells
b30bc6cb20 fixed query reindex for query delete. added qa test. 2014-09-06 10:38:32 -07:00
mwells
aa966043ad added quickpolls. 2014-08-28 19:45:25 -07:00
mwells
caee238c46 fixes to make easier to compile on max os x. 2014-08-28 12:55:02 -07:00
mwells
6607cc2cbe added gbfieldmatch: operator for exactly matching
full field names. case sensitive. uses gbfacetstr:
values that were hashed at index time. example:
gbfieldmatch:object.field:"Some Value"
See help.html for more examples.
2014-08-25 13:57:55 -07:00
mwells
2800ce0e04 fix a few bugs pertaining to tags.uri:"" fix
a while back.
2014-08-25 12:40:51 -07:00
mwells
6a28250e94 get qa test working after nyt bug fix 2014-08-06 16:00:25 -07:00
mwells
93152633db gui updates. fixed gigabits 2014-08-03 17:25:22 -07:00
mwells
2605462aed qa fixes 2014-08-02 09:07:33 -07:00
mwells
ac39293091 qa updates. provide "gburl" for diffbot json objs
so we can eject them with /admin/inject
2014-08-01 14:29:41 -07:00
mwells
f64c7a0f0d facet fixes 2014-07-31 07:04:20 -07:00
mwells
257f225232 more facet fixes 2014-07-30 17:00:33 -07:00
mwells
c4174a0ca6 fix bug causing qa json facet test to fail 2014-07-30 15:36:08 -07:00
mwells
2d6fd06c27 fix facets over json docs. added json
docs through add url and json queries to qa tests.
2014-07-30 14:50:33 -07:00
mwells
150277bc0f fix facets some more. added facet qa test. 2014-07-30 12:17:53 -07:00
mwells
515110c087 gb -h updates.
Merge branch 'master' into testing

Conflicts:
	qa.cpp
2014-07-30 06:46:38 -07:00
mwells
3f584ecdaa query scrape fixes 2014-07-29 19:55:31 -07:00
mwells
f405760a25 fix query scraping 2014-07-29 19:51:41 -07:00
mwells
312b39c059 lookup facet values to get their text representations. 2014-07-29 16:17:18 -07:00
mwells
4276700c8a fix qa tests 2014-07-29 12:21:22 -07:00
mwells
9f70d43a4b create qa subdir if does not exist 2014-07-29 07:36:40 -07:00