Merge branch 'ia' into ia-zak

This commit is contained in:
Matt
2015-10-10 14:15:46 -06:00

@ -6649,7 +6649,7 @@ void PosdbTable::intersectLists10_r ( ) {
// do this shortcut right now... mdw oct 10 2015
if ( nsub == 1 &&
// need it for gbfacet termlists though it seems
(nwpFlags[0] & BF_FACET) &&
(nwpFlags[0] & (BF_FACET|BF_NUMBER)) &&
!(nwpFlags[0] & BF_SYNONYM) &&
!(nwpFlags[0] & BF_HALFSTOPWIKIBIGRAM) ) {
miniMergedList [j] = nwp [0];