/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/ |
H A D | sphinxutils.h | 68 class CSphConfigSection : public SmallStringHash_T < CSphVariant > 71 CSphConfigSection () in CSphConfigSection() function 104 typedef SmallStringHash_T < CSphConfigSection > CSphConfigType; 156 void sphConfTokenizer ( const CSphConfigSection & hIndex, CSphTokenizerSettings & tSettings ); 159 void sphConfDictionary ( const CSphConfigSection & hIndex, CSphDictSettings & tSettings ); 162 bool sphConfFieldFilter ( const CSphConfigSection & hIndex, CSphFieldFilterSettings & tSettings, … 165 bool sphConfIndex ( const CSphConfigSection & hIndex, CSphIndexSettings & tSettings, CSphString &… 168 bool sphFixupIndexSettings ( CSphIndex * pIndex, const CSphConfigSection & hIndex, CSphString & s…
|
H A D | sphinxrt.h | 82 class CSphConfigSection; variable 83 void sphRTInit ( const CSphConfigSection & hSearchd, bool bTestMode ); 84 void sphRTConfigure ( const CSphConfigSection & hSearchd, bool bTestMode ); 85 bool sphRTSchemaConfigure ( const CSphConfigSection & hIndex, CSphSchema * pSchema, CSphString * pE…
|
H A D | indexer.cpp | 666 CSphSource * SpawnSourcePgSQL ( const CSphConfigSection & hSource, const char * sSourceName, bool R… in SpawnSourcePgSQL() 692 CSphSource * SpawnSourceMySQL ( const CSphConfigSection & hSource, const char * sSourceName, bool R… in SpawnSourceMySQL() 723 CSphSource * SpawnSourceODBC ( const CSphConfigSection & hSource, const char * sSourceName, bool RL… in SpawnSourceODBC() 748 CSphSource * SpawnSourceMSSQL ( const CSphConfigSection & hSource, const char * sSourceName, bool R… in SpawnSourceMSSQL() 776 CSphSource * SpawnSourceXMLPipe ( const CSphConfigSection & hSource, const char * sSourceName, bool… in SpawnSourceXMLPipe() 865 CSphSource * SpawnSource ( const CSphConfigSection & hSource, const char * sSourceName, bool bBatch… in SpawnSource() 915 bool DoIndex ( const CSphConfigSection & hIndex, const char * sIndexName, in DoIndex() 1116 const CSphConfigSection & hSource = hSources [ pSourceName->cstr() ]; in DoIndex() 1315 bool DoMerge ( const CSphConfigSection & hDst, const char * sDst, in DoMerge() 1540 const CSphConfigSection & hSearchd = hConf["searchd"]["searchd"]; in SendRotate() [all …]
|
H A D | sphinxutils.cpp | 352 int64_t CSphConfigSection::GetSize64 ( const char * sKey, int64_t iDefault ) const in GetSize64() 394 int CSphConfigSection::GetSize ( const char * sKey, int iDefault ) const in GetSize() 760 CSphConfigSection & tSec = m_tConf[m_sSectionType][m_sSectionName]; in AddKey() 824 CSphConfigSection & tSec = m_tConf[m_sSectionType][m_sSectionName]; in ValidateKey() 1203 CSphConfigSection & tDest = m_tConf [ m_sSectionType ][ m_sSectionName ]; in Parse() 1255 void sphConfTokenizer ( const CSphConfigSection & hIndex, CSphTokenizerSettings & tSettings ) in sphConfTokenizer() 1282 void sphConfDictionary ( const CSphConfigSection & hIndex, CSphDictSettings & tSettings ) in sphConfDictionary() 1378 bool sphConfFieldFilter ( const CSphConfigSection & hIndex, CSphFieldFilterSettings &, CSphString &… in sphConfFieldFilter() 1387 bool sphConfIndex ( const CSphConfigSection & hIndex, CSphIndexSettings & tSettings, CSphString & s… in sphConfIndex() 2374 CSphConfigSection & hIndex = hConf["index"].IterateGet (); in sphCheckDuplicatePaths() [all …]
|
H A D | indextool.cpp | 668 const CSphConfigSection & hIndex = hConf["index"].IterateGet (); in OptimizeRtKlists() 975 const CSphConfigSection & hSearchd = hConf["searchd"]["searchd"]; in main() 994 const CSphConfigSection & tIndex = hIndexes.IterateGet(); in main() 1194 const CSphConfigSection & hIndex = hConf["index"][sIndex]; in main() 1207 const CSphConfigSection & hIndex = hConf["index"][sIndex]; in main() 1220 const CSphConfigSection & hIndex = hConf["index"][sIndex]; in main()
|
H A D | testrt.cpp | 212 CSphConfigSection tRTConfig; in main()
|
H A D | sphinxint.h | 2285 CSphSource * sphCreateSourceTSVpipe ( const CSphConfigSection * pSource, FILE * pPipe, const char *… 2286 CSphSource * sphCreateSourceCSVpipe ( const CSphConfigSection * pSource, FILE * pPipe, const char *…
|
H A D | sphinx.h | 2433 class CSphConfigSection; variable 2434 CSphSource * sphCreateSourceXmlpipe2 ( const CSphConfigSection * pSource, FILE * pPipe, const char …
|
H A D | searchd.cpp | 18487 const CSphConfigSection & hIndex = hConf["index"][sName]; in HandleMysqlReconfigure() 20442 void ConfigureTemplateIndex ( ServedDesc_t & tIdx, const CSphConfigSection & hIndex ) in ConfigureTemplateIndex() 20447 void ConfigureLocalIndex ( ServedDesc_t & tIdx, const CSphConfigSection & hIndex ) in ConfigureLocalIndex() 20983 void PreCreateTemplateIndex ( ServedDesc_t & tServed, const CSphConfigSection & ) in PreCreateTemplateIndex() argument 21003 ESphAddIndex AddIndex ( const char * szIndexName, const CSphConfigSection & hIndex ) in AddIndex() 21385 const CSphConfigSection & hIndex = hConf["index"].IterateGet(); in ReloadIndexSettings() 22906 const CSphConfigSection & hSearchd = hConf["searchd"]["searchd"]; in ConfigureSearchd() 23063 const CSphConfigSection & hIndex = hConf["index"].IterateGet(); in ConfigureAndPreload() 23133 void OpenDaemonLog ( const CSphConfigSection & hSearchd, bool bCloseIfOpened=false ) in OpenDaemonLog() 23374 const CSphConfigSection & hSearchdpre = hConf["searchd"]["searchd"]; in ServiceMain() [all …]
|
H A D | sphinxrt.cpp | 999 void Configure ( const CSphConfigSection & hSearchd, bool bTestMode ); 1004 void CheckPath ( const CSphConfigSection & hSearchd, bool bTestMode ); 9183 void RtBinlog_c::Configure ( const CSphConfigSection & hSearchd, bool bTestMode ) in Configure() 10029 void RtBinlog_c::CheckPath ( const CSphConfigSection & hSearchd, bool bTestMode ) in CheckPath() 10063 void sphRTInit ( const CSphConfigSection & hSearchd, bool bTestMode ) in sphRTInit() 10080 void sphRTConfigure ( const CSphConfigSection & hSearchd, bool bTestMode ) in sphRTConfigure() 10106 bool sphRTSchemaConfigure ( const CSphConfigSection & hIndex, CSphSchema * pSchema, CSphString * pE… in sphRTSchemaConfigure()
|
H A D | tests.cpp | 2360 CSphConfigSection tRTConfig; in TestRTInit() 3838 CSphConfigSection tConf; in TestSource()
|
H A D | sphinx.cpp | 29256 …::Setup ( int iFieldBufferMax, bool bFixupUTF8, FILE * pPipe, const CSphConfigSection & hSource, C… in Setup() 30067 CSphSource * sphCreateSourceXmlpipe2 ( const CSphConfigSection * pSource, FILE * pPipe, in sphCreateSourceXmlpipe2() 30740 bool Setup ( const CSphConfigSection & hSource, FILE * pPipe, CSphString & sError ); 30751 …virtual bool SetupSchema ( const CSphConfigSection & hSource, bool bWordDict, CSphString & sErro… 30776 …virtual bool SetupSchema ( const CSphConfigSection & hSource, bool bWordDict, CSphString & sErro… 30785 …virtual bool SetupSchema ( const CSphConfigSection & hSource, bool bWordDict, CSphString & sErro… 30793 CSphSource * sphCreateSourceTSVpipe ( const CSphConfigSection * pSource, FILE * pPipe, const char *… in sphCreateSourceTSVpipe() 30814 CSphSource * sphCreateSourceCSVpipe ( const CSphConfigSection * pSource, FILE * pPipe, const char *… in sphCreateSourceCSVpipe() 30863 bool CSphSource_BaseSV::Setup ( const CSphConfigSection & hSource, FILE * pPipe, CSphString & sErro… in Setup() 31238 bool CSphSource_TSV::SetupSchema ( const CSphConfigSection & hSource, bool bWordDict, CSphString & … in SetupSchema() [all …]
|
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/ |
H A D | sphinxutils.h | 75 class CSphConfigSection : public SmallStringHash_T < CSphVariant > 104 typedef SmallStringHash_T < CSphConfigSection > CSphConfigType; 162 bool sphConfTokenizer ( const CSphConfigSection & hIndex, CSphTokenizerSettings & tSettings, CSph… 165 void sphConfDictionary ( const CSphConfigSection & hIndex, CSphDictSettings & tSettings ); 168 bool sphConfIndex ( const CSphConfigSection & hIndex, CSphIndexSettings & tSettings, CSphString &… 171 bool sphFixupIndexSettings ( CSphIndex * pIndex, const CSphConfigSection & hIndex, CSphString & s…
|
H A D | sphinxrt.h | 63 class CSphConfigSection; variable 64 void sphRTInit ( const CSphConfigSection & hSearchd, bool bTestMode ); 65 void sphRTConfigure ( const CSphConfigSection & hSearchd, bool bTestMode ); 66 bool sphRTSchemaConfigure ( const CSphConfigSection & hIndex, CSphSchema * pSchema, CSphString * pE…
|
H A D | indexer.cpp | 574 bool SqlParamsConfigure ( CSphSourceParams_SQL & tParams, const CSphConfigSection & hSource, const … in SqlParamsConfigure() 673 CSphSource * SpawnSourcePgSQL ( const CSphConfigSection & hSource, const char * sSourceName ) in SpawnSourcePgSQL() 693 CSphSource * SpawnSourceMySQL ( const CSphConfigSection & hSource, const char * sSourceName ) in SpawnSourceMySQL() 717 CSphSource * SpawnSourceODBC ( const CSphConfigSection & hSource, const char * sSourceName ) in SpawnSourceODBC() 736 CSphSource * SpawnSourceMSSQL ( const CSphConfigSection & hSource, const char * sSourceName ) in SpawnSourceMSSQL() 757 CSphSource * SpawnSourceXMLPipe ( const CSphConfigSection & hSource, const char * sSourceName, bool… in SpawnSourceXMLPipe() 808 CSphSource * SpawnSource ( const CSphConfigSection & hSource, const char * sSourceName, bool bUTF8,… in SpawnSource() 1029 const CSphConfigSection & hSource = hSources [ pSourceName->cstr() ]; in DoIndex() 1223 bool DoMerge ( const CSphConfigSection & hDst, const char * sDst, in DoMerge() 1451 const CSphConfigSection & hSearchd = hConf["searchd"]["searchd"]; in SendRotate() [all …]
|
H A D | sphinxutils.cpp | 65 int CSphConfigSection::GetSize ( const char * sKey, int iDefault ) const in GetSize() 363 …m_tConf[m_sSectionType].Add ( CSphConfigSection(), m_sSectionName ); // FIXME! be paranoid, verify… in AddSection() 375 CSphConfigSection & tSec = m_tConf[m_sSectionType][m_sSectionName]; in AddKey() 434 CSphConfigSection & tSec = m_tConf[m_sSectionType][m_sSectionName]; in ValidateKey() 802 CSphConfigSection & tDest = m_tConf [ m_sSectionType ][ m_sSectionName ]; in Parse() 854 bool sphConfTokenizer ( const CSphConfigSection & hIndex, CSphTokenizerSettings & tSettings, CSphSt… in sphConfTokenizer() 897 void sphConfDictionary ( const CSphConfigSection & hIndex, CSphDictSettings & tSettings ) in sphConfDictionary() 915 bool sphConfIndex ( const CSphConfigSection & hIndex, CSphIndexSettings & tSettings, CSphString & s… in sphConfIndex() 1019 bool sphFixupIndexSettings ( CSphIndex * pIndex, const CSphConfigSection & hIndex, CSphString & sEr… in sphFixupIndexSettings()
|
H A D | search.cpp | 209 const CSphConfigSection & hIndex = hConf["index"].IterateGet (); in main() 233 const CSphConfigSection & hSource = hConf["source"][ hIndex["source"] ]; in main()
|
H A D | indextool.cpp | 286 const CSphConfigSection & hIndex = hConf["index"][sIndex]; in main() 493 const CSphConfigSection & hIndex = hConf["index"].IterateGet (); in DoOptimization()
|
H A D | testrt.cpp | 200 CSphConfigSection tRTConfig; in main()
|
H A D | sphinxrt.cpp | 918 void Configure ( const CSphConfigSection & hSearchd, bool bTestMode ); 923 void CheckPath ( const CSphConfigSection & hSearchd, bool bTestMode ); 5658 void RtBinlog_c::Configure ( const CSphConfigSection & hSearchd, bool bTestMode ) in Configure() 6396 void RtBinlog_c::CheckPath ( const CSphConfigSection & hSearchd, bool bTestMode ) in CheckPath() 6429 void sphRTInit ( const CSphConfigSection & hSearchd, bool bTestMode ) in sphRTInit() 6446 void sphRTConfigure ( const CSphConfigSection & hSearchd, bool bTestMode ) in sphRTConfigure() 6475 bool sphRTSchemaConfigure ( const CSphConfigSection & hIndex, CSphSchema * pSchema, CSphString * pE… in sphRTSchemaConfigure()
|
H A D | sphinx.h | 2040 class CSphConfigSection; variable 2041 CSphSource * sphCreateSourceXmlpipe2 ( const CSphConfigSection * pSource, FILE * pPipe, BYTE * dIni…
|
H A D | searchd.cpp | 11728 bool PrereadNewIndex ( ServedIndex_t & tIdx, const CSphConfigSection & hIndex, const char * szIndex… 13253 void ConfigureIndex ( ServedDesc_t & tIdx, const CSphConfigSection & hIndex ) in ConfigureIndex() 13263 bool PrereadNewIndex ( ServedIndex_t & tIdx, const CSphConfigSection & hIndex, const char * szIndex… in PrereadNewIndex() 13408 …tedIndex_t ConfigureDistributedIndex ( const char * szIndexName, const CSphConfigSection & hIndex ) in ConfigureDistributedIndex() 13493 ESphAddIndex AddIndex ( const char * szIndexName, const CSphConfigSection & hIndex ) in AddIndex() 13720 const CSphConfigSection & hIndex = hConf["index"].IterateGet(); in ReloadIndexSettings() 15064 const CSphConfigSection & hSearchd = hConf["searchd"]["searchd"]; in ConfigureSearchd() 15194 const CSphConfigSection & hIndex = hConf["index"].IterateGet(); in ConfigureAndPreload() 15255 void OpenDaemonLog ( const CSphConfigSection & hSearchd, bool bCloseIfOpened=false ) in OpenDaemonLog() 15500 const CSphConfigSection & hSearchdpre = hConf["searchd"]["searchd"]; in ServiceMain() [all …]
|
H A D | tests.cpp | 1721 CSphConfigSection tRTConfig; in TestRTInit()
|
H A D | sphinx.cpp | 22701 bool Setup ( FILE * pPipe, const CSphConfigSection & hSource ); ///< memorize the command 23108 bool CSphSource_XMLPipe2::Setup ( FILE * pPipe, const CSphConfigSection & hSource ) in Setup() 24032 CSphSource * sphCreateSourceXmlpipe2 ( const CSphConfigSection * pSource, FILE * pPipe, BYTE * dIni… in sphCreateSourceXmlpipe2()
|