mirror of https://github.com/YGGverse/YGGo.git
phpyggdrasilmysqlcrawlerjs-lessalt-websphinxspiderdistributedwebsearch-engineopen-sourcepdocurlparserfts5privacy-orientedsphinxsearchfederativeweb-archive
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
513 B
24 lines
513 B
source hostPage |
|
{ |
|
type = mysql |
|
|
|
sql_host = localhost |
|
sql_user = |
|
sql_pass = |
|
sql_db = |
|
sql_port = 3306 # optional, default is 3306 |
|
|
|
sql_query = \ |
|
SELECT hostPage.hostPageId, hostPage.metaTitle, hostPage.metaDescription, hostPage.metaKeywords, hostPage.data, hostPage.uri, host.name \ |
|
FROM hostPage \ |
|
JOIN host ON (host.hostId = hostPage.hostId) \ |
|
WHERE hostPage.httpCode = 200 |
|
|
|
sql_attr_uint = hostPageId |
|
} |
|
|
|
index hostPage |
|
{ |
|
source = hostPage |
|
path = |
|
} |