Uses of Interface
org.terrier.realtime.UpdatableIndex
-
Packages that use UpdatableIndex Package Description org.terrier.realtime.incremental Provides incremental indexing functionality.org.terrier.realtime.memory Provides MemoryIndex structures.org.terrier.realtime.memory.fields Provides MemoryIndex structures that support field search. -
-
Uses of UpdatableIndex in org.terrier.realtime.incremental
Classes in org.terrier.realtime.incremental that implement UpdatableIndex Modifier and Type Class Description class
IncrementalIndex
This is the main Index class for an incremental index. -
Uses of UpdatableIndex in org.terrier.realtime.memory
Classes in org.terrier.realtime.memory that implement UpdatableIndex Modifier and Type Class Description class
MemoryIndex
An index held in fully memory. -
Uses of UpdatableIndex in org.terrier.realtime.memory.fields
Classes in org.terrier.realtime.memory.fields that implement UpdatableIndex Modifier and Type Class Description class
MemoryFields
Super-type of fields index implementations.class
MemoryFieldsIndex
An in-memory incremental fields index (non-compressed).
-