summaryrefslogtreecommitdiff
path: root/htroot/yacysearchitem.java
diff options
context:
space:
mode:
Diffstat (limited to 'htroot/yacysearchitem.java')
-rw-r--r--htroot/yacysearchitem.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/htroot/yacysearchitem.java b/htroot/yacysearchitem.java
index 17acb16e7..def2ab8e1 100644
--- a/htroot/yacysearchitem.java
+++ b/htroot/yacysearchitem.java
@@ -224,7 +224,6 @@ public class yacysearchitem {
((yacyURL.probablyRootURL(result.hash())) ? ", probablyRootURL" : "") +
(((wordURL = yacyURL.probablyWordURL(result.hash(), query[0])) != null) ? ", probablyWordURL=" + wordURL.toNormalform(false, true) : ""));
plasmaSnippetCache.TextSnippet snippet = result.textSnippet();
- // TODO: check if tags are correctly stripped from snippet
prop.put("content_snippet", (snippet == null) ? "(snippet not found)" : snippet.getLineMarked(theQuery.queryHashes));
serverProfiling.update("SEARCH", new plasmaProfiling.searchEvent(theQuery.id(true), plasmaSearchEvent.FINALIZATION + "-" + item, 0, 0));