|
|
|
@ -138,7 +138,7 @@ public class yacysearchitem {
|
|
|
|
|
(((wordURL = yacyURL.probablyWordURL(result.hash(), query[0])) != null) ? ", probablyWordURL=" + wordURL.toNormalform(false, true) : ""));
|
|
|
|
|
final plasmaSnippetCache.TextSnippet snippet = result.textSnippet();
|
|
|
|
|
prop.put("content_description", (snippet == null) ? "" : snippet.getLineMarked(theQuery.fullqueryHashes));
|
|
|
|
|
prop.putXML("content_description", (snippet == null) ? "" : snippet.getLineMarked(theQuery.fullqueryHashes));
|
|
|
|
|
prop.putXML("content_description-xml", (snippet == null) ? "" : snippet.getLineMarked(theQuery.fullqueryHashes));
|
|
|
|
|
serverProfiling.update("SEARCH", new plasmaProfiling.searchEvent(theQuery.id(true), plasmaSearchEvent.FINALIZATION + "-" + item, 0, 0));
|
|
|
|
|
|
|
|
|
|
return prop;
|
|
|
|
|