Uses of Interface
org.terrier.structures.postings.FieldPosting
-
Packages that use FieldPosting Package Description org.terrier.realtime.memory.fields Provides MemoryIndex structures that support field search.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 FieldPosting in org.terrier.realtime.memory.fields
Classes in org.terrier.realtime.memory.fields that implement FieldPosting Modifier and Type Class Description class
MemoryFieldsDirectIterablePosting
class
MemoryFieldsIterablePosting
Iterable posting (fields). -
Uses of FieldPosting in org.terrier.structures.postings
Classes in org.terrier.structures.postings that implement FieldPosting Modifier and Type Class Description class
ArrayOfBlockFieldIterablePosting
An array structure that golds BlockFieldIterablePostingsclass
ArrayOfFieldIterablePosting
An instance of IterablePostings that works with passed arrays of ids and frequencies for each field.class
BlockFieldORIterablePosting
ORIterablePosting implementation that implements FieldPosting and BlockPostingclass
BlockFieldPostingImpl
A writable block field posting listclass
FieldORIterablePosting
ORIterablePosting implementation that implements FieldPostingclass
FieldPostingImpl
Implementation of a posting containing fields -
Uses of FieldPosting in org.terrier.structures.postings.bit
Classes in org.terrier.structures.postings.bit that implement FieldPosting Modifier and Type Class Description class
BlockFieldIterablePosting
class BlockFieldIterablePostingclass
FieldIterablePosting
A posting iterator for field postings.
-