Uses of Class
org.terrier.matching.BaseMatching.MatchingState
-
Packages that use BaseMatching.MatchingState Package Description org.terrier.matching Provides the classes and interfaces used for matching documents to queries.org.terrier.matching.daat Provides classes that implement a document-at-a-time (DAAT) matching strategy.org.terrier.matching.taat Provides classes that implement a term-at-a-time (TAAT) matching strategy. -
-
Uses of BaseMatching.MatchingState in org.terrier.matching
Methods in org.terrier.matching that return BaseMatching.MatchingState Modifier and Type Method Description protected BaseMatching.MatchingStateBaseMatching. initialise(MatchingQueryTerms queryTerms)protected BaseMatching.MatchingStateBaseMatching. initialiseState()Methods in org.terrier.matching with parameters of type BaseMatching.MatchingState Modifier and Type Method Description protected voidBaseMatching. finalise(BaseMatching.MatchingState state)protected voidBaseMatching. initialisePostings(BaseMatching.MatchingState state) -
Uses of BaseMatching.MatchingState in org.terrier.matching.daat
Methods in org.terrier.matching.daat that return BaseMatching.MatchingState Modifier and Type Method Description protected BaseMatching.MatchingStateFatFull. initialiseState()protected BaseMatching.MatchingStateFull. initialiseState()Methods in org.terrier.matching.daat with parameters of type BaseMatching.MatchingState Modifier and Type Method Description protected voidFatFull. initialisePostings(BaseMatching.MatchingState _state)protected voidFull. initialisePostings(BaseMatching.MatchingState plm) -
Uses of BaseMatching.MatchingState in org.terrier.matching.taat
Methods in org.terrier.matching.taat with parameters of type BaseMatching.MatchingState Modifier and Type Method Description protected voidFull. assignScores(BaseMatching.MatchingState state, int i, AccumulatorResultSet rs, IterablePosting postings)protected voidFull. initialisePostings(BaseMatching.MatchingState plm)
-