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

This commit is contained in:
Matt Wells 2014-05-16 08:08:42 -07:00
commit 1af8ca846f

@ -10095,7 +10095,8 @@ void Parms::init ( ) {
m->m_title = "index body";
m->m_desc = "Index the body of the documents so you can search it. "
"Required for searching that. You wil pretty much always "
"want to keep this enabled.";
"want to keep this enabled. Does not apply to JSON "
"documents.";
m->m_cgi = "ib";
m->m_off = (char *)&cr.m_indexBody - x;
m->m_type = TYPE_BOOL;