index
:
phinde.git
elastic6
master
Website search in PHP and elasticsearch
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
Age
Commit message (
Collapse
)
Author
2017-04-21
Renew subscriptions that got no response.
Christian Weiske
May happen if there were network issues or the server phinde is running on was shut down directly after the subscription request was sent. Resolves: https://github.com/cweiske/phinde/issues/28
2016-12-03
Remove URL check from process.php. Checking is done in Crawler already
Christian Weiske
2016-11-25
script to renew websub subscriptions
v0.2.0
Christian Weiske
2016-11-24
websub subcriptions work
Christian Weiske
2016-11-10
add log class
Christian Weiske
2016-11-10
add command to shut down a worker
Christian Weiske
2016-11-07
Big patch merging crawling+indexing into one command, new json document ↵
Christian Weiske
structure
2016-11-06
setup: check json before dropping current index
Christian Weiske
2016-08-30
Allow worker instances of multiple projects in parallel
Christian Weiske
Change "queuePrefix" configuration in each project Resolves: #5
2016-08-30
Make phinde-worker configurable; allow queue selection
Christian Weiske
Resolves #6
2016-08-30
Add support for modification date queries: "before:", "after:" and "date:"
Christian Weiske
Resolves: #4
2016-08-29
Respect <meta name="robots" content="noindex"/>
Christian Weiske
Fixes: #1
2016-08-29
Send If-Modified-Since header on crawling and indexing
Christian Weiske
2016-02-11
support base href
Christian Weiske
2016-02-11
debug option for crawler
Christian Weiske
2016-02-10
rework crawler; add atom link extraction
Christian Weiske
2016-02-04
check for content attributes
Christian Weiske
2016-02-04
remove multiple tags
Christian Weiske
2016-02-03
fix indexing, boost config
Christian Weiske
2016-02-03
no simplexml anymore, content extraction improvements
Christian Weiske
2016-02-03
follow redirect, do not verify ssl certificates, use final after-redirect url
Christian Weiske
2016-02-03
add site search, highlighting
Christian Weiske
2016-02-03
first frontend
Christian Weiske
2016-02-01
first kinda working version
Christian Weiske