Searched refs:m_tDocInfo (Results 1 – 13 of 13) sorted by relevance
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/ |
H A D | testrt.cpp | 88 if ( pSrc->m_tDocInfo.m_iDocID ) in DoIndexing() 89 pIndex->AddDocument ( pHitsNext, pSrc->m_tDocInfo, NULL, dMvas, sError ); in DoIndexing() 91 if ( ( pSrc->GetStats().m_iTotalDocuments % COMMIT_STEP )==0 || !pSrc->m_tDocInfo.m_iDocID ) in DoIndexing() 101 if ( !pSrc->m_tDocInfo.m_iDocID ) in DoIndexing()
|
H A D | tests.cpp | 1650 if ( m_tDocInfo.m_iDocID ) in NextDocument() 1652 m_tDocInfo.m_iDocID = 0; in NextDocument() 1656 m_tDocInfo.m_iDocID++; in NextDocument() 1798 if ( !pSrc->m_tDocInfo.m_iDocID ) in TestRTWeightBoundary() 1879 if ( m_tDocInfo.m_iDocID>800 ) in NextDocument() 1881 m_tDocInfo.m_iDocID = 0; in NextDocument() 1885 m_tDocInfo.m_iDocID++; in NextDocument() 1887 m_tDocInfo.SetAttr ( m_tSchema.GetAttr(0).m_tLocator, m_tDocInfo.m_iDocID+1000 ); in NextDocument() 1888 m_tDocInfo.SetAttr ( m_tSchema.GetAttr(1).m_tLocator, 1313 ); in NextDocument() 1977 if ( !pSrc->m_tDocInfo.m_iDocID ) in TestRTSendVsMerge() [all …]
|
H A D | sphinx.cpp | 20243 if ( m_tDocInfo.m_iDocID==0 ) in IterateDocument() 21324 m_tDocInfo.m_pDynamic[i] = 0; in NextDocument() 21702 m_tDocInfo.m_iDocID = 0; in IterateJoinedHits() 22318 m_tDocInfo.m_iDocID = 0; in IterateDocument() 23259 m_tDocInfo.m_iDocID = 1; in ParseNextChunk() 23274 m_tDocInfo.m_iDocID = 1; in ParseNextChunk() 23379 m_tDocInfo.m_iDocID = 1; in ParseNextChunk() 23386 m_tDocInfo.m_iDocID = 1; in ParseNextChunk() 23435 if ( m_tDocInfo.m_iDocID==0 ) in NextDocument() 23485 m_tDocInfo.m_iDocID = 0; in NextDocument() [all …]
|
H A D | indexer.cpp | 1110 while ( dSources[i]->IterateDocument ( sError ) && dSources[i]->m_tDocInfo.m_iDocID ) in DoIndex()
|
H A D | sphinx.h | 1450 CSphMatch m_tDocInfo; ///< current document info
|
H A D | sphinxrt.cpp | 1345 tSrc.m_tDocInfo.Clone ( tDoc, m_tSchema.GetRowSize() ); in AddDocument()
|
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/ |
H A D | testrt.cpp | 89 if ( pSrc->m_tDocInfo.m_uDocID ) in DoIndexing() 94 pIndex->AddDocument ( pHitsNext, pSrc->m_tDocInfo, NULL, dMvas, sError, sWarning ); in DoIndexing() 97 if ( ( pSrc->GetStats().m_iTotalDocuments % COMMIT_STEP )==0 || !pSrc->m_tDocInfo.m_uDocID ) in DoIndexing() 107 if ( !pSrc->m_tDocInfo.m_uDocID ) in DoIndexing()
|
H A D | tests.cpp | 2299 m_tDocInfo.m_uDocID = 0; in NextDocument() 2303 int iDoc = (int)m_tDocInfo.m_uDocID; in NextDocument() 2304 m_tDocInfo.m_uDocID++; in NextDocument() 2441 if ( !pSrc->m_tDocInfo.m_uDocID ) in TestRTWeightBoundary() 2527 if ( m_tDocInfo.m_uDocID>800 ) in NextDocument() 2529 m_tDocInfo.m_uDocID = 0; in NextDocument() 2533 m_tDocInfo.m_uDocID++; in NextDocument() 2535 m_tDocInfo.SetAttr ( m_tSchema.GetAttr(0).m_tLocator, m_tDocInfo.m_uDocID+1000 ); in NextDocument() 2630 if ( !pSrc->m_tDocInfo.m_uDocID ) in TestRTSendVsMerge() 2744 if ( !pSrc->m_tDocInfo.m_uDocID ) in TestRankerFactors() [all …]
|
H A D | sphinx.cpp | 26166 if ( m_tDocInfo.m_uDocID==0 ) in IterateDocument() 26365 Swap ( m_tDocInfo, tNew ); in AllocDocinfo() 27520 m_tDocInfo.m_pDynamic[i] = 0; in NextDocument() 27921 m_tDocInfo.m_uDocID = 0; in IterateJoinedHits() 29481 m_tDocInfo.m_uDocID = 1; in ParseNextChunk() 29488 m_tDocInfo.m_uDocID = 1; in ParseNextChunk() 29596 m_tDocInfo.m_uDocID = 0; in NextDocument() 29608 m_tDocInfo.m_uDocID = 0; in NextDocument() 31066 if ( m_tDocInfo.m_uDocID==0 ) in NextDocument() 31207 m_tDocInfo.m_uDocID = 0; in SplitColumns() [all …]
|
H A D | sphinxint.h | 2311 CSphMatch m_tDocInfo; member 2471 CopyDocInfo ( pDoc->m_tDocInfo, T::m_tDocInfo ); in NextDocument() 2692 CopyDocInfo ( T::m_tDocInfo, pDoc->m_tDocInfo ); in CopyDoc()
|
H A D | indexer.cpp | 1184 while ( dSources[i]->IterateDocument ( sError ) && dSources[i]->m_tDocInfo.m_uDocID ) in DoIndex()
|
H A D | sphinx.h | 1904 CSphMatch m_tDocInfo; ///< current document info
|
H A D | sphinxrt.cpp | 1544 m_tSchema.CloneWholeMatch ( &tSrc.m_tDocInfo, tDoc ); in AddDocument()
|