public abstract class AbstractScoringMatching extends FilterMatching
Modifier and Type | Field and Description |
---|---|
protected List<DocumentScoreModifier> |
documentModifiers
Contains the document score modifiers to be applied for a query.
|
protected static String |
dsmNamespace
the default namespace for the document score modifiers that are specified in the properties
file.
|
protected Predicate<org.apache.commons.lang3.tuple.Pair<String,Set<String>>> |
filterTerm |
Index |
index |
boolean |
sort |
protected WeightingModel |
wm |
parent
Constructor and Description |
---|
AbstractScoringMatching(Index _index,
Matching _parent,
WeightingModel _wm) |
AbstractScoringMatching(Index _index,
Matching _parent,
WeightingModel _wm,
Predicate<org.apache.commons.lang3.tuple.Pair<String,Set<String>>> _filter) |
doMatch, match
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInfo, setCollectionStatistics
protected static String dsmNamespace
public Index index
protected WeightingModel wm
public boolean sort
protected List<DocumentScoreModifier> documentModifiers
public AbstractScoringMatching(Index _index, Matching _parent, WeightingModel _wm, Predicate<org.apache.commons.lang3.tuple.Pair<String,Set<String>>> _filter)
public AbstractScoringMatching(Index _index, Matching _parent, WeightingModel _wm)
Terrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow