Uses of Interface
org.terrier.structures.postings.WritablePosting
-
Packages that use WritablePosting 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.realtime.memory Provides MemoryIndex structures.org.terrier.realtime.memory.fields Provides MemoryIndex structures that support field search.org.terrier.realtime.multi Provides MultiIndex structures.org.terrier.structures.indexing Provides the classes used for creating the data structures of the Terrier platform.org.terrier.structures.postings Provides classes representing single postings and atreams of postings in a posting list (e.g.org.terrier.structures.postings.bit Provides bit-level IterablePosting implementations. -
-
Uses of WritablePosting in org.terrier.matching
Methods in org.terrier.matching that return WritablePosting Modifier and Type Method Description static WritablePostingFatUtils. firstPosting(WritablePosting[] writablePostings)protected static WritablePostingFatUtils. firstPosting(WritablePosting[][] postings)protected static WritablePostingFatUtils. firstPosting(WritablePosting[][] postings, int termIndex)WritablePosting[][]FatQueryResultSet. getPostings()Returns a 2D array of posting objects for the document and terms in this result set.WritablePosting[][]FatResultSet. getPostings()Returns a 2D array of posting objects for the document and terms in this result set.Methods in org.terrier.matching with parameters of type WritablePosting Modifier and Type Method Description protected static booleanFatScoringMatching. containsFieldPostings(WritablePosting[][] postings)static WritablePostingFatUtils. firstPosting(WritablePosting[] writablePostings)protected static WritablePostingFatUtils. firstPosting(WritablePosting[][] postings)protected static WritablePostingFatUtils. firstPosting(WritablePosting[][] postings, int termIndex)voidFatQueryResultSet. setPostings(WritablePosting[][] wp)voidFatResultSet. setPostings(WritablePosting[][] wp) -
Uses of WritablePosting in org.terrier.matching.daat
Fields in org.terrier.matching.daat declared as WritablePosting Modifier and Type Field Description protected WritablePosting[]FatCandidateResult. postingsprotected WritablePosting[][]FatCandidateResultSet. postingsMethods in org.terrier.matching.daat that return WritablePosting Modifier and Type Method Description WritablePosting[]FatCandidateResult. getPostings()WritablePosting[][]FatCandidateResultSet. getPostings()Methods in org.terrier.matching.daat with parameters of type WritablePosting Modifier and Type Method Description voidFatCandidateResult. setPosting(int term, WritablePosting p)voidFatCandidateResultSet. setPostings(WritablePosting[][] wp) -
Uses of WritablePosting in org.terrier.realtime.memory
Methods in org.terrier.realtime.memory that return WritablePosting Modifier and Type Method Description WritablePostingMemoryDirectIterablePosting. asWritablePosting()Copy this posting to one free of an iterator.WritablePostingMemoryIterablePosting. asWritablePosting()Copy this posting to one free of an iterator. -
Uses of WritablePosting in org.terrier.realtime.memory.fields
Methods in org.terrier.realtime.memory.fields that return WritablePosting Modifier and Type Method Description WritablePostingMemoryFieldsDirectIterablePosting. asWritablePosting()WritablePostingMemoryFieldsIterablePosting. asWritablePosting()Copy this posting to one free of an iterator. -
Uses of WritablePosting in org.terrier.realtime.multi
Methods in org.terrier.realtime.multi that return WritablePosting Modifier and Type Method Description WritablePostingBlockMultiDirectIterablePosting. asWritablePosting()WritablePostingMultiDirectIterablePosting. asWritablePosting()WritablePostingMultiIterablePosting. asWritablePosting()Copy this posting to one free of an iterator. -
Uses of WritablePosting in org.terrier.structures.indexing
Methods in org.terrier.structures.indexing that return WritablePosting Modifier and Type Method Description WritablePostingDocumentPostingList.postingIterator. asWritablePosting() -
Uses of WritablePosting in org.terrier.structures.postings
Classes in org.terrier.structures.postings that implement WritablePosting Modifier and Type Class Description classBasicPostingImplImplementation of a Posting that is non-iterable.classBlockFieldPostingImplA writable block field posting listclassBlockPostingImplBlockPostingImpl classclassFieldPostingImplImplementation of a posting containing fieldsMethods in org.terrier.structures.postings that return WritablePosting Modifier and Type Method Description WritablePostingANDIterablePosting. asWritablePosting()WritablePostingArrayOfIdsIterablePosting. asWritablePosting()Copy this posting to one free of an iterator.WritablePostingBasicPostingImpl. asWritablePosting()Copy this posting to one free of an iterator.WritablePostingBlockFieldORIterablePosting. asWritablePosting()WritablePostingBlockFieldPostingImpl. asWritablePosting()Copy this posting to one free of an iterator.WritablePostingBlockORIterablePosting. asWritablePosting()WritablePostingBlockPostingImpl. asWritablePosting()Copy this posting to one free of an iterator.WritablePostingFieldOnlyIterablePosting. asWritablePosting()WritablePostingFieldORIterablePosting. asWritablePosting()WritablePostingFieldPostingImpl. asWritablePosting()Copy this posting to one free of an iterator.WritablePostingORIterablePosting. asWritablePosting()Copy this posting to one free of an iterator.WritablePostingPhraseIterablePosting. asWritablePosting()WritablePostingPosting. asWritablePosting()Copy this posting to one free of an iterator. -
Uses of WritablePosting in org.terrier.structures.postings.bit
Classes in org.terrier.structures.postings.bit that implement WritablePosting Modifier and Type Class Description classBasicIterablePostingclassBasicIterablePostingDocidOnlyPosting iterator class that only returns identifiers, not frequencies.classBlockFieldIterablePostingclass BlockFieldIterablePostingclassBlockIterablePostingA writable block iterable posting listclassFieldIterablePostingA posting iterator for field postings.Methods in org.terrier.structures.postings.bit that return WritablePosting Modifier and Type Method Description WritablePostingBasicIterablePosting. asWritablePosting()WritablePostingBlockFieldIterablePosting. asWritablePosting()Copy this posting to one free of an iterator.WritablePostingBlockIterablePosting. asWritablePosting()WritablePostingFieldIterablePosting. asWritablePosting()Get this posting as a WritablePosting
-