Big patch merging crawling+indexing into one command, new json document structure
authorChristian Weiske <cweiske@cweiske.de>
Mon, 7 Nov 2016 20:41:36 +0000 (21:41 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 7 Nov 2016 20:41:36 +0000 (21:41 +0100)
commitd7651fd96dcfa2829519504e4c8ec1ce511cd57f
treee24d7a9f90060b0fee5a652de43bd0627f1c5bde
parentf90790c6b2a54c9b1c8a0aeaf1f23e6aa67d7aca
Big patch merging crawling+indexing into one command, new json document structure
16 files changed:
bin/crawl.php [deleted file]
bin/index.php [deleted file]
bin/phinde-worker.php
bin/process.php [new file with mode: 0755]
data/elasticsearch-mapping.json
data/templates/opensearch.htm
data/templates/search/hit-chat.htm
data/templates/search/hit.htm
docs/elasticsearch/doc-html.json
src/phinde/Crawler.php
src/phinde/Elasticsearch.php
src/phinde/Fetcher.php [new file with mode: 0644]
src/phinde/Indexer.php [new file with mode: 0644]
src/phinde/Queue.php
src/phinde/Retrieved.php [new file with mode: 0644]
www/index.php