aboutsummaryrefslogtreecommitdiff
path: root/src/phinde/Indexer.php
diff options
context:
space:
mode:
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';