/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/ |
H A D | sphinx.h | 1524 struct CSphColumnInfo struct 1551 bool operator == ( const CSphColumnInfo & rhs ) const 1587 virtual const CSphColumnInfo & GetAttr ( int iIndex ) const = 0; 1607 …void InsertAttr ( CSphVector<CSphColumnInfo> & dAttrs, CSphVector<int> & dUsed, int iPos, co… 1636 CSphVector<CSphColumnInfo> m_dAttrs; ///< all my attributes 1680 const CSphColumnInfo * GetAttr ( const char * sName ) const; 1737 const CSphColumnInfo & GetAttr ( int iIndex ) const; 1738 const CSphColumnInfo * GetAttr ( const char * sName ) const; 1741 void AddDynamicAttr ( const CSphColumnInfo & tCol ); 1752 void SwapAttrs ( CSphVector<CSphColumnInfo> & dAttrs ); [all …]
|
H A D | sphinxsort.cpp | 1450 explicit AggrConcat_t ( const CSphColumnInfo & tCol ) in AggrConcat_t() 1575 const CSphColumnInfo & tAttr = tSchema.GetAttr(i); in ExtractAggregates() 3759 const CSphColumnInfo & tCol = tSchema.GetAttr(iAttr); in sphParseSortClause() 4187 CSphColumnInfo & tCol = const_cast < CSphColumnInfo & > ( tSchema.GetAttr ( iAttr ) ); in FixupDependency() 4393 const CSphColumnInfo & tDst = tSorterSchema.GetAttr(i); in sphSortGetStringRemap() 4917 CSphColumnInfo tCol; in sphCreateQueue() 4937 CSphColumnInfo tCol ( "@geodist", SPH_ATTR_FLOAT ); in sphCreateQueue() 5127 CSphColumnInfo & tDep = const_cast < CSphColumnInfo & > ( tSorterSchema.GetAttr ( dCur[j] ) ); in sphCreateQueue() 5159 CSphColumnInfo & tDep = const_cast < CSphColumnInfo & > ( tSorterSchema.GetAttr ( dCur[j] ) ); in sphCreateQueue() 5233 CSphColumnInfo tGroupby ( "@groupby", eGroupByResult ); in sphCreateQueue() [all …]
|
H A D | sphinxexpr.h | 26 struct CSphColumnInfo;
|
H A D | sphinx.cpp | 7123 CSphColumnInfo::CSphColumnInfo ( const char * sName, ESphAttr eType ) in CSphColumnInfo() function in CSphColumnInfo 7288 const CSphColumnInfo & tAttr2 = m_dAttrs[i]; in CompareTo() 7419 CSphVector<CSphColumnInfo> dBackup = m_dAttrs; in RemoveAttr() 11371 CSphColumnInfo tCol; in ReadSchema() 26324 CSphColumnInfo tCol; in AddFieldLens() 27295 CSphColumnInfo tCol ( sName ); in IterateStart() 27360 CSphColumnInfo tMva; in IterateStart() 27382 CSphColumnInfo tCol; in IterateStart() 28829 CSphColumnInfo tCol ( sFieldName ); in AddFieldToSchema() 29705 CSphColumnInfo Info; in StartElement() [all …]
|
H A D | testrt.cpp | 156 CSphColumnInfo tCol; in SpawnSource()
|
H A D | searchd.cpp | 6181 CSphColumnInfo tCol; in ParseReply() 6365 CSphVector<CSphColumnInfo> dDst; in MinimizeSchema() 6432 CSphVector<CSphColumnInfo> dFields; in MinimizeSchema() 8553 CSphColumnInfo & tCol = const_cast<CSphColumnInfo&> ( tRes.m_tSchema.GetAttr(j) ); in RecoverAggregateFunctions() 8633 bool IsLess ( const CSphColumnInfo & a, const CSphColumnInfo & b ) const in IsLess() 8838 CSphColumnInfo & t = dFrontend.Add(); in MinimizeAggrResult() 8855 CSphColumnInfo & t = dFrontend.Add(); in MinimizeAggrResult() 8919 CSphColumnInfo & d = dFrontend[i]; in MinimizeAggrResult() 9112 CSphColumnInfo & d = dFrontend[i]; in MinimizeAggrResult() 9129 CSphColumnInfo & d = dFrontend[i]; in MinimizeAggrResult() [all …]
|
H A D | tests.cpp | 779 CSphColumnInfo tCol; in TestExpr() 883 CSphColumnInfo tCol; in BenchExpr() 1004 CSphColumnInfo tCol; in TestQueryParser() 1179 CSphColumnInfo tCol; in TestQueryTransforms() 2389 CSphColumnInfo tCol; in TestRTWeightBoundary() 2573 CSphColumnInfo tCol; in TestRTSendVsMerge() 2701 CSphColumnInfo tCol; in TestRankerFactors()
|
H A D | indexer.cpp | 306 bool ParseMultiAttr ( const char * sBuf, CSphColumnInfo & tAttr, const char * sSourceName ) in ParseMultiAttr() 416 CSphColumnInfo tCol ( pCur->cstr(), eAttrType ); in SqlAttrsConfigure() 627 CSphColumnInfo tAttr; in SqlParamsConfigure()
|
H A D | sphinxfilter.cpp | 1254 static ISphFilter * CreateFilterJson ( const CSphColumnInfo * DEBUGARG(pAttr), ISphExpr * pExpr, in CreateFilterJson() 1352 const CSphColumnInfo * pAttr = NULL; in CreateFilter()
|
H A D | sphinxrt.cpp | 1610 const CSphColumnInfo & tColumn = tSchema.GetAttr(i); in AddDocument() 1760 const CSphColumnInfo & tColumn = tSchema.GetAttr(i); in AddDocument() 2367 const CSphColumnInfo & tCol = tSchema.GetAttr(i); in VerifyEmptyStrings() 2413 const CSphColumnInfo & tColumn = tSchema.GetAttr(i); in ExtractLocators() 5140 const CSphColumnInfo & tAttr = m_tSchema.GetAttr(iAttr); in DebugCheck() 5167 const CSphColumnInfo & tAttr = m_tSchema.GetAttr(iAttr); in DebugCheck() 7249 const CSphColumnInfo & tSetInfo = dSorters[iMaxSchemaIndex]->GetSchema().GetAttr(i); in MultiQuery() 7626 const CSphColumnInfo & tCol = m_tSchema.GetAttr(iIdx); in UpdateAttributes() 8074 const CSphColumnInfo * pNewAttr = NULL; in AddRemoveAttribute() 8079 CSphColumnInfo tInfo ( sAttrName.cstr(), eAttrType ); in AddRemoveAttribute() [all …]
|
H A D | sphinxint.h | 732 const CSphColumnInfo & tCol = tSchema.GetAttr(i); in AttrIndexBuilder_t() 759 const CSphColumnInfo & tCol = tSchema.GetAttr(i); in AttrIndexBuilder_t()
|
H A D | indextool.cpp | 686 CSphColumnInfo tCol; in OptimizeRtKlists()
|
H A D | sphinxexpr.cpp | 2267 const CSphColumnInfo & tCol = m_pSchema->GetAttr ( iAttr ); in ParseAttr() 3219 const CSphColumnInfo & tCol = m_pSchema->GetAttr ( iLoc ); in CreateExistNode()
|
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/ |
H A D | sphinxsort.cpp | 951 const CSphColumnInfo & tAttr = m_tSchema.GetAttr(i); in SetSchema() 1676 const CSphColumnInfo & tAttr = tSchema.GetAttr(iAttr); in SetupAttr() 1919 const CSphColumnInfo & tCol = tSchema.GetAttr(iAttr); in sphParseSortClause() 2188 CSphColumnInfo & tCol = const_cast < CSphColumnInfo & > ( tSchema.GetAttr ( iAttr ) ); in FixupDependency() 2279 const CSphColumnInfo & tDst = tSorterSchema.GetAttr(i); in sphSortGetStringRemap() 2711 CSphColumnInfo tCol = tSorterSchema.GetAttr ( iIndex ); in sphCreateQueue() 2728 CSphColumnInfo tCol ( "@geodist", SPH_ATTR_FLOAT ); in sphCreateQueue() 2748 CSphVector<CSphColumnInfo> dAggregates; in sphCreateQueue() 2887 CSphColumnInfo & tDep = const_cast < CSphColumnInfo & > ( tSorterSchema.GetAttr ( dCur[j] ) ); in sphCreateQueue() 2930 CSphColumnInfo tGroupby ( "@groupby", eGroupByResult ); in sphCreateQueue() [all …]
|
H A D | sphinx.h | 1210 struct CSphColumnInfo struct 1232 CSphColumnInfo ( const char * sName=NULL, ESphAttr eType=SPH_ATTR_NONE ) argument 1250 bool operator == ( const CSphColumnInfo & rhs ) const argument 1265 CSphVector<CSphColumnInfo> m_dFields; ///< my fulltext-searchable fields 1303 const CSphColumnInfo & GetAttr ( int iIndex ) const { return m_dAttrs[iIndex]; } in GetAttr() 1306 const CSphColumnInfo * GetAttr ( const char * sName ) const; 1309 void AddAttr ( const CSphColumnInfo & tAttr, bool bDynamic ); 1316 CSphVector<CSphColumnInfo> m_dAttrs; ///< all my attributes 1678 CSphVector<CSphColumnInfo> m_dAttrs; 2379 CSphVector<CSphColumnInfo> m_dAttrs; ///< update schema (ie. what attrs to update)
|
H A D | sphinx.cpp | 8473 CSphColumnInfo tCol; in ReadSchema() 21111 CSphColumnInfo tCol ( sName ); in IterateStart() 21171 CSphColumnInfo tMva = tAttr; in IterateStart() 21188 CSphColumnInfo tCol; in IterateStart() 22281 CSphColumnInfo tGid ( "gid", SPH_ATTR_INTEGER ); in Connect() 22282 CSphColumnInfo tTs ( "ts", SPH_ATTR_TIMESTAMP ); in Connect() 23047 CSphColumnInfo tCol ( szName ); in AddFieldToSchema() 23057 CSphColumnInfo tCol ( pCur->cstr(), eAttrType ); in ConfigureAttrs() 23145 CSphColumnInfo & tCol = m_tSchema.m_dFields[i]; in Connect() 23594 CSphColumnInfo Info; in StartElement() [all …]
|
H A D | testrt.cpp | 150 CSphColumnInfo tCol; in SpawnSource()
|
H A D | tests.cpp | 608 CSphColumnInfo tCol; in TestExpr() 712 CSphColumnInfo tCol; in BenchExpr() 861 CSphColumnInfo tCol; in TestQueryParser() 1749 CSphColumnInfo tCol; in TestRTWeightBoundary() 1924 CSphColumnInfo tCol; in TestRTSendVsMerge()
|
H A D | searchd.cpp | 3767 CSphColumnInfo tCol; in ParseReply() 3799 const CSphColumnInfo & tAttr = tSchema.GetAttr(j); in ParseReply() 3891 CSphVector<CSphColumnInfo> dDst; in MinimizeSchema() 5245 void MkIdAttribute ( CSphColumnInfo * pId ) in MkIdAttribute() 5260 CSphColumnInfo tId; in AddIDAttribute() 5317 const CSphColumnInfo & tDst = pTarget->GetAttr(j); in RemapResult() 5505 CSphColumnInfo & tCol = const_cast<CSphColumnInfo&> ( tRes.m_tSchema.GetAttr(j) ); in RecoverAggregateFunctions() 8057 CSphColumnInfo & tAttr = tUpd.m_dAttrs.Add(); in AddUpdatedAttr() 10300 const CSphColumnInfo & tCol = tSchema.GetAttr(i); in HandleMysqlInsert() 10728 const CSphColumnInfo & tCol = tSchema.m_dFields[i]; in HandleMysqlDescribe() [all …]
|
H A D | indexer.cpp | 312 bool ParseMultiAttr ( const char * sBuf, CSphColumnInfo & tAttr, const char * sSourceName ) in ParseMultiAttr() 421 CSphColumnInfo tCol ( pCur->cstr(), eAttrType ); in SqlAttrsConfigure() 634 CSphColumnInfo tAttr; in SqlParamsConfigure()
|
H A D | search.cpp | 371 const CSphColumnInfo & tAttr = pResult->m_tSchema.GetAttr(j); in main()
|
H A D | indextool.cpp | 511 CSphColumnInfo tCol; in DoOptimization()
|
H A D | sphinxint.h | 573 const CSphColumnInfo & tCol = tSchema.GetAttr(i); in AttrIndexBuilder_t() 599 const CSphColumnInfo & tCol = tSchema.GetAttr(i); in AttrIndexBuilder_t()
|
H A D | sphinxfilter.cpp | 651 const CSphColumnInfo * pAttr = NULL; in sphCreateFilter()
|
H A D | sphinxrt.cpp | 1500 const CSphColumnInfo & tColumn = pSchema.GetAttr(i); in AddDocument() 2058 const CSphColumnInfo & tCol = tSchema.GetAttr(i); in VerifyEmptyStrings() 2104 const CSphColumnInfo & tColumn = tSchema.GetAttr(i); in ExtractLocators() 4595 const CSphColumnInfo & tSetInfo = pResult->m_tSchema.GetAttr(i); in MultiQuery() 4921 const CSphColumnInfo & tCol = m_tSchema.GetAttr(iIdx); in UpdateAttributes() 6479 CSphColumnInfo tCol; in sphRTSchemaConfigure()
|