finalScoreMap<String>ranking=newConcurrentScoreMap<String>();// score cluster for url hashes
finalHashMap<String,NewsDB.Record>Translation =newHashMap<String,NewsDB.Record>();// a mapping from an url hash to a kelondroRow.Entry with display properties
finalHashMap<String,NewsDB.Record>translation =newHashMap<String,NewsDB.Record>();// a mapping from an url hash to a kelondroRow.Entry with display properties
"#(page)#::Process Selected News::Delete Selected News::Abort Publication of Selected News::Delete Selected News#(/page)#"==#(page)#::Traiter les nouvelles sélectionnées::Supprimer les nouvelles sélectionnées::Annuler la publication des nouvelles sélectionnées::Supprimer les nouvelles sélectionées#(/page)#
"#(page)#::Process All News::Delete All News::Abort Publication of All News::Delete All News#(/page)#"==#(page)#::Traiter toutes les nouvelles::Supprimer toutes les nouvelles::Annuler la publication de toutes les nouvelles::Supprimer toutes les nouvelles#(/page)#
Process Selected News==Traiter les nouvelles sélectionnées
Delete Selected News==Supprimer les nouvelles sélectionnées
Abort Publication of Selected News==Annuler la publication des nouvelles sélectionnées
Delete Selected News==Supprimer les nouvelles sélectionées
Process All News==Traiter toutes les nouvelles
Delete All News==Supprimer toutes les nouvelles
Abort Publication of All News==Annuler la publication de toutes les nouvelles
// TODO: above was originally using (see below), but getTopicNavigator returns this.ref and possibliy alters this.ref on first call (this.ref.size < 2 -> this.ref.clear)
// TODO: verify and straighten the use of addTopic, getTopic and getTopicNavigator and related score calculation
// final long ranking = ((long) (score * 128.f)) + postRanking(resultEntry, this.getTopicNavigator(MAX_TOPWORDS));
resultEntry.setScore(ranking);// update the score of resultEntry for access by search interface / api
this.resultList.put(newReverseElement<URIMetadataNode>(resultEntry,ranking));// remove smallest in case of overflow
if(pollImmediately)this.resultList.poll();// prevent re-ranking in case there is only a single index source which has already ranked entries.
@ -1467,24 +1493,27 @@ public final class SearchEvent {