Uses of Interface
org.terrier.structures.FieldDocumentIndex
-
Packages that use FieldDocumentIndex Package Description org.terrier.realtime.memory.fields Provides MemoryIndex structures that support field search.org.terrier.structures Provides the interfaces for the index data structures used for retrieval with the Terrier platform.org.terrier.structures.postings Provides classes representing single postings and atreams of postings in a posting list (e.g. -
-
Uses of FieldDocumentIndex in org.terrier.realtime.memory.fields
Classes in org.terrier.realtime.memory.fields that implement FieldDocumentIndex Modifier and Type Class Description class
MemoryDocumentIndexFields
Document index (fields).class
MemoryDocumentIndexFieldsMap
A memory document index structure that supports fields and fast lookups via a map structure.Methods in org.terrier.realtime.memory.fields that return FieldDocumentIndex Modifier and Type Method Description FieldDocumentIndex
MemoryFields. getDocumentIndex()
Return the DocumentIndex associated with this indexConstructors in org.terrier.realtime.memory.fields with parameters of type FieldDocumentIndex Constructor Description MemoryFieldsDirectIndex(FieldDocumentIndex doi)
Constructor. -
Uses of FieldDocumentIndex in org.terrier.structures
Classes in org.terrier.structures that implement FieldDocumentIndex Modifier and Type Class Description class
FSADocumentIndexInMemFields
A version of FSADocumentIndexInMem for indices with fields.class
FSAFieldDocumentIndex
Fields document index stored as a fixed size array -
Uses of FieldDocumentIndex in org.terrier.structures.postings
Classes in org.terrier.structures.postings that implement FieldDocumentIndex Modifier and Type Class Description static class
PostingUtil.DocidSpecificDocumentIndex
-