public class MatchingEntry extends Object
Constructor and Description |
---|
MatchingEntry(IterablePosting postingIterator,
EntryStatistics entryStats,
double keyFreq,
WeightingModel[] wmodels,
org.terrier.matching.matchops.MatchingEntry.Requirement required,
Set<String> tags) |
Modifier and Type | Method and Description |
---|---|
EntryStatistics |
getEntryStats() |
double |
getKeyFreq() |
IterablePosting |
getPostingIterator() |
org.terrier.matching.matchops.MatchingEntry.Requirement |
getRequirement() |
Set<String> |
getTags() |
WeightingModel[] |
getWmodels() |
boolean |
isNegRequired() |
boolean |
isRequired() |
public MatchingEntry(IterablePosting postingIterator, EntryStatistics entryStats, double keyFreq, WeightingModel[] wmodels, org.terrier.matching.matchops.MatchingEntry.Requirement required, Set<String> tags)
public IterablePosting getPostingIterator()
public EntryStatistics getEntryStats()
public double getKeyFreq()
public WeightingModel[] getWmodels()
public org.terrier.matching.matchops.MatchingEntry.Requirement getRequirement()
public boolean isRequired()
public boolean isNegRequired()
Terrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow