Merge branch 'diffbot-testing' of github.com:gigablast/open-source-search-engine into diffbot-testing

This commit is contained in:
Matt Wells 2015-03-12 14:00:03 -07:00
commit 5d2a9d6d8c

@ -2570,6 +2570,11 @@ bool Query::setQWords ( char boolFlag ,
qw->m_ignoreWordInBoolQuery = true;
}
// this seems case sensitive now, gbfacetstr:humanLang
if ( fieldCode == FIELD_GBFACETSTR ) {
wid = hash64 ( w , wlen , 0LL );
}
if ( fieldCode == FIELD_GBFIELDMATCH ) {
// hash the json field name. (i.e. tag.uri)
// make it case sensitive as