Searched refs:m_sNormalized (Results 1 – 8 of 8) sorted by relevance
4816 tInfo.m_sNormalized = (const char *)pToken; in GetKeywords()4820 if ( tInfo.m_sNormalized.cstr()[0]==MAGIC_WORD_HEAD_NONSTEMMED ) in GetKeywords()4821 *(char *)tInfo.m_sNormalized.cstr() = '='; in GetKeywords()4829 tQword.m_sDictWord = tInfo.m_sNormalized; in GetKeywords()4867 if ( dKeywords[i].m_sNormalized!=dKeywords2[i].m_sNormalized ) in GetKeywords()4870 i, dKeywords[i].m_sNormalized.cstr(), iChunk, dKeywords2[i].m_sNormalized.cstr() ); in GetKeywords()
2166 CSphString m_sNormalized; member
9237 iRespLen += 4 + strlen ( dKeywords[i].m_sNormalized.cstr () ); in HandleCommandKeywords()9250 tOut.SendString ( dKeywords[i].m_sNormalized.cstr () ); in HandleCommandKeywords()10678 …kedLen ( dKeywords[i].m_sTokenized.cstr() ) + MysqlPackedLen ( dKeywords[i].m_sNormalized.cstr() ); in HandleMysqlCallKeywords()10684 tOut.SendMysqlString ( dKeywords[i].m_sNormalized.cstr() ); in HandleMysqlCallKeywords()
14413 tInfo.m_sNormalized = (const char*)sWord; in DoGetKeywords()14418 if ( tInfo.m_sNormalized.cstr()[0]==MAGIC_WORD_HEAD_NONSTEMMED ) in DoGetKeywords()14419 *(char *)tInfo.m_sNormalized.cstr() = '='; in DoGetKeywords()
2563 CSphString m_sNormalized; member2572 v1.m_sNormalized.Swap ( v2.m_sNormalized ); in Swap()
6762 if ( !hLocalDocs.Exists ( tKw.m_sNormalized ) ) // skip dupes in MultiQuery()6763 hLocalDocs.Add ( tKw.m_iDocs, tKw.m_sNormalized ); in MultiQuery()7409 tInfo.m_sNormalized = (const char*)sWord; in AddKeywordStats()7414 if ( tInfo.m_sNormalized.cstr()[0]==MAGIC_WORD_HEAD_NONSTEMMED ) in AddKeywordStats()7415 *(char *)tInfo.m_sNormalized.cstr() = '='; in AddKeywordStats()
10707 dKeywords.Sort ( bind ( &CSphKeywordInfo::m_sNormalized ) ); in SetupLocalDF()10713 if ( dKeywords[iDst-1].m_sNormalized==dKeywords[iSrc].m_sNormalized ) in SetupLocalDF()10729 int64_t * pDocs = m_hLocalDocs ( tKw.m_sNormalized ); in SetupLocalDF()10733 m_hLocalDocs.Add ( tKw.m_iDocs, tKw.m_sNormalized ); in SetupLocalDF()13668 iRespLen += 4 + strlen ( dKeywords[i].m_sNormalized.cstr () ); in HandleCommandKeywords()13681 tOut.SendString ( dKeywords[i].m_sNormalized.cstr () ); in HandleCommandKeywords()15891 tOut.PutString ( dKeywords[i].m_sNormalized.cstr() ); in HandleMysqlCallKeywords()
1450 tInfo.m_sNormalized = (const char*)sWord; in AddKeywordStats()1455 if ( tInfo.m_sNormalized.cstr()[0]==MAGIC_WORD_HEAD_NONSTEMMED ) in AddKeywordStats()1456 *(char *)tInfo.m_sNormalized.cstr() = '='; in AddKeywordStats()17994 strncpy ( (char *)sTokenized, dKeywords[iTokenized].m_sNormalized.scstr(), sizeof(sTokenized) ); in GetKeywords()18063 tInfo.m_sNormalized = (const char*)sWord; in AddKeywordStats()18068 if ( tInfo.m_sNormalized.cstr()[0]==MAGIC_WORD_HEAD_NONSTEMMED ) in AddKeywordStats()18069 *(char *)tInfo.m_sNormalized.cstr() = '='; in AddKeywordStats()