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 classMemoryFieldsDirectIterablePostingclassMemoryFieldsIterablePostingIterable posting (fields). -
Uses of FieldPosting in org.terrier.structures.postings
Classes in org.terrier.structures.postings that implement FieldPosting Modifier and Type Class Description classArrayOfBlockFieldIterablePostingAn array structure that golds BlockFieldIterablePostingsclassArrayOfFieldIterablePostingAn instance of IterablePostings that works with passed arrays of ids and frequencies for each field.classBlockFieldORIterablePostingORIterablePosting implementation that implements FieldPosting and BlockPostingclassBlockFieldPostingImplA writable block field posting listclassFieldORIterablePostingORIterablePosting implementation that implements FieldPostingclassFieldPostingImplImplementation 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 classBlockFieldIterablePostingclass BlockFieldIterablePostingclassFieldIterablePostingA posting iterator for field postings.
-