Uses of Interface
org.terrier.realtime.WritableIndex
-
Packages that use WritableIndex Package Description org.terrier.realtime.memory Provides MemoryIndex structures.org.terrier.realtime.memory.fields Provides MemoryIndex structures that support field search. -
-
Uses of WritableIndex in org.terrier.realtime.memory
Classes in org.terrier.realtime.memory that implement WritableIndex Modifier and Type Class Description class
MemoryIndex
An index held in fully memory. -
Uses of WritableIndex in org.terrier.realtime.memory.fields
Classes in org.terrier.realtime.memory.fields that implement WritableIndex Modifier and Type Class Description class
MemoryFields
Super-type of fields index implementations.class
MemoryFieldsIndex
An in-memory incremental fields index (non-compressed).
-