aboutsummaryrefslogtreecommitdiff
path: root/src/phinde/Indexer.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2020-02-29 21:16:44 +0100
committerChristian Weiske <cweiske@cweiske.de>2020-02-29 21:16:44 +0100
commit18d36cb052c42c20edda2814545c9bdf3fb1cbc5 (patch)
treed6ebd28dd7c575ba4e1c8b6eb4ad5a503e7884c6 /src/phinde/Indexer.php
parente8e4778a7550636790d7b33d96a83bbbd3ac21ae (diff)
downloadphinde-elastic6.tar.gz
phinde-elastic6.zip
Diffstat (limited to 'src/phinde/Indexer.php')
-rw-r--r--src/phinde/Indexer.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/phinde/Indexer.php b/src/phinde/Indexer.php
index bdd5236..4efef42 100644
--- a/src/phinde/Indexer.php
+++ b/src/phinde/Indexer.php
@@ -77,12 +77,9 @@ class Indexer
$xpContext = $doc->getElementById('content');
}
- $esDoc->url = $url;
- $esDoc->schemalessUrl = Helper::noSchema($url);
$esDoc->type = 'html';
$esDoc->subtype = '';
$esDoc->mimetype = $mimetype;
- $esDoc->domain = parse_url($url, PHP_URL_HOST);
//$esDoc->source = 'FIXME';
//$esDoc->sourcetitle = 'FIXME';