Merge branch 'diffbot-testing' of github.com:gigablast/open-source-search-engine into diffbot-testing
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user